Skip to main content

changestaginglocation

This ArcGIS Data Store utility is used with the relational and graph store.

When you restore the relational store, ArcGIS Data Store extracts the compressed backup files on a staging location. That means you must have a staging location that can accommodate this uncompressed data. By default, that location is in the ArcGIS Data Store content directory. If there is a lot of data in the relational store, set up a separate staging location and specify that for recovery.

Similarly, if you define an S3 bucket or an Azure Blob Storage container for relational store or graph store backup files, the staging location is used to package the backup files before copying them into the cloud storage location.

Syntax

changestaginglocation <directory path>

Example

In this example, the designated staging location is /net/sanmarcos/rbustage.

./changestaginglocation.sh /net/sanmarcos/rbustage

In this example, the designated staging location is \\netserver\rbustage.

changestaginglocation \\netserver\rbustage