Migrating database to Dokploy
I want to migrate several applications to Dokploy and I was wondering what would be the best way to do this. Specifically migrating the databases. Here's how I was thinking to solve this:
1. Dump the existing database
2. Install the same application on Dokploy
3. Share the database dump through a bind mount volume with the database container
4. Connect to the database container with a terminal and import the data using the CLI
Is this the way to go or is there an easier method?
1. Dump the existing database
2. Install the same application on Dokploy
3. Share the database dump through a bind mount volume with the database container
4. Connect to the database container with a terminal and import the data using the CLI
Is this the way to go or is there an easier method?