mirror of
https://github.com/mikeroyal/Self-Hosting-Guide.git
synced 2026-03-22 16:31:28 -05:00
[CouchDB](https://couchdb.apache.org) - a multi-master NoSQL database management system with robust replication. #344
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hharng on GitHub (Feb 21, 2024).
It is relatively easy to create a multi-master database cluster on cheap virtual machines which can be geographically globally distributed and even multi-cloud: for example, 1 VPS from Hetzner in Germany, 1 VPS from OVH in Canada and 1 VPS from AWS in the USA; the replication "just works", and the individual instances and the whole cluster repair themselves quite well, unlike, for example, MongoDB, which can becomes unusable after an unexpected shutdown and restart.