Postgres Database Migration Failing

I'm trying to migrate my PostgreSQL database to the v2 plugin, but it keeps giving this error:
2023-11-28 15:03:30.416 UTC [46127] LOG: could not receive data from client: Connection reset by peer
2023-11-28 15:03:30.416 UTC [46127] LOG: could not receive data from client: Connection reset by peer
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:
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
Jump to solution
7 Replies
Percy
Percy7mo ago
Project ID: 3deca070-58dd-4e24-88f7-690155d8ea25
Duchess
Duchess7mo ago
Thread has been flagged to Railway team by @Adam.
Solution
Greg Schier
Greg Schier7mo ago
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
Greg Schier
Greg Schier7mo ago
No description
harbar20
harbar207mo ago
which of these am I free to delete? the only ones i care about are the database itself and the service itself
No description
Brody
Brody7mo ago
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
harbar20
harbar207mo ago
awesome, thank you!