Skip to content

Commit

Permalink
Fix paths to /data/postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
miketonks committed Jul 24, 2015
1 parent 6c753d2 commit eca41f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postgres0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ postgresql:
name: postgresql0
connect: local
listen: 127.0.0.1:5432
data_dir: /data/postgresql0
data_dir: /data/postgres
maximum_lag_on_failover: 1048576 # 1 megabyte in bytes
replication:
username: replicator
Expand All @@ -18,7 +18,7 @@ postgresql:
parameters:
archive_mode: "on"
wal_level: hot_standby
archive_command: mkdir -p /data/wal_archive && cp %p /data/wal_archive/%f
archive_command: mkdir -p /data/postgres/wal_archive && cp %p /data/postgres/wal_archive/%f
max_wal_senders: 5
wal_keep_segments: 8
archive_timeout: 1800s
Expand Down

0 comments on commit eca41f0

Please sign in to comment.