Preventing local content backup when upgrading ArcGIS Enterprise with Powershell

618
3
Jump to solution
09-17-2020 11:33 AM
EricAnderson_DHS
Occasional Contributor

Hello all,

We are currently in the process of upgrading our ArcGIS Enterprise from 10.6.1 to 10.8.1 and we will be using the ArcGIS module within the PowerShell DSC (3.1.0). 

We had an issue when we did a manual upgrade a few years back where the content items were backed up to a local directory during the upgrade (normally hosted on a share). Our local drives do not have enough space to store the auto backed up content items, so the Portal upgrade did not complete successfully. We had to implement a workaround to use a symbolic link to redirect the upgrade-backup directory to a network share instead of machine's local volume.

Question I have is there a way through the PowerShell DSC (whether in the .json config file itself, or through the PS command) to prevent this local upgrade-backup from occurring or point to a different location other than the default? We are hoping to avoid the issue above again when we do these upgrades with PowerShell. 

Thank you in advance,

Eric

Cameron Kroeker

0 Kudos
1 Solution

Accepted Solutions
CameronKroeker
Esri Contributor

Hello Eric,

This is a great question and a valid use case! Unfortunately though, the PowerShell DSC ArcGIS module doesn't have the ability to change the location or prevent the local upgrade-backup from occurring.

Thanks,

Cameron K.

View solution in original post

3 Replies
CameronKroeker
Esri Contributor

Hello Eric,

This is a great question and a valid use case! Unfortunately though, the PowerShell DSC ArcGIS module doesn't have the ability to change the location or prevent the local upgrade-backup from occurring.

Thanks,

Cameron K.

EricAnderson_DHS
Occasional Contributor

Appreciate the quick response Cameron! If this could be considered for future releases of the ArcGIS module, this would help with our (and I would hope others' as well) Enterprise upgrades tremendously. 

MichaelKarikari1
New Contributor III

Was this ever included in the development roadmap? We are using 3.3.1 and noticed there was a reference there for it

0 Kudos