Skip to content

Commit aace86c

Browse files
etjgiohappy
authored andcommitted
[Fixes #618] Replace "create_tile_layers" with "gwc create"
1 parent d9c8cd4 commit aace86c

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
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
7575
django-admin migrate_baseurl -f --source-address=$SOURCE_URL --target-address=$TARGET_URL
76-
django-admin create_tile_layers -f
76+
django-admin gwc create --force
7777
django-admin set_all_datasets_metadata -d -i
7878
echo "-----------------------------------------------------"
7979
echo " Fixup GeoServer styles"

0 commit comments

Comments
 (0)