Dockerized mysqlbackup
Pull the image
docker pull vikramchauhan/mysqlbackup
First time run
docker run -it -v /dir/config:/config vikramchauhan/mysqlbackup bash
Once inside the container, run the following command
cp /app/mysqlbackup/cfg_orig/sample_mysqlbackup.json /config/mysqlbackup.json
Exit
Edit the file /dir/config/mysqlbackup.json
nano /dir/config/mysqlbackup.json
Run the following command for subsequent runs
docker run -it -v /dir/config:/config -v /dir/output:/output vikramchauhan/mysqlbackup "python
/app/mysqlbackup/mysqlbackup.py"
Content type
Image
Digest
Size
39.3 MB
Last updated
almost 5 years ago
docker pull vikramchauhan/mysqlbackup