Created
April 13, 2023 20:12
-
-
Save everaldomatias/0f2e7d1a87261f51421ee038257f7afc to your computer and use it in GitHub Desktop.
Gerar dump SQL usando docker-compose e MariaDB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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