Hi-
I'm working on our second retool app now that's using the Retool Database for data storage. One thing that's a bit of a concern is that retool doesn't seem to provide any mechanism for database backups / snapshots. I'm not concerned with a scenario where there is an infrastructure failure (I assume retool is internally covering that case with some sort of backup / recovery strategy), but rather with a scenario where, for example, I have a bug in my code and I accidentally delete some important application data from a table.
Is there any system / mechanism / process for me to control the creation of snapshots (or equivalent), including how often they are taken, how many are saved before deletion, etc, and also have access to recovering data from a snapshot myself? Or do I have to roll my own solution using external tools?
Thanks!