Page MenuHomePhabricator

[services][backup] Remove old C++ implementation
ClosedPublic

Authored by bartek on Jan 19 2023, 11:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 22 2025, 1:05 PM
Unknown Object (File)
Feb 16 2025, 7:54 AM
Unknown Object (File)
Feb 16 2025, 7:54 AM
Unknown Object (File)
Feb 16 2025, 7:54 AM
Unknown Object (File)
Feb 16 2025, 7:48 AM
Unknown Object (File)
Feb 9 2025, 3:06 AM
Unknown Object (File)
Jan 30 2025, 9:33 PM
Unknown Object (File)
Jan 30 2025, 9:33 PM
Subscribers

Details

Summary

Rust implementation of Backup service is landed. The "old" C++ implementation can now be removed.

This also removes the "old blob client" that was failing in non-docker environment - see D6291

Test Plan

None. CI no longer depends on this, should not fail.

Diff Detail

Repository
rCOMM Comm
Branch
barthap/delete-backup-cpp
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bartek held this revision as a draft.

Has blob_client been replaced or moved?

This revision is now accepted and ready to land.Jan 19 2023, 2:10 PM

Has blob_client been replaced or moved?

It was replaced by a module integrated directly into the backup crate.