My org is in the midst of creating new enterprise geodatabases for our editors. Part of that involves keeping their old Archiving data. We want to backup and restore the old db and restore it on a new instance and just have it as reference data for users to browse if they need it. We're using SQL Server for all of our databases.
On the doc page for upgrading (Upgrade an enterprise geodatabase in SQL Server—Help | ArcGIS Desktop ) it mentions this line for upgrading to 10.6.1 from 10.0:
If your geodatabase is at release 10 or earlier, you must first upgrade to a supported geodatabase release before you can upgrade to the current ArcGIS release.
Does this mean I need to upgrade TWICE by upgrading the db using some middle version of the ArcGIS Desktop client and THEN upgrading to my target 10.6.1 version? The documentation doesn't go into much detail beyond what I have listed above and I would like to know. How does that work, if that is truly the case that I have to upgrade twice?
Thank you!
#sql server geodatabase #upgrade geodatabase
Solved! Go to Solution.
You can upgrade to version 10.3:
Upgrade an enterprise geodatabase in SQL Server—Help | ArcGIS Desktop
You can upgrade directly from a 9.3.1, 10, 10.1, 10.2, 10.2.1, or 10.2.2 geodatabase to a 10.3 geodatabase if your database is at a supported release.
Then you can upgrade from 10.3 to 10.6.x.
Hi Derrick,
When you mention Archiving, are you referring to Geodatabase Archiving? If you just need to preserve the data, and not necessarily versioning, geodatabase archiving, or permissions, instead of upgrading twice, you can create a new 10.6.1 Geodatabase and copy/paste the data from the 10.0 to the new 10.6.1 Geodatabase.
Yes, I am specifically referring to Geodatabase Archiving. Our plan is to backup and restore the existing database onto a new server and just view it as reference data. Do you need to upgrade twice in this case, since it's a jump in versions from 10.0 to 10.6.1?
Yes, you would need to upgrade twice in this case.
So which version do I need to upgrade to in the interim? Anything past 10.2? 10.5? Why wouldn't I be able to upgrade straight to 10.6.1?
You can upgrade to version 10.3:
Upgrade an enterprise geodatabase in SQL Server—Help | ArcGIS Desktop
You can upgrade directly from a 9.3.1, 10, 10.1, 10.2, 10.2.1, or 10.2.2 geodatabase to a 10.3 geodatabase if your database is at a supported release.
Then you can upgrade from 10.3 to 10.6.x.
Thanks Jake!