Cao Cuong Ngo
Cao Cuong Ngo
I have the same issue! @christianbraun Did you resolve it?
I found the issue: it's the GeoWebCache that creates a lock, thus backup can't acquire it --> resulting hang up. Override backup.py with `BK_SKIP_GWC=true` to solve the issue.
@kikislater I don't have write access.
@christianbraun Yes, I override create_geoserver_backup and create ``` _options = [ "BK_CLEANUP_TEMP=true", "BK_SKIP_SETTINGS=false", "BK_SKIP_SECURITY=false", "BK_SKIP_GWC=true", f'BK_BEST_EFFORT={("true" if ignore_errors else "false")}', f"exclude.file.path={config.gs_exclude_file_path}", ]```