Skip To Content

Upgrade enterprise geodatabases in SQL Server on Amazon Web Services

Once you upgrade ArcGIS Desktop on the instances in your ArcGIS Enterprise on Amazon Web Services deployment, you can upgrade your enterprise geodatabases in SQL Server. The steps to upgrade the geodatabase vary slightly depending on whether your geodatabase runs in a SQL Server database or Amazon Relational Database Service (RDS) for SQL Server.

Upgrade an enterprise geodatabase in SQL Server

Follow these steps to upgrade an enterprise geodatabase in a SQL Server or SQL Server Express instance on AWS:

  1. Log in to your ArcGIS Server instance using the administrator login.
  2. There cannot be any users other than the administrator connected to the geodatabase when you upgrade. This includes service connections. You must stop any ArcGIS service connections that access data in your geodatabase before you upgrade.
  3. Start Microsoft SQL Server Management Studio and log in with Windows authentication.
  4. Create a full backup of each of the databases that contain an enterprise geodatabase.
  5. On one of your ArcGIS Server machines in AWS, start ArcCatalog or ArcMap and open the Catalog window.
  6. Connect to one of the enterprise geodatabases in SQL Server.
  7. Right-click the geodatabase connection under Database Connections in the Catalog tree.
  8. Click the General tab.
  9. Click Upgrade Geodatabase.

    The Upgrade Geodatabase geoprocessing tool opens.

  10. Leave both the Pre-requisites check and Upgrade geodatabase options checked and click OK to upgrade the geodatabase.
  11. When the tool completes successfully, click Close to close the geoprocessing tool progress dialog box.

    If the tool does not complete successfully, information is written to the GDBUpgrade.log found in C:\Users\<user name>\AppData\Local\ESRI\Desktop<#>.

  12. Repeat steps 5 through 11 to upgrade your other enterprise geodatabases.
  13. Restart your services.

Upgrade a geodatabase in Amazon RDS for SQL Server

Follow these steps to upgrade a geodatabase in Amazon RDS for SQL Server:

  1. There cannot be any users other than the administrator connected to the geodatabase when you upgrade. This includes service connections. You must stop any ArcGIS Server web services that access data in your geodatabase before you upgrade.
  2. Sign in to the AWS Management Console and create a snapshot of the RDS for SQL Server instance.
  3. Connect to the RDS for SQL Server instance from SQL Server Management Studio and add the sde user to the db_owner role in the database.
  4. On one of your ArcGIS Server machines in AWS, start ArcGIS Pro or ArcCatalog and connect to your enterprise geodatabase in Amazon RDS for SQL Server. You must connect as the sde user.
  5. Run the Upgrade Geodatabase. See Upgrade an enterprise geodatabase in SQL Server in the ArcGIS Pro or ArcMap help for more information.
  6. If you have other enterprise geodatabases in Amazon RDS for SQL Server, repeat steps 4 and 5 to upgrade them.
  7. Restart your ArcGIS Server web services.
  8. If you want to, you can remove the sde user from the db_owner database role in each database.

Related topics