Skip to content

Commit

Permalink
restore test.
Browse files Browse the repository at this point in the history
  • Loading branch information
casey-rapnicki-bixal committed Feb 26, 2024
1 parent d4a1f1f commit 8f095da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/database-restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ echo "Restoring database to '${ENVIRONMENT}'..."
echo "[client]" > ~/.mysql/mysql.cnf
echo "user=${username}" >> ~/.mysql/mysql.cnf
echo "password=${password}" >> ~/.mysql/mysql.cnf
echo "wait_timeout=3600" >> ~/.mysql/mysql.cnf
echo "interactive_timeout=3600" >> ~/.mysql/mysql.cnf
chmod 400 ~/.mysql/mysql.cnf

mysql \
Expand Down

0 comments on commit 8f095da

Please sign in to comment.