On Thu, Jan 22, 2009 at 09:05:20AM +0100, Morten Brekkevold wrote:
Before running the normal SQL upgrade procedure (i.e. SQL scripts from doc/sql/upgrades/), you MUST merge your four existing NAV databases into a single nav database. The shell script doc/sql/mergedb.sh can help you with this. Se doc/sql/upgrades/README for more information.
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
We are currently on v3.4.3.
The updates seemed to go OK otherwise, with the django stuff and the new db.conf, etc.
Thanks for any tips...
Tim