mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Remapping of uploads could fail during restore of backup (#13897)
Sidekiq should be paused until the end of the restore, otherwise it might interfere (deadlock) with the remap of upload URLs in posts.
This commit is contained in:
parent
531dbc5e6a
commit
a37b5b177b
@ -52,7 +52,6 @@ module BackupRestore
|
|||||||
|
|
||||||
reload_site_settings
|
reload_site_settings
|
||||||
|
|
||||||
@system.unpause_sidekiq
|
|
||||||
@system.disable_readonly_mode
|
@system.disable_readonly_mode
|
||||||
|
|
||||||
clear_category_cache
|
clear_category_cache
|
||||||
|
Loading…
Reference in New Issue
Block a user