Skip to content

Commit d98ca27

Browse files
anatolystanslerNikolayS
authored andcommitted
fix: literal quotes in configs
1 parent 94e67b7 commit d98ca27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/config.example.physical_generic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ retrieval:
172172
# Note that command chains are not supported here; if you need to use a more
173173
# complicated snippet, create a shell script, use --mount (-v) option
174174
# when starting a container with Database Lab and use path to it here.
175-
command: pg_basebackup -X stream -D /var/lib/postgresql/dblabdata”
175+
command: "pg_basebackup -X stream -D /var/lib/dblab/data"
176176

177177
- name: physical-snapshot
178178
options:

0 commit comments

Comments
 (0)