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).
Merci ! Pour préciser, la restauration d’une sauvegarde sur un site Discourse (avec son contenu) supprimerait-elle complètement toutes les données de l’instance PostgreSQL externe (RDS) ? Si la restauration échoue ou si la connexion est perdue, les données RDS seraient-elles corrompues ?
Cela supprimera toutes les données de la base de données Discourse, mais pas les autres. Si la restauration échoue, les données existantes resteront intactes.