mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Update postgres and datadog
This commit is contained in:
@@ -75,3 +75,8 @@ sudo rm /swap.img
|
||||
vim /etc/fstab # and remove swap
|
||||
# check
|
||||
sudo swapon --show
|
||||
|
||||
|
||||
# to restore postgres db from dump file
|
||||
|
||||
cat ~/Downloads/dump-2022-03-21_05-48-05_UTC.tar.gz| gunzip | psql --set ON_ERROR_STOP=off postgres -h 192.168.1.2 -p 30973 -U postgres
|
||||
|
||||
Reference in New Issue
Block a user