Commit 137d2801 by Brian Beggs Committed by Brian Beggs

--add-drop-database added to database dump script

parent cdcd1822
......@@ -14,5 +14,5 @@ then
fi
echo "Dumping the $1 database..."
docker exec -i edx.devstack.mysql mysqldump --skip-add-drop-table -B $1 > $1.sql
docker exec -i edx.devstack.mysql mysqldump --add-drop-database --skip-add-drop-table -B $1 > $1.sql
echo "Finished dumping the $1 database!"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment