We are currently in the process of testing out ASE16 (currently running 15.7) and we are experiencing some issues.
We have performed the upgrade without problems, the instances all start and we get notified in the error log that it is upgrading the master database as it should. So far so good.
The problem comes with our user databases. Our production databases are still running 15.7 and we are performing backups both via regular dumps and also file system snapshots.
If we try to load one of the normal dumps (containing 15.7 databases) onto our 16.0 ASE, it detects the user databaes as being 15.7 and performs the upgrade.
However, if we try to mount our snapshot containing 15.7 databases, there is no message about the databases being an older version, and it does not seem to perform an upgrade. The databases do mount and come online just fine, there are no errors being reported, but they do not get upgraded.
Are we missing something here? Is there a command we should be running to upgrade the databases after mounting? We have tried both the "upgrade" and "updatease" binaries, but neither of them change anything.
Any advice would be greatly appreciated.