Skip to content

Commit

Permalink
Merge pull request #2910 from Tangerine-Community/2778_backup_restore…
Browse files Browse the repository at this point in the history
…_changes

Using pouch-replication-stream for exporting databases
  • Loading branch information
chrisekelley authored Sep 17, 2021
2 parents fec534f + 1c4fa2e commit 267fa18
Show file tree
Hide file tree
Showing 12 changed files with 5,175 additions and 152 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ __Updates__
- A fix for User defined Cycle Sequences.
__Fixes__
- Remove incorrect exception classes for changes processing #2883 PR: [#2883](https://github.com/Tangerine-Community/Tangerine/pull/2883) Issue: [#2882](https://github.com/Tangerine-Community/Tangerine/issues/2882)
- Added backup and restore feature for Tangerine databases using device encryption. Increase the appConfig.json parameter `dbBackupSplitNumberFiles` (default: 50) if your database is large to avoid crashes while backing up and/or restoring. PR: [#2910](https://github.com/Tangerine-Community/Tangerine/pull/2910)
-

## v3.18.5

Expand Down
1 change: 1 addition & 0 deletions client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"src/libs/plotly-latest.min.js",
"src/app/core/sync-records/peers/memorystream-standalone.js",
"src/app/core/sync-records/peers/pouchdb.replication-stream.min.js",
"src/app/core/sync-records/peers/pouchdb.load.js",
"src/favicon.ico",
"src/logo.png",
"src/loading.gif",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<button color="primary" mat-raised-button (click)="exportAllRecords()">{{'EXPORT DATA FOR ALL USERS'|translate}}</button>
</mat-card-actions>
</mat-card>
<div [innerHTML]="progressMessage" class="status"></div>
<div [innerHTML]="statusMessage" class="status"></div>
<div [innerHTML]="errorMessage" class="error"></div>
</div>
Expand Down
308 changes: 232 additions & 76 deletions client/src/app/core/export-data/export-data/export-data.component.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 267fa18

Please sign in to comment.