These 4 commits are when the Protocol Buffers files have changed:
Commit: | 02d4415 | |
---|---|---|
Author: | Radovan | |
Committer: | GitHub |
Expose Medusa backup size (#1123)
The documentation is generated from this commit.
Commit: | 08f9ecd | |
---|---|---|
Author: | Radovan Zvoncek | |
Committer: | Radovan Zvoncek |
Expose Medusa backup size
The documentation is generated from this commit.
Commit: | 2e6ed83 | |
---|---|---|
Author: | Alexander Dejanovski | |
Committer: | GitHub |
Remote restore support for Medusa (#454) * Add MedusaTask API with support for purge, sync and restore prep, and implement remote restore. The PrepareRestore grpc call will have Medusa compute the mapping between the backup and restore clusters, and store it in the local storage. This will allow the restore init container to know which mapping should be performed, without having Cassandra up. * Upgrade to Medusa 0.13.1
Commit: | b05f3ec | |
---|---|---|
Author: | Alexander Dejanovski | |
Committer: | GitHub |
Add medusa APIs (#242) * Inject medusa containers in the Cassandra pods along with other required objects * Support backup and restore APIs