Hi Adrian,

'Christian Haugan Toldnes' <[EMAIL PROTECTED]> wrote:
> If you use postgresql you should dump all your databases and add
> '--force' to the swup command line.

I strongly recommend, not to simply do a 'pg_dumpall ... > dump-file ',
upgrade and 'psql ... -f dump-file', as you might get some trouble during
the restore of the dump file. (There are some issues in the pg_dump prior to
version 8.0 which can let to a wrong ordering of SQL objects in the dump
file, which have to be corrected manually then) I recommend to set up an
other TSL 2.2 machine with PostgreSQL 8 (or even a virtual one) and run
from there a pg_dumpall remotely to your current 7.4.8 server. With this
dump file you should have no or almost no problems during restore after you
have upgraded your main server.

hth

Tobias


_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to