Skip to content

Commit 42784e7

Browse files
committed
(#39) Docs: improve the maintenance instructions
1 parent cfbe485 commit 42784e7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

xmpp2/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ $ docker exec -i loglist.postgresql pg_dump -d loglist -U postgres -F custom --n
3434
### Restore Database Backup for LogList
3535
```console
3636
$ docker cp loglist.dmp loglist.postgresql:/loglist.dmp
37-
$ docker exec -i loglist.postgresql pg_restore -d loglist -U loglist --clean -1 /loglist.dmp
37+
$ docker exec -i loglist.postgresql pg_restore -d loglist -U loglist --clean --no-owner -1 /loglist.dmp
38+
$ docker exec -i loglist.postgresql rm /loglist.dmp
3839
```

xmpp2/certbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# One-time setup should be performed manually, see the documentation:
1717
# https://certbot.eff.org/instructions?ws=nginx&os=snap&tab=standard
1818
#
19-
# sudo certbot certonly --nginx -d codingteam.org.ru -d loglist.xyz -d www.loglist.xyz
19+
# sudo certbot --nginx -d codingteam.org.ru -d loglist.xyz -d www.loglist.xyz
2020
#
2121
# Verify the changes to the web server configuration files performed by this command.
2222
#

0 commit comments

Comments
 (0)