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