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:
145145 options :
146146 # The dump file will be automatically created on this location and then used to restore.
147147 # Ensure that there is enough disk space.
148- dumpLocation : " /var/lib/dblab/db.dump"
148+ dumpLocation : " /var/lib/dblab/dblab_pool/dump/ db.dump"
149149
150150 # The Docker image containing the tools required to get a dump.
151151 dockerImage : " postgres:13-alpine"
@@ -195,7 +195,7 @@ retrieval:
195195 dbname : " test"
196196
197197 # 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"
199199
200200 # The Docker image containing the tools required to restore.
201201 dockerImage : " postgres:13-alpine"
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ retrieval:
144144 options :
145145 # The dump file will be automatically created on this location and then used to restore.
146146 # 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"
148148
149149 # The Docker image containing the tools required to get a dump.
150150 dockerImage : " postgres:13-alpine"
@@ -196,7 +196,7 @@ retrieval:
196196 dbname : " test"
197197
198198 # 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"
200200
201201 # The Docker image containing the tools required to restore.
202202 dockerImage : " postgres:13-alpine"
You can’t perform that action at this time.
0 commit comments