Anyone here can share their experience doing Domino upgrade.
I'm planning to upgrade 6.5.6 to 8.0.1 running on Windows2003.
Will install 8.0.1 on a new machine. Migrate the mail files to the new machine for testing.
Steps for upgrade.
Copy names.nsf & admin4.nsf. Run
1. Run design task
design -f names.nsf
design -f admin4.nsf
2. Run fixup task
fixup names.nsf-f -j -v -l
fixup admin4.nsf.nsf-f -j -v -l
3. Run compact task
compact names.nsf -c -i
compact admin4.nsf.nsf -c -i
4. Run updall task
updall names.nsf -RX
updall admin4.nsf -RX
Is this the correct steps?