mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: by default exclude thumbnails from backups
This makes backups slimmer out of the box but introduces extra process post restore to run a full rebake of all posts containing uploads and all avatars The benefit (slimmer backup) outweighs the cost of running the full rebake
This commit is contained in:
@@ -1535,7 +1535,7 @@ backups:
|
||||
max: 9
|
||||
shadowed_by_global: true
|
||||
include_thumbnails_in_backups:
|
||||
default: true
|
||||
default: false
|
||||
shadowed_by_global: true
|
||||
|
||||
search:
|
||||
|
||||
Reference in New Issue
Block a user