Postgres Database Migration Failing
I'm trying to migrate my PostgreSQL database to the v2 plugin, but it keeps giving this error:
I don't know what's causing it or how to fix it. I've tried re-running the migration a few times to no avail. Any ideas?
Project ID: 3deca070-58dd-4e24-88f7-690155d8ea25
Solution:Jump to solution
It looks like the migration did end up finishing. Feel free to verify the data is correct, then clean up the old migration jobs and DB
7 Replies
Project ID:
3deca070-58dd-4e24-88f7-690155d8ea25
Thread has been flagged to Railway team by @Adam.
Solution
It looks like the migration did end up finishing. Feel free to verify the data is correct, then clean up the old migration jobs and DB
which of these am I free to delete? the only ones i care about are the database itself and the service itself
you can delete the legacy databases once you have confirmed that all the data is in tact on the new database services.
and you can also delete the migration helper services
awesome, thank you!