Hi,
I have a simple and standard base deployment of ArcGIS Enterprise 11.3.
During a webgisdr backup, the relational datastore creates a backup in its configured location with a folder name formatted as [date]-[time]-[backupmode] (where backupmode can be full, backup, or incremental). This is distinct from the backup staged/stored in the Shared_location/backup_location defined in the properties file.
The expected behavior is that this backup is deleted once webgisdr completes the datastore backup, which is usually the case for smaller sized backups. However, I've noticed that when the datastore grows large enough, this backup isn't automatically deleted as expected. For context, my current datastore backup size is >60GB.
The backup doesn't appear when running the datastore's listbackups operation, and the diskcleanup command doesn't remove it either.
My datastore backups will continue to increase in size and it will become rather cumbersome to manually delete these backups. I’d also prefer not to implement a custom solution for something that should work out of the box. Anyone else experience this?