Skip To Content

Changing the portal content directory

When you install Portal for ArcGIS, a directory is created to store content saved and uploaded by users of the portal. This is known as the portal content directory. The default location is C:\arcgisportal\content.

You can change the location of the portal content directory using the ArcGIS Portal Directory. For example, you may decide to put it on another machine that has more disk space or a more rigorous backup environment. It is recommended that you make this change before exposing the portal to end users.

Notatka:

Other directories, such as index, db, and temp, are included under C:\arcgisportal\. These directories can also be modified, but must remain local to the portal machine. Portal for ArcGIS does not support these directories being placed on a network share.

Follow the steps below to change the location of the portal content directory.

  1. Log in to the machine as the account that was used to install Portal for ArcGIS.
  2. Make a copy of the portal content directory in your new desired location.
  3. Grant the Portal for ArcGIS account Full control-level file permissions to the folder.
  4. If the folder will be accessed through a shared network path, share the folder and grant the Portal for ArcGIS account Full control-level share permissions to the directory.
  5. Sign in to the ArcGIS Portal Directory as an Administrator of your organization. The URL is in the format https://webadaptorhost.domain.com/webadaptorname/portaladmin.
  6. Edit the directory location by clicking System > Directories > content > Edit Directory.
  7. Enter the following JSON in the Path text box, editing as appropriate for your chosen location: { "type": "fileStore", "provider": "FileSystem","connectionString": "C:/arcgisportal/content"}.
  8. Click Edit Directory to apply your changes.
  9. Click System > Directories > content and verify that the new file path is being used.

Your portal will now read from and write to the new content directory. Optionally, you can delete the old content directory or rename it, for example, from C:\arcgisportal\content to C:\arcgisportal\content_old.