R
Rob Fitzpatrick
Guest
- Install 11.6 on the server alongside 11.3. - Back up the current test DB with 11.3 and restore to a new location. - Using 11.6, update the schema of that new database: proutil dbname -C updateschema proutil dbname -C updatevst Be sure that those commands run with the 11.6 installation, not 11.3. - Upgrade your application schema. - Update data as needed.
Continue reading...
Continue reading...