更新 2.sh

This commit is contained in:
lqs 2025-03-12 14:42:04 +08:00
parent 8b58a7609c
commit 7d5c09d6fb

6
2.sh
View File

@ -33,4 +33,8 @@ WHERE store_fname NOT LIKE '/%'
AS files
WHERE files = right(store_fname, -3)
);
EOF
EOF
pg_restore -h hostname -U username -C -d xxxxxx /home/work/dump.sql