From 7d5c09d6fbcf725caff58aafd5cdf0fda5073d38 Mon Sep 17 00:00:00 2001 From: lqs <441785369@qq.com> Date: Wed, 12 Mar 2025 14:42:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=202.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/2.sh b/2.sh index 0d35f21..ccb6057 100644 --- a/2.sh +++ b/2.sh @@ -33,4 +33,8 @@ WHERE store_fname NOT LIKE '/%' AS files WHERE files = right(store_fname, -3) ); -EOF \ No newline at end of file +EOF + + + +pg_restore -h hostname -U username -C -d xxxxxx /home/work/dump.sql \ No newline at end of file