anything not backed up by pg_dumpall ?

From: essam Ganadily <doctoresam(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: anything not backed up by pg_dumpall ?
Date: 2015-10-05 22:14:14
Message-ID: CADo08-oXDsYJh1xC0p=NfWYntm_bZX-4bAMn7=NRoEvnJTNN3Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

i am backing up my database with this batch file (win 10 with PostgreSQL
9.4 64 bit)

SET PGPASSWORD=11111
"C:\Program Files\PostgreSQL\bin\pg_dumpall.exe" --username=postgres
--clean --superuser=postgres --host=127.0.0.1 --port=5432 -f
dumbeveything.sql

anything in the database is NOT backed up by this ?

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Shreeyansh Dba 2015-10-06 04:47:37 Re: anything not backed up by pg_dumpall ?
Previous Message Guo, Yun 2015-10-05 19:44:51 Re: pg_upgrade from 9.3 to 9.4 fails