Reputation: 2633
How i can export the mysql database out of cloudbees ?
I'd like to use mysqldump or comparable command, but my database is hosted by cloudbees so I can't ssh to the mysql host to run such a command.
Upvotes: 0
Views: 163
Reputation: 2633
You can connect to your database from outside the Cloudbees network, using mysql connection parameters you can grab from https://run.cloudbees.com/a/{{accountId}}#db-manage.
Use your favorite mysql tools to export and manage your database, like mysql workbench.
Upvotes: 1