This commit is contained in:
dima
2024-11-13 23:18:44 +03:00
parent 66471a8a89
commit 293bf6d004
14 changed files with 115 additions and 89 deletions

View File

@ -5,7 +5,6 @@ postgres_hba_entries:
- { type: 'host', database: 'all', user: 'all', address: '0.0.0.0/0', method: 'md5' }
- { type: 'local', database: 'all', user: 'all', address: '', method: 'trust' }
backup_dir: "/var/lib/pgsql/backups"
backup_dir: "/var/backups/postgresql"
postgres_user: "postgres"
postgres_password: "your_password"
postgres_db: "your_database"
postgres_db: "mydb"