Skip to content

Instantly share code, notes, and snippets.

@manpages
Created February 5, 2013 21:35
Show Gist options
  • Save manpages/4717916 to your computer and use it in GitHub Desktop.
Save manpages/4717916 to your computer and use it in GitHub Desktop.
Export redmine2 MySQL databases
for pfx in {"","_development","_production","_test"}
do mysqldump -u root -p'123qwezzz' redmine2${pfx} | gzip > /tmp/redmine2${pfx}.dump.gz
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment