Skip to content

Instantly share code, notes, and snippets.

@alainlankers
Last active June 19, 2022 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alainlankers/3e7ff13b8054d9c9c4a72ed1466bb8c2 to your computer and use it in GitHub Desktop.
Save alainlankers/3e7ff13b8054d9c9c4a72ed1466bb8c2 to your computer and use it in GitHub Desktop.
Backup WordPress MySQL in Docker
docker exec wp_db mysqldump -uwp_databaseuser -p'wp_databasepassword' wordpress > wordpress-database-backup.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment