Docker: backup DB and troubleshooting
In my local development environment, I have a running database that I want to backup. Find container First, list containers with docker ps, identify the database you want to backup and note down the CONTAINER ID. In my case, the container id is 3f7b373c036d. Backup Create a file named backup.properties Read more…