#migration did not migrate databases other than the default database name
23 messages · Page 1 of 1 (latest)
Project ID: f2235461-fc48-407d-bdb9-280b41d90865
railway does not delete the legacy database during the migration process, so i cant see how there would be any data loss.
you should be able to go into the database and run the migration from the banner
The problem is that the right database was not migrated, only the railway database was migrated, but I use others. How do I get the data there?
My application stopped working
I already clicked on the banner and made the migration. Both bank services are already running. However, my data was not taken, which is in the old service with a bank name other than railway
can i see a screenshot of the project please
im not seeing any database named controbank or masterfin
The migration that was carried out only took the railway database. But like I said, my data is in another database
can you tell me more about this other database?
Look
okay thats what you meant, sorry it wasnt clear
Yes, within Postgres I created another database. "create database masterfin..." and my application connects to that database and not the default, railway
for that you would need to manually dump those tables and restore them to the new database
the auto migration is only going to migrate the database named railway
Can you help me do this, I already tried and I didn't succeed?
im sure beekeeper has some sort of dumb or export feature right?
here are two docs pages i found for beekeeper
https://docs.beekeeperstudio.io/user_guide/data-export/
https://docs.beekeeperstudio.io/user_guide/importing-data-csv-json-etc/