On Mon, 23 Feb 2009 15:27:58 +0000 Tim Chown tjc@ecs.soton.ac.uk wrote:
Hi again :)
So we upgraded nav, and before running the sql script we tried to run the merge script, and it seems to fail because it thinks there already is a database called nav:
postgres@nwtraffic:/usr/share/doc/nav/sql$ sh mergedb.sh Creating database nav, owned by nav createdb: database creation failed: ERROR: database "nav" already exists
Hi Tim,
Why did you try to do this manually? Did the Debian package not fix this for you already?
It's easy to list the existing databases: sudo -u postgres psql -l