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

Improvements to data backups/exports for devices using OS-level encryption #2774

Closed
chrisekelley opened this issue Jul 2, 2021 · 2 comments

Comments

@chrisekelley
Copy link
Member

The data export for these devices are very basic - just allDocs on the user db. Let's do a few things to make it better and safer:

  • use pouchdb-replication-stream to create a backup that can be installed and replicated.
  • backup more than only the userDB. Ideally, backup the same db's as the app-level encryption devices.
  • encrypt these files
@chrisekelley chrisekelley added this to the v3.19.0 milestone Jul 2, 2021
@chrisekelley
Copy link
Member Author

Check out this earlier issue by @lachko : #2713

@rjcorwin
Copy link
Contributor

rjcorwin commented Jul 8, 2021

Duplicate of #2778

@rjcorwin rjcorwin marked this as a duplicate of #2778 Jul 8, 2021
@rjcorwin rjcorwin closed this as completed Jul 8, 2021
@rjcorwin rjcorwin removed this from the v3.19.0 milestone Jul 8, 2021
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

2 participants