I know that Bubble automatically performs backups of all databases (starter plan: 2 days).
Is it possible to manually back up all data types in bulk (at any time)?
I think if you are looking for an external solution, the best way for this is to enable data api and write a small script that will get all the data at scheduled intervals and back it up wherever you want.
Thanks reply.
What is Data API?
What exactly do I need to do?
You can check it here: The Data API | Bubble Docs
It opens your database to third parties and if you can write a script to connect to it and fetch data daily (or whatever frequency you want), it might do it. Of course writing a script part is coding. It is not no code. You can find some example scripts or you can ask chatgpt for guidance.
It is not very easy though but it is there as an option.
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.