I want to experiment a bit with plugins, theme, etc. locally, to avoid the risk of breaking the real forum. But setting up everything to similar state as the real forum is difficult, so would be great to just restore the backup to the local instance.
But how should I do that to avoid the risks like sending emails to the real users from the local instance? Also maybe there are some other pitfalls that I am not aware of?
Is there any way to anonymize all user data in the backup (remove emails at least)? Or restore everything except the user data?
Yeah, probably easier to set this setting. However as I understand the backup will overwrite all settings, so there is a chance that some email will be sent between restore completion and disabling mails, unless the source instance had it disabled too during backup.
btw I figured out that it probably would be better to just use a separate server and domain instead of local docker dev setup.
As I understand the backup restore does not affect app.yml, so if I do not enter SMTP config in app.yml on the test server, it will have no chance to send any emails?
Under many laws, including the CCPA, it is considered unlawful processing to use unanonymized production data in development and test environments. The chances of a data breach are higher in systems that might contain bugs, have databases on a laptop, or are accessed by non-authorized individuals.
No, because Sidekiq is being paused during a restore operation.
Yeah, but I meant not during, but after the restore is completed (as I understand after that all processes are immediately resumed?) and before I changed this setting to disable mails.
Sorry, my answer was indeed incomplete. When a Discourse backup is restored, outgoing emails are disabled automatically as part of the restore operation. They need to be enabled explicitly after the restore.
You still need to manually disable POP polling if it is configured, otherwise your test instance may start processing inbound email away from the real instance.