From: | Shreeyansh Dba <shreeyansh2014(at)gmail(dot)com> |
---|---|
To: | essam Ganadily <doctoresam(at)gmail(dot)com> |
Cc: | "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: anything not backed up by pg_dumpall ? |
Date: | 2015-10-06 04:47:37 |
Message-ID: | CAGDYbUPuSe8ekjbZH3i5T3V4UxrxQxJgwjqpnau2_OnU_JGGkg@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Tue, Oct 6, 2015 at 3:44 AM, essam Ganadily <doctoresam(at)gmail(dot)com> wrote:
> 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
>
Hi Essam,
Could you share ERROR what exactly you are getting on the screen after
execution of the batch?
Rajesh Madiwale,
DBA,
www.Shreeyansh.com
>
> anything in the database is NOT backed up by this ?
>
From | Date | Subject | |
---|---|---|---|
Next Message | Albe Laurenz | 2015-10-06 07:36:56 | Re: anything not backed up by pg_dumpall ? |
Previous Message | essam Ganadily | 2015-10-05 22:14:14 | anything not backed up by pg_dumpall ? |