nicolas de loof
nicolas de loof

Reputation: 2633

cloudbees database dump

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

Answers (1)

nicolas de loof
nicolas de loof

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

Related Questions