Backup current db Terminal command: backup db Terminal command: mysqldump -u root -p vibes2 > [filename].sql Restore new db Terminal command to pull in code updates: git pull Terminal command to pull in new db: mysql -u root -p vibes2 < thesqlname.sql