ver 5
This commit is contained in:
@ -5,7 +5,14 @@ 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"
|
||||
|
||||
postgres_max_connections: 100
|
||||
postgres_shared_buffers: '128MB'
|
||||
postgres_effective_cache_size: '4GB'
|
||||
postgres_maintenance_work_mem: '64MB'
|
||||
postgres_checkpoint_completion_target: 0.7
|
||||
postgres_wal_buffers: '16MB'
|
||||
postgres_default_statistics_target: 100
|
Reference in New Issue
Block a user