backup-action icon indicating copy to clipboard operation
backup-action copied to clipboard

Missing option to make a backup of all databases

Open Cuzart opened this issue 2 years ago • 2 comments

Since the Input variable db_name is required it would be convenient to configure the option to make a backup of all databases at the same time. It's cool that you can add multiple databases like this db_name: global,users,staff but it would be cool to do all with one command.

Cuzart avatar Aug 03 '21 14:08 Cuzart

@Cuzart Thanks for the suggestion. Indeed it's a cool feature to have.

I will take a look at it soon.

dr5hn avatar Aug 10 '21 09:08 dr5hn

@dr5hn Great to hear. I used a workaround that actually worked for me. I figured out that db_name also let's you pass options for the backup command so you can do db_name: --all-databases and it will run mysqldump --all-databases .... this might help.

Cuzart avatar Aug 10 '21 10:08 Cuzart