Skip to content

Add howto for recovering from replication failures

This merge request will add new howto instructions which describe recovering from replication failures.

The existing storage re-balancing procedural walk-through details have been removed from the existing sharding.md document, and placed into a new howto document named storage-rebalancing.rb. The sharding.md document has been renamed to storage-sharding.md

Additional scripts are included with this contribution.

  • For reverting the database project storage repository datum: scripts/storage_revert.rb
  • For reverting the source storage node project repository directory name: scripts/restore.sh
  • For removing failed project repository directories from a target storage node: scripts/delete.sh
  • For printing some superficial information for a git repository: scripts/info.sh
Edited by Nels Nelson

Merge request reports