We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c8cd4 commit aace86cCopy full SHA for aace86c
1 file changed
src/geonode_project/br/restore.sh
@@ -73,7 +73,7 @@ if md5sum -c /$BKP_FOLDER_NAME/$NEW_UUID/$BKP_FILE_NAME.md5; then
73
# The MD5 sum matched
74
django-admin restore -l -n -f --backup-file /$BKP_FOLDER_NAME/$BKP_FILE_NAME.zip --recovery-file /$BKP_FOLDER_NAME/$NEW_UUID/$RECOVERY_FILE_NAME.zip
75
django-admin migrate_baseurl -f --source-address=$SOURCE_URL --target-address=$TARGET_URL
76
- django-admin create_tile_layers -f
+ django-admin gwc create --force
77
django-admin set_all_datasets_metadata -d -i
78
echo "-----------------------------------------------------"
79
echo " Fixup GeoServer styles"
0 commit comments