nakama
nakama copied to clipboard
[Request] Ability to see previous version of storage data on nakama console
What we're missing partly from migrating from s3 to using nakama storage is the ability to have a data that could store previous revision.
This would help users of the dashboard that unintentionally change the contents of storage data into an invalid data to quickly rollback into previous version.
Everytime a storage is updated, there seems to be a version tag that is updated on nakama console storage, if we could see a previous storage data version on nakama console (let's say 3-5 previous version), when something above happens we could mitigate easily.
cockroachdb also seems to have this built-in https://www.cockroachlabs.com/blog/time-travel-queries-select-witty_subtitle-the_future/
Thanks