what's the easiest way to migrate from one instance to another?
Hey, I currently have an instance in a server and I want to move it to another server, what steps should I follow to ensure a smooth migration?
I have already created a postgres database in the new server, I'll create a sql backup of the old instance and import it to the new db, now when deploying the app, should I use the same master key I used in the first instance? are there any other things I need to keep in mind or do?
I have already created a postgres database in the new server, I'll create a sql backup of the old instance and import it to the new db, now when deploying the app, should I use the same master key I used in the first instance? are there any other things I need to keep in mind or do?
