Skip to content

Commit

Permalink
Move create_tile_layers to backup.sh (#12394) (#12395)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7a99ec8)

Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
  • Loading branch information
github-actions[bot] and giohappy committed Jul 9, 2024
1 parent 7197e76 commit 5ebe7fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geonode/br/management/commands/restore.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ def execute_restore(self, **options):
self.restore_geoserver_vector_data(config, settings, target_folder, soft_reset)
self.restore_geoserver_externals(config, settings, target_folder)
logger.info("*** Recreate GWC tile layers")
call_command("create_tile_layers")
except Exception as e:
logger.warning(f"*** GeoServer Restore failed: {e}", exc_info=e)
if recovery_file:
Expand Down

0 comments on commit 5ebe7fc

Please sign in to comment.