We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe355a commit 9a8e201Copy full SHA for 9a8e201
xmpp2/README.md
@@ -29,7 +29,7 @@ Standard Operating Procedures
29
30
### Dump Database Backup for LogList
31
```console
32
-$ docker exec -i loglist.postgresql pg_dump -d loglist -U postgres -F custom --no-acl > loglist.dmp
+$ docker exec -i loglist.postgresql pg_dump -d loglist -U loglist -F custom --no-acl > loglist.dmp
33
```
34
35
### Restore Database Backup for LogList
0 commit comments