Skip to content

Commit e11f0b2

Browse files
committed
chore(backup): turn on types that are not supported for restore
At least we have the data to manually restore.
1 parent 14aa6d5 commit e11f0b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jobs/src/backup/main.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ def backup():
4747
summary = {}
4848
supported_types = [
4949
arcgis.gis.ItemTypeEnum.FEATURE_SERVICE.value,
50-
# restoring some of these types below just broken them. Perhaps these can be implemented in the future...
51-
# arcgis.gis.ItemTypeEnum.WEB_EXPERIENCE.value,
52-
# arcgis.gis.ItemTypeEnum.WEB_MAP.value,
53-
# arcgis.gis.ItemTypeEnum.WEB_SCENE.value,
54-
# arcgis.gis.ItemTypeEnum.WEB_MAPPING_APPLICATION.value,
50+
# restoring some of these types below just broken them.
51+
arcgis.gis.ItemTypeEnum.WEB_EXPERIENCE.value,
52+
arcgis.gis.ItemTypeEnum.WEB_MAP.value,
53+
arcgis.gis.ItemTypeEnum.WEB_SCENE.value,
54+
arcgis.gis.ItemTypeEnum.WEB_MAPPING_APPLICATION.value,
5555
]
5656

5757
while has_more:

0 commit comments

Comments
 (0)