Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2238b72

Browse filesBrowse files
committed
Merge branch 'fix-quotes' into 'master'
fix: literal quotes in configs See merge request postgres-ai/database-lab!142
2 parents 94e67b7 + d98ca27 commit 2238b72
Copy full SHA for 2238b72

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎configs/config.example.physical_generic.yml

Copy file name to clipboardExpand all lines: configs/config.example.physical_generic.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.