add minio backup label and fix pg restore path

This commit is contained in:
notplants
2026-02-20 14:19:59 +00:00
parent 7146f3e8be
commit 0411553e36
4 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ function backup {
}
function restore {
cd /var/lib/postgresql/data/
cd /var/lib/postgresql/data/pgdata
restore_config(){
# Restore allowed connections
cat pg_hba.conf.bak > pg_hba.conf