I’m about to test a process of importing a boatload of content, but want to make sure I can revert properly in case things go sideways on me.
I run an external PostgreSQL instance, so my thought is that I don’t really need to backup the Discourse Rails instance in Docker, but simply the database via the following steps:
As I noted, this is for an external PGSQL database since I’m not using the Dockerized one and sadly the normal backup/restore method just doesn’t work for me (probably because I’m running a little bit newer version of PGSQL on the big DB server).
شكرًا لك! للتوضيح، هل يؤدي استعادة نسخة احتياطية إلى موقع Discourse (مع محتوياته) إلى حذف جميع البيانات تمامًا من مثيل قاعدة بيانات PostgreSQL الخارجية (RDS)؟ وإذا فشل الاستعادة أو انقطع الاتصال، فهل تتعرض بيانات RDS للتلف؟