[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: restoring a PostgreSQL database from one server to another
- From: "Andras Simon" <szajmi gmail com>
- To: "For users of Fedora" <fedora-list redhat com>
- Subject: Re: restoring a PostgreSQL database from one server to another
- Date: Thu, 1 Mar 2007 11:06:11 +0100
On 3/1/07, Beau BOB <man_55 hotmail fr> wrote:
How I can do the redirect the stderror ? I'm sorry I'm just beginning with
Postgresql and I don't have experience?!
Try
psql -h localhost -U postgres -d template1 -f dbfile 2> errors.log
(if your shell is bash, or some other sh-derivative; but that's very likely).
Then inspect errors.log.
Andras
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]