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
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```
Original file line number Diff line number Diff line change 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 #
You can’t perform that action at this time.
0 commit comments