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
|
||||
|
||||
@system.unpause_sidekiq
|
||||
@system.disable_readonly_mode
|
||||
|
||||
clear_category_cache
|
||||
|
|
Loading…
Reference in New Issue