Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions geonode/br/management/commands/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ def create_geoserver_backup(self, config, settings, target_folder, ignore_errors
error_backup = "Could not successfully backup GeoServer catalog [{}rest/br/backup/]: {} - {}"

_options = [
"BK_SKIP_GWC=true",
"BK_CLEANUP_TEMP=true",
"BK_SKIP_SETTINGS=false",
"BK_SKIP_SECURITY=false",
Expand Down
Loading