File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -34,5 +34,6 @@ $ docker exec -i loglist.postgresql pg_dump -d loglist -U postgres -F custom --n
34
34
### Restore Database Backup for LogList
35
35
``` console
36
36
$ 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
38
39
```
Original file line number Diff line number Diff line change 16
16
# One-time setup should be performed manually, see the documentation:
17
17
# https://certbot.eff.org/instructions?ws=nginx&os=snap&tab=standard
18
18
#
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
20
20
#
21
21
# Verify the changes to the web server configuration files performed by this command.
22
22
#
You can’t perform that action at this time.
0 commit comments