I want to migrate Postgres data container to my another Railway account.
I have a postgres plugin and it contains some important data. I want to migrate the whole container to another Railway account. How can I do it?
4 Replies
Project ID:
N/A
N/A
you can use this template https://railway.app/template/postgres-plugin-migration
Exactly what Brody said. You can simply deploy the template and enter the
PLUGIN_URL
(points to the current plugin database) and the NEW_URL
that will point to the new database. The data will be transferred over