Re: pg_restore question

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: u235sentinel <u235sentinel(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_restore question
Date: 2010-12-05 02:53:12
Message-ID: 16791.1291517592@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

u235sentinel <u235sentinel(at)gmail(dot)com> writes:
> We're backing up our database using pg_dump with compression. We're
> selecting each database however when we tried running a pg_restore
> everything cept for the roles were restored.

> I'm digging through the pg_restore options, Is there an option I'm
> forgetting to include?

pg_dumpall -g

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message mabra 2010-12-05 08:31:12 Re: Looking for auto starting procedures
Previous Message u235sentinel 2010-12-05 02:42:07 pg_restore question