Esri / arcgis-cookbook

Chef cookbooks for ArcGIS
Apache License 2.0
290 stars 115 forks source link

How to migrate ArcGIS Server config store from S3 to Filesystem #358

Closed Ayushyadav19 closed 1 year ago

Ayushyadav19 commented 1 year ago

Hi @cameronkroeker ,

We have an ArcGIS enterprise environment deployed through Chef on AWS having ArcGIS server's config-store on AWS S3. We want to migrate the config-store from S3 to the filesystem.

Can you please help me out with how we can migrate this?

Any help will be really appreciated!

Thanks Ayush

cameronkroeker commented 1 year ago

Hi @Ayushyadav19,

It is not possible to use Chef to migrate the config-store to a different location, and I am not entirely sure if the config-store in S3/DynamoDB can be moved to filesystem manually via the server admin endpoint due to the file structure being different between S3/DynamoDB and FileSystem.

The configuration store in a cloud-based deployment is read-only and cannot be edited.

https://enterprise.arcgis.com/en/server/latest/administer/windows/specifying-the-configuration-store-location-in-manager.htm#ESRI_SECTION1_62CBCBC8BD184D2CBF884043C8C719FE

However, you may want to consider reaching out to Esri Technical Support to see if its possible. Here is a link to editing the config-store location via the server admin endpoint:

https://developers.arcgis.com/rest/enterprise-administration/server/editconfigstore.htm

Best regards, Cameron K.