Skip to content

Commit 0d11435

Browse files
author
matthias_schaub
committed
fix typo
1 parent 65a2516 commit 0d11435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgres/backup/make_basebackup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
export PGDATABSE=$POSTGRES_DB
3+
export PGDATABASE=$POSTGRES_DB
44
export PGUSER=$POSTGRES_USER
55
export PGPASSWORD=$POSTGRES_PASSWORD
66

7-
wal-g backup-push /var/lib/postgresql/data
7+
wal-g backup-push /var/lib/postgresql/mapswipe

0 commit comments

Comments
 (0)