Re: restoring database

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: Simone Gadenz <s(dot)gadenz(at)geologyx(dot)it>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: restoring database
Date: 2008-06-04 21:19:22
Message-ID: 484706DA.9030806@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On 04/06/2008 21:12, Simone Gadenz wrote:

> I try to import a db dumped on another machine but I cannot have the
> restore command activated under tools.

PgAdmin depends on pg_dump and pg_restore (which come as part of
PostgreSQL's tool set) to do backup and restore operations, and possibly
your PgAdmin installation doesn't know where they live.

In PgAdmin, look under File -> Options, and on the "General" tab look
for the "PG bin path" item - point it at the location of these programs.
They should be in /{path to your postgres installation}/bin.

HTH,

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod(at)iol(dot)ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Erwin Brandstetter 2008-06-04 22:11:26 Re: sudden program termination: no warning, error, or crash
Previous Message Simone Gadenz 2008-06-04 20:12:31 restoring database