added db guard changes to prevent deletion
This commit is contained in:
@@ -11,6 +11,8 @@ Use this after every deploy (staging and production).
|
||||
- `ALLOW_INSECURE_AUTH_FOR_DEV=false`
|
||||
4. Test DB preflight (for DB-backed suites):
|
||||
- `TEST_DATABASE_URL` points to a reachable PostgreSQL instance.
|
||||
- `TEST_DATABASE_URL` database name is not `skymoney` and is clearly test-only (for example `skymoney_test`).
|
||||
- `bash ./scripts/validate-test-db-target.sh` passes before DB-backed suites run.
|
||||
- Example quick check:
|
||||
```bash
|
||||
echo "$TEST_DATABASE_URL"
|
||||
|
||||
Reference in New Issue
Block a user