Hi, this is likely me trying to detach the old database (twotm8-web-db) and reattach the new one (twotm8-db) which I restored from a snapshot, assuming it has the data.
Each fly pg detach
failed, and I could see in the logs it trying to issue drop user twotm8_web;
which were refused.
Also, it’s not a rails app - is my shitty handrolled stuff that has no support for migrations at all Let alone any DB resets…