Skip to content

Commit e269a2b

Browse files
Update README
track_commit_timestamp and pg_hba.conf related Fixes #55
1 parent 98d0d65 commit e269a2b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ decoding:
6868
max_wal_senders = 10 # one per node needed on provider node
6969
shared_preload_libraries = 'pglogical'
7070
track_commit_timestamp = on # needed for last/first update wins conflict resolution
71+
# property available in PostgreSQL 9.5+
72+
73+
`pg_hba.conf` has to allow replication connections from localhost, by a user
74+
with replication privilege.
7175

7276
Next the `pglogical` extension has to be installed on all nodes:
7377

@@ -354,7 +358,8 @@ The configuration of the conflicts resolver is done via the
354358
kept (this can be either local or remote version)
355359

356360
When `track_commit_timestamp` is disabled, the only allowed value is
357-
`apply_remote`.
361+
`apply_remote`. As `track_commit_timestamp` is not available in PostgreSQL 9.4
362+
`pglogical.conflict_resolution` can only be `apply_remote` (default)
358363

359364
## Limitations and restrictions
360365

0 commit comments

Comments
 (0)