You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Point tests at teal_test database, add backup script
phpunit.xml was pointing at the production teal database, meaning
RefreshDatabase would wipe real data. Now uses teal_test.
Added scripts/backup-db.sh for timestamped pg_dump backups with
auto-rotation (keeps last 20).
0 commit comments