mirror of
https://github.com/discourse/discourse.git
synced 2025-04-15 01:30:57 +08: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
|
||||
|
||||
@system.unpause_sidekiq
|
||||
@system.disable_readonly_mode
|
||||
|
||||
clear_category_cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user