add-repository.asciidoc 683 B

12345678910111213
  1. [[add-repository]]
  2. == Multiple deployments writing to the same snapshot repository
  3. Multiple {es} deployments are writing to the same snapshot repository. {es} doesn't
  4. support this configuration and only one cluster is allowed to write to the same
  5. repository. See <<snapshot-repository-contents>> for potential side-effects of
  6. corruption of the repository contents, which may not be resolved by the following
  7. guide.
  8. To remedy the situation mark the repository as read-only or remove it from all the
  9. other deployments, and re-add (recreate) the repository in the current deployment:
  10. include::{es-repo-dir}/tab-widgets/troubleshooting/snapshot/corrupt-repository-widget.asciidoc[]