ver 3
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user