Re: how to load a .backup file

From: Guido Barosio <gbarosio(at)gmail(dot)com>
To: Alain Rodriguez Arias <alainrod(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: how to load a .backup file
Date: 2005-07-19 16:49:30
Message-ID: f7f6b4c705071909493be62eae@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

if you used pg_dump, you should try to restore the backup
with pg_restore.
You should read about:
pg_dump
pg_restore
psql
All main postgresql utilities.
Regards,
---guido

On 7/19/05, Alain Rodriguez Arias <alainrod(at)gmail(dot)com> wrote:
>
> Hi:
> I have database backup in .backup format. How can I import the
> database into the server???
> I' ve tried with psql databasename < infile but there are a lot of errors.
> Thanks
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>

--
"Adopting the position that you are smarter than an automatic
optimization algorithm is generally a good way to achieve less
performance, not more" - Tom Lane.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ilja Golshtein 2005-07-19 17:24:27 Re: Old question - failed to find conversion function from
Previous Message Alain Rodriguez Arias 2005-07-19 16:20:27 how to load a .backup file