File tree 2 files changed +11
-4
lines changed
Filter options
2 files changed +11
-4
lines changed
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ retrieval:
187
187
# tables:
188
188
# - test
189
189
190
- # The number of parallel jobs to get a dump.
190
+ # Use parallel jobs to dump faster .
191
191
# It's ignored if "restore" is present because "pg_dump | pg_restore" is always single-threaded.
192
192
parallelJobs : 2
193
193
@@ -210,9 +210,13 @@ retrieval:
210
210
# The location of the archive file (or directory, for a directory-format archive) to be restored.
211
211
dumpLocation : " /var/lib/dblab/db.dump"
212
212
213
- # The Docker image containing the tools required to restore
213
+ # The Docker image containing the tools required to restore.
214
214
dockerImage : " postgres:12-alpine"
215
215
216
+ # Use parallel jobs to restore faster.
217
+ parallelJobs : 2
218
+
219
+
216
220
# Restore data even if the Postgres directory (`global.dataDir`) is not empty.
217
221
# Note the existing data might be overwritten.
218
222
forceInit : false
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ retrieval:
190
190
# tables:
191
191
# - test
192
192
193
- # The number of parallel jobs to get a dump.
193
+ # Use parallel jobs to dump faster .
194
194
# It's ignored if "restore" is present because "pg_dump | pg_restore" is always single-threaded.
195
195
parallelJobs : 2
196
196
@@ -213,9 +213,12 @@ retrieval:
213
213
# The location of the archive file (or directory, for a directory-format archive) to be restored.
214
214
dumpLocation : " /var/lib/dblab/db.dump"
215
215
216
- # The Docker image containing the tools required to restore
216
+ # The Docker image containing the tools required to restore.
217
217
dockerImage : " postgres:12-alpine"
218
218
219
+ # Use parallel jobs to restore faster.
220
+ parallelJobs : 2
221
+
219
222
# Restore data even if the Postgres directory (`global.dataDir`) is not empty.
220
223
# Note the existing data might be overwritten.
221
224
forceInit : false
You can’t perform that action at this time.
0 commit comments