Skip to content

Commit a7b85d6

Browse files
committed
Force create GWC tile layers during restore process
1 parent a6b5815 commit a7b85d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/geonode_project/br/restore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if md5sum -c /$BKP_FOLDER_NAME/$NEW_UUID/$BKP_FILE_NAME.md5; then
7373
# The MD5 sum matched
7474
./manage.sh restore -l -n -f --backup-file /$BKP_FOLDER_NAME/$BKP_FILE_NAME.zip --recovery-file /$BKP_FOLDER_NAME/$NEW_UUID/$RECOVERY_FILE_NAME.zip
7575
./manage.sh migrate_baseurl -f --source-address=$SOURCE_URL --target-address=$TARGET_URL
76-
./manage.sh create_tile_layers
76+
./manage.sh create_tile_layers -f
7777
./manage.sh set_all_datasets_metadata -d -i
7878
else
7979
# The MD5 sum didn't match

0 commit comments

Comments
 (0)