dump mysql database from mysql innodb cluster
barreto0
PROOP

8 months ago

I had a working mysql innodb cluster before railway yanked the template out and replaced with a docker hub mysql-router image. I NEED my data so i can at least spin up a new single instance of mysql.

$10 Bounty

4 Replies

8 months ago

Hi,

Is the original MySQL container still deployed? If it is you may able to dump the data directly from there.

If not, and your Railway project still has the data volume attached, you can:

Download the raw database files

Recreate a compatible MySQL instance.

I hope this helps!


sim
FREE

8 months ago

Since the original MySQL InnoDB cluster was deprecated and you didn’t have a backup, your best bet is to contact Railway support


sim
FREE

8 months ago

You can get in touch with them by making the question toggle private


sim
FREE

8 months ago

Ask if they can restore the data volume or send you a .sql dump. If the volume still exists, they might be able to mount it to a new MySQL instance so you can dump it yourself.


Loading...