File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ retrieval:
145
145
options :
146
146
# The dump file will be automatically created on this location and then used to restore.
147
147
# Ensure that there is enough disk space.
148
- dumpLocation : " /var/lib/dblab/db.dump"
148
+ dumpLocation : " /var/lib/dblab/dblab_pool/dump/ db.dump"
149
149
150
150
# The Docker image containing the tools required to get a dump.
151
151
dockerImage : " postgres:13-alpine"
@@ -195,7 +195,7 @@ retrieval:
195
195
dbname : " test"
196
196
197
197
# The location of the archive file (or directory, for a directory-format archive) to be restored.
198
- dumpLocation : " /var/lib/dblab/db.dump"
198
+ dumpLocation : " /var/lib/dblab/dblab_pool/dump/ db.dump"
199
199
200
200
# The Docker image containing the tools required to restore.
201
201
dockerImage : " postgres:13-alpine"
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ retrieval:
144
144
options :
145
145
# The dump file will be automatically created on this location and then used to restore.
146
146
# Ensure that there is enough disk space.
147
- dumpLocation : " /var/lib/dblab/rds_db.dump"
147
+ dumpLocation : " /var/lib/dblab/dblab_pool/dump/ rds_db.dump"
148
148
149
149
# The Docker image containing the tools required to get a dump.
150
150
dockerImage : " postgres:13-alpine"
@@ -196,7 +196,7 @@ retrieval:
196
196
dbname : " test"
197
197
198
198
# The location of the archive file (or directory, for a directory-format archive) to be restored.
199
- dumpLocation : " /var/lib/dblab/rds_db.dump"
199
+ dumpLocation : " /var/lib/dblab/dblab_pool/dump/ rds_db.dump"
200
200
201
201
# The Docker image containing the tools required to restore.
202
202
dockerImage : " postgres:13-alpine"
You can’t perform that action at this time.
0 commit comments