Skip to content

Commit 69ff2a6

Browse files
committed
update dumpLocation
In this config example, the dump directory is located in the dblab_pool
1 parent 11c5e49 commit 69ff2a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configs/config.example.logical_generic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

configs/config.example.logical_rds_iam.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)