mysqldump?
Is there a way to use railway cli to execute a mysql dump?
I tried railway run with the appropriate variables from the ui but I can't see the correct data.
Without specifying a database, it dumps system tables, if I try to specify database "railway" (as the ui suggests) I get "table not found" errors.
8 Replies
Project ID:
b97a420c-bc3e-4bd6-89e8-a06b1e2176bd
You might find these helpful:
- Services | Railway Docs
⚠️ experimental feature
b97a420c-bc3e-4bd6-89e8-a06b1e2176bd
screenshot of commands run so I can understand what you've tried
flags are being merged with their values, thats just a formatting error right?
Shouldn't matter, (other than password flag)
also just dumps everything from database 'mysql' as below
Just FYI I ended up writing an export script instead.
May need to revisit this as I cannot get a full db backup through sequelize now and kinda need mysqldump to work.
?