What is the best way to export all data collections to another server instance?

We have local nakama server for experiments and production nakama server on hosting. We want to synchronize all data from local nakama storage to external. We found abilty to import storage data through json, but didn’t find way to export all data.

Hi @MrFlox, you’ll probably need to set this up manually directly on the database if you want a full sync.
We recommend creating and keeping your collections data in json format so you can have the same data imported on any instances you’d like.