[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Database restore fails
- Subject: Re: Database restore fails
- From: Paul Bente <..hidden..>
- Date: Wed, 28 Nov 2007 16:53:17 -0500
On Nov 28, 2007, at 13:28 PM -0500, Seneca wrote:
>I'm running on PostgreSQL 8.1.3 (yes, I know I should upgrade) on OS X
>10.4 and have never seen pg_restore work (same error as you). Anyway,
>in the file LedgerSMB/AM.pm on (or near, I'm working of of svn here)
>lines 1629 and 1658 there are command lines that call pg_dump. Remove
>'-Fc' from those lines and you'll get dumps that will work with psql
>and not require pg_restore.
Many thanks! I made the changes and I can now dump and restore.