I just upgraded a server to Domino 8.5. What is the best compact parameters to upgrade the ODS.
I tried Compact -c and the compact seem to go well but the ODS is not upgraded.
anyone ?
Regards
Thomas
I just upgraded a server to Domino 8.5. What is the best compact parameters to upgrade the ODS.
I tried Compact -c and the compact seem to go well but the ODS is not upgraded.
anyone ?
Regards
Thomas
Subject: Tried a forum search?
Searching this forum for “ods” reveals the answer:Your server’s “notes.ini” file needs a new line to upgrade the ODS.
If you want the 8.5 ODS, use “Create_R85_Databases=1”.
Or, if you want the 8.0 ODS, use “Create_R8_Databases=1”.
Subject: Compact switches
And in addition to -c (copy style compact) you can add -n (design compression) -v (data compression) and -daos on (to pull attachments out of the NSF and into DAOS – assuming DAOS has been configured on the server document).
So the command line would be:
[n]compact -c -n -v -daos on
Subject: CREATE_R85_DATABASES=1 in notes.ini as Scott mentioned (eom)