diff --git a/docs/architecture.rst b/docs/architecture.rst index 1a1720f8..13fc100a 100644 --- a/docs/architecture.rst +++ b/docs/architecture.rst @@ -104,7 +104,7 @@ If running in daemon mode, on a periodic basis (systemd timer), the netclient pe The check in process is what allows Netmaker to create dynamic mesh networks. As nodes are added to, removed from, and modified on the network, other nodes are notified, and make appropriate changes. -Datavase (sqlite, rqlite, postgres) +Database (sqlite, rqlite, postgres) ------------------------------------- As of v0.8, Netmaker uses sqlite by default as a database. It can also use PostgreSQL, or rqlite, a distributed (RAFT consensus) databaseand. Netmaker interacts with this database to store and retrieve information about nodes, networks, and users. @@ -191,4 +191,4 @@ To manage DNS (optional), the node must have systemd-resolved. Systems that have Limitations ============= -Install limitations mostly include platform-specific dependencies. A failed netclient install should display information about which command is failing, or which libraries are missing. This can often be solved via machine upgrade, installing missing dependencies, or setting kernel headers on the machine for WireGuard (e.x.: `Installing Kernel Headers on Debian `_) \ No newline at end of file +Install limitations mostly include platform-specific dependencies. A failed netclient install should display information about which command is failing, or which libraries are missing. This can often be solved via machine upgrade, installing missing dependencies, or setting kernel headers on the machine for WireGuard (e.x.: `Installing Kernel Headers on Debian `_)