Just for clarification, if we have an add-on installed in HA, such as Bitwarden, and we have automated snapshots firing off periodically, does all of the data for each add-on get backed up as a part of that process?
I’m currently snapping the whole of everything every night and offloading it to AWS S3 and a local NAS. At the same time, since I have a separate instance of MySQL running on a server where the data for these add-ons is stored, I also have a backup routing for MySQL that packages up the data and fires it off to AWS S3 in a separate container.
I’m wondering also if the data stored in MySQL for an add-on is included in a snapshot…