Migrating database out of Railway
commonly-ts
PROOP

2 months ago

Hello,

I am looking into migrating my MySQL database into an external PostgreSQL db, and I'm unsure on how to do this.

Any help would be appreciated.

Thanks!

Solved

1 Replies

Railway
BOT

2 months ago

Migrating from MySQL to PostgreSQL is a cross-database migration that involves schema and data conversion, which is outside the scope of platform support since it depends on your specific data and application. For exporting data from your Railway MySQL instance, you can connect externally via the TCP Proxy and use standard MySQL tools like mysqldump to export your data, then use a conversion tool of your choice to import it into your external PostgreSQL database.


Status changed to Awaiting User Response Railway about 2 months ago


Railway
BOT

a month ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway about 1 month ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...