Savepoints > Does it only save the App or also the data?

Hi,
I’ve messed up with a recursive WF and ended up with 10s of thousands of records that shouldn’t be there. Luckily, I’ve made quite a few savepoints prior to that.

However, I can’t find a clear answer to this simple question (Bubble doc, forum, web…) : Does the savepoint save only the App “code” or does it ALSO save the data ?
In other terms, if I was to restore one of my savepoints would that wipe out my thousands of records ? (since it’s so slow and heavy in terms of performance to delete massive amounts of things I was thinking that it could save me quite a few hours)

Thanks

I could just try and see… BUT I fixed a few things since my last savepoint and if I roll back and it doesn’t revert to my “old” data I would lose all those fixes without the benefit of restoring my data and lose on all aspects…

Another question arises: can I roll back to yesterday’s savepoint and If I’m not happy with the result roll forward to today’s savepoint ?

Save points only affect the app (not data)

But you can revert your database to any time, just like you can with your app.

2 Likes