Update .gitignore to exclude specific database backup files, modify docker-compose.yaml to use the standard PostgreSQL image, enhance PostgreSQL configuration with custom settings, and update backup file naming in helper.md for consistency.
This commit is contained in:
@@ -7,7 +7,7 @@ docker exec -t phoenixDB pg_dump -U postgres -d phoenix > phoenix_backup.sql
|
||||
|
||||
### 1️⃣ **Dump Database (Including DROP Statements)**
|
||||
```sh
|
||||
docker exec -t phoenixDB pg_dump -U postgres -d phoenix -c > phoenix_backup.sql
|
||||
docker exec -t phoenixDB pg_dump -U postgres -d phoenix -c > alpha_backup.sql
|
||||
```
|
||||
📖 Explanation:
|
||||
• docker exec -t phoenixDB → Runs the pg_dump command inside the phoenixDB container.
|
||||
|
||||
Reference in New Issue
Block a user