From: Dieter S. <dsi...@sq...> - 2007-11-29 20:18:34
|
> Hi. > > I'm using Sql-Ledger 2.8.8 and Postgres 8.1.9. Every night I do a > database dump using the following command: > > pg_dump dataset U username | gzip > filename.gz > > Today I dropped my database then recreated it in Sql-Ledger Administration. > > When I try to resore the database using to following: > > psql dataset U username < input file name > > I get the following errors: You cannot restore a database over top of an already existing. drop the database then create a blank one and restore. |