Skip to content

Commit

Permalink
docs: replication has limited support on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev committed Jan 21, 2025
1 parent ffbb3eb commit 1986ea5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ With Manticore, write transactions (such as `INSERT`, `REPLACE`, `DELETE`, `TRUN

[Native Windows binaries](../../Installation/Windows.md#Installing-Manticore-as-native-Windows-binaries) for Manticore do not support replication. We recommend [installing Manticore via WSL](../../Installation/Windows.md#Installing-or-enabling-WSL2) (Windows Subsystem for Linux).

On [macOS](../../Installation/MacOS.md), replication has limited support and is recommended only for development purposes.

Manticore's replication is powered by the [Galera library](https://github.com/codership/galera) and boasts several impressive features:

* True multi-master: read and write to any node at any time.
Expand Down

0 comments on commit 1986ea5

Please sign in to comment.