Docker
How to backup WordPress running in a Docker container
Backup the database We will connect to the MySQL container for this. Create a file that will store our backup command: touch export_sql_db.shPut this in the file: (It is recommended to create a user specifically for backing up as that user won’t have unnecessary privileges) Make this file executable with: Read more…