File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,8 @@ retrieval:
170
170
171
171
# Add PostgreSQL recovery configuration parameters to the sync container.
172
172
recovery :
173
- standby_mode : on
173
+ # Uncomment this only if you are on Postgres version 11 or older.
174
+ # standby_mode: on
174
175
175
176
# Set environment variables here. See https://www.postgresql.org/docs/current/libpq-envars.html
176
177
envs :
@@ -227,7 +228,8 @@ retrieval:
227
228
228
229
# Add PostgreSQL recovery configuration parameters to the promotion container.
229
230
recovery :
230
- standby_mode : on
231
+ # Uncomment this only if you are on Postgres version 11 or older.
232
+ # standby_mode: on
231
233
232
234
# It is possible to define a pre-precessing script. For example, "/tmp/scripts/custom.sh".
233
235
# Default: empty string (no pre-processing defined).
Original file line number Diff line number Diff line change @@ -170,7 +170,8 @@ retrieval:
170
170
171
171
# Add PostgreSQL recovery configuration parameters to the sync container.
172
172
recovery :
173
- standby_mode : on
173
+ # Uncomment this only if you are on Postgres version 11 or older.
174
+ # standby_mode: on
174
175
175
176
# Passes custom environment variables to the Docker container with the restoring tool.
176
177
envs :
@@ -217,7 +218,8 @@ retrieval:
217
218
218
219
# Add PostgreSQL recovery configuration parameters to the promotion container.
219
220
recovery :
220
- standby_mode : on
221
+ # Uncomment this only if you are on Postgres version 11 or older.
222
+ # standby_mode: on
221
223
222
224
# It is possible to define a pre-precessing script. For example, "/tmp/scripts/custom.sh".
223
225
# Default: empty string (no pre-processing defined).
You can’t perform that action at this time.
0 commit comments