[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pg_dump, statement logging and revision control of a company database



Typo correction:

backup.sh:
pg_dump --format=p -c -U postgres mycompany --file=mycompany.sql

restoredb.sh:
psql -U postgres -d mycompany -f mycompany.sql