Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgresql backup and restore globals and data

$ psql -U postgres -h localhost -p 5433 < globals.sql
$ psql -U postgres -h localhost -p 5433 < sandbox.sql
Source by dba.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #postgresql #backup #restore #globals #data
ADD COMMENT
Topic
Name
6+4 =