Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement data migration in case of server change #33

Open
cachapa opened this issue Feb 7, 2024 · 0 comments
Open

Implement data migration in case of server change #33

cachapa opened this issue Feb 7, 2024 · 0 comments

Comments

@cachapa
Copy link
Owner

cachapa commented Feb 7, 2024

Two options off the top of my head:

  • Allow changing server settings in a running session and allow the data to be synced to the new server - could have unforeseen consequences and may break the CRDT if there are id collisions (e.g. if the user "returns" to the same server).
  • Manual export / import - more effort on the part of the user but guaranteed to work.

If we go the manual export route we still need a better way to reset the app than asking the user to re-install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant