Database dump
How to dump your local database to file
Database content
Automatic database sync on stage
Save local database to file
# Make sure your environment runs ok
make start
# Dump the database
make mysql-dump
cd mysql
mv everyware-dump-*.sql startup.sql
gzip --best startup.sql
# Now go ahead and commit the new startup.sql.gz to gitLast updated