Hi,
I checked out the current posts about Datomic Cloud backups and wanted to get opinions on how to mitigate the following information security risks:
- The database gets deleted with
delete-database
- Access to the AWS account is compromised (locked-out, deleted, suspended, etc.)
- Components of the storage stack get compromised (deleted, corrupted, hacked, etc.)
As of now, the only way to mitigate this risks is to have an EDN dump of the data so it can be transacted to a new database right?
The backup process would be:
- Start a query group.
- Dump the planned entities in EDN format.
- Compress it/them and upload to S3.
- Terminate the query group.
I would appreciate any comments or opinions on this.