diff --git a/debian/config.yml.in b/debian/config.yml.in index a137fd1..98e2f25 100644 --- a/debian/config.yml.in +++ b/debian/config.yml.in @@ -49,10 +49,9 @@ bootstrap: # wal_keep_segments: 8 # max_wal_senders: 10 # max_replication_slots: 10 +# max_worker_processes = 8 # wal_log_hints: "on" -# archive_mode: "on" -# archive_timeout: 1800s -# archive_command: mkdir -p ../wal_archive && test ! -f ../wal_archive/%f && cp %p ../wal_archive/%f +# track_commit_timestamp = "off" # recovery_conf: # restore_command: cp ../wal_archive/%f %p # Set pg_hba.conf to the following values after bootstrapping or cloning.