كيفية أخذ نسخة احتياطية من Discourse كل ساعة في اليوم

مرحبًا،

هل يمكنك مساعدتي في النقاط التالية:

  1. كيف يمكن أخذ نسخة احتياطية من Discourse كل ساعة في اليوم؟ هل من الممكن القيام بذلك من “/admin/site_settings/category/backups” أم يجب التحقق من آلية النسخ الاحتياطي لـ PostgreSQL؟

  2. هل يمكنك التأكيد: هل النسخ الاحتياطية التي يتم إنشاؤها تحت “admin/backups” هي فقط نسخة احتياطية لقاعدة البيانات أم نسخة احتياطية كاملة لـ Discourse؟

شكرًا لك.

You can view all Backup related settings at Admin > Settings > Backups and modify the backup frequency setting to enable daily backups.

These backups will contain all your Discourse data, this thread will have some more pointers:

4 إعجابات

Thank you so much for your response. I have already configured the automatic back up Discourse data every day.

But, I would like to take back up of Discourse multiple times in a day. Example: For every 2 hours or 6 hours in a day. How can this be achieved ?

Thank you.

I would use WEBMIN for something like that,
They have a BACKUP area that you can adjust times and dates and restore and backup sites.

How would webmin trigger Discourse to perform a backup?

إعجاب واحد (1)

Can any one please let me know, if it possible to take back up of Discourse multiple times in a day. Example: For every 2 hours or 6 hours in a day.

That’s not supported using a simple admin setting.

You will need to roll your own pg_dump and uploads script for that.

4 إعجابات

Thanks so much for the response. I will try with pg_dump as suggested.

Hi,

I have one question on Discourse back up:

What ever backups that we see at Admin > Settings > Backups: is it included with file system backup also, or is it just database backup alone ?

Thank you.

It doesn’t include app.yml I believe. You should keep a copy of that somewhere safe. Obviously this doesn’t change very much or often.

To recreate your server you generally only need:

  • app.yml
  • a back-up of the forum generated by the inbuilt functionality.

It should only take about 30 minutes to recreate the server with these two things available.

Hi @merefield,

Thank you so much for the response.

Ok, so once I recreate the new server with (backup) app.yml and the back-up ( Admin > Settings > Backups), then all the additional settings that were added to UI or any additional (admin) settings in old discourse server will be appearing in new server ? (I mean, the newly created server will be exactly like copy of old server with out any data loss) ?

You will need to repoint your DNS (A record) to your new IP too (if that has changed).

yeah, that point (DNS & IP) will be taken care. Thank you.

إعجاب واحد (1)