I am a little confused about the following setting: backup with uploads include uploads in scheduled backups. Disabling this will only backup the database.
So if I have separate buckets for upload and backup, should I check this or not? I wasn’t sure if this would somehow try to store my uploads in the backup bucket…?
By default backups do not include uploads stored on S3 as it’s usually a waste of bandwidth a disk space. You need to enable the hidden include_s3_uploads_in_backups setting in order to change this behavior.
But if I understand your question correctly you don’t want your backups to contain uploads stored on S3, so you don’t have to change any settings.
مرحباً
لدي نفس السؤال، وأؤكد أنه ليس واضحاً جداً.
الآن في عام 2023، تم تحديد خيار “النسخ الاحتياطي مع التحميلات” افتراضياً.
لدي حاويتان على S3 للنسخ الاحتياطي والتحميلات، وأتساءل عما سيحدث إذا قمت باستعادة أو ترحيل نسخة احتياطية مع تفعيل هذا الخيار أو بدونه.
إذا لم يكن مفعلاً، هل ستتطابق جميع ملفات التحميل الخاصة بي بشكل صحيح مع التحميلات على S3؟
إذا كان مفعلاً، هل سيتم استبدال التحميلات الخاصة بي أو تكرارها على S3؟
ربما القليل من الإجابة في هذا الملف: line 351 "# when the backup is restored to a site with s3 uploads, it will upload the items to the bucket" https://github.com/discourse/discourse/blob/main/script/bulk_import/discourse_merger.rb
هل تنصح بتحديد “النسخ الاحتياطي مع التحميلات” دائماً لأنه طريقة أكثر مرونة إذا حدثت أي مشكلة؟