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).
Thanks! Just to clarify, would restoring a backup to a Discourse site (with contents) completely delete all data from the external PostgreSQL database instance (RDS)? If the restoration fails or get disconnected, would the RDS data be corrupted?