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).
¡Gracias! Solo para aclarar, ¿restaurar una copia de seguridad en un sitio de Discourse (con contenido) eliminaría completamente todos los datos de la instancia externa de base de datos PostgreSQL (RDS)? Si la restauración falla o se interrumpe la conexión, ¿los datos de RDS quedarían corruptos?
Eliminará todos los datos de la base de datos de Discourse, pero no los de otros sistemas. Si la restauración falla, los datos existentes permanecerán.