Skip to content

Instantly share code, notes, and snippets.

@everaldomatias
Created April 13, 2023 20:12
Show Gist options
  • Save everaldomatias/0f2e7d1a87261f51421ee038257f7afc to your computer and use it in GitHub Desktop.
Save everaldomatias/0f2e7d1a87261f51421ee038257f7afc to your computer and use it in GitHub Desktop.
Gerar dump SQL usando docker-compose e MariaDB
sudo docker-compose exec mariadb mysqldump -uwordpress -pwordpress wordpress > ./dump.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment