Skip to content

Commit 9a8e201

Browse files
committed
loglist: fix the database backup syntax
1 parent abe355a commit 9a8e201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmpp2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Standard Operating Procedures
2929

3030
### Dump Database Backup for LogList
3131
```console
32-
$ docker exec -i loglist.postgresql pg_dump -d loglist -U postgres -F custom --no-acl > loglist.dmp
32+
$ docker exec -i loglist.postgresql pg_dump -d loglist -U loglist -F custom --no-acl > loglist.dmp
3333
```
3434

3535
### Restore Database Backup for LogList

0 commit comments

Comments
 (0)