Backup (JSON / CRDT)
Portable snapshot: users, preferences, and crdt_log (replay on restore).
Backup (raw PostgreSQL)
Native pg_dump -Fc of the public schema. Restore with pg_restore or upload here (same as JSON flow; format is detected automatically).
Restore
Upload a JSON backup or a PostgreSQL custom-format dump (.dump).
This will replace all current data.