Page MenuHomePhabricator

[backup] Update dynamodb
ClosedPublic

Authored by michal on Aug 25 2023, 9:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 7, 7:23 PM
Unknown Object (File)
Sun, May 26, 9:24 AM
Unknown Object (File)
May 4 2024, 10:30 PM
Unknown Object (File)
May 4 2024, 3:08 PM
Unknown Object (File)
May 4 2024, 3:08 PM
Unknown Object (File)
May 4 2024, 3:06 PM
Unknown Object (File)
May 4 2024, 2:38 PM
Unknown Object (File)
May 2 2024, 6:31 PM
Subscribers

Details

Summary

ENG-4497

Two changes:

  • we remove recoveryData from backup items because backup_id can be merged with it more context here
  • add userKeys to projected attributes because it will need to be available to fetch as "latest backup"
    • also possible: do two fetches to the db, one for backup_id and second one (from the main table) for the user_keys

Depends on D8953

Test Plan

yarn reset-local-stack, tested with future diffs

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage