Update postgres and datadog

This commit is contained in:
2022-03-22 10:49:06 +11:00
parent 4d79c56d67
commit 58091645f6
4 changed files with 14 additions and 12 deletions
+5
View File
@@ -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