We are moving off of SQL Server 2016 to SQL Server 2022. These are two different servers.
My plan is do database backups from SQL Server 2016 and restore them on SQL Server 2022. Then in some cases upgrade the geodatabase to 11.5 and others we will leave it at 10.9 until the calling applications can be updated. We will also check for permission issues as that always seems to be an issue. The databases have a combination of traditional versioned and non-versioned data.
Is there additional things that will need to be done to the restored databases to make them work properly?
So far in my testing, I've only seen an issue with GDB_items not being updated to the 11.5 fully qualified name. All the documentation I can find doesn't seem to list any additional steps after the restore.
Any recent insight would be appreciated.