Current Postgres machine is taken down, could I just add a new postgres machine to existing app?

The machine that hosts my Postgres DB is taken down by the fly engineers due to emergency maintenance for over 15 hours now. The DB I use is really small. Wouldn’t it be possible to create a new machine and just off with a blank DB for my Rails app?

Any assistance is appreciated.

Thanks,
Patrick

You can use flyctl postgres to detach, create, and attach a new database.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.