Skip to content

v3.2.1

Compare
Choose a tag to compare
@otoolep otoolep released this 22 May 05:20
· 6035 commits to master since this release

rqlite is a distributed relational database, which uses SQLite as its storage engine. rqlite provides a reliable and distributed store for critical relational data. This release fixes a bug where the wrong HTTP method was expected during the request to remove a node.

See the CHANGELOG for full details.

Getting started

To download and run a single rqlite node, which automatically becomes leader, follow the directions below.

Linux

To download and start rqlite on Linux, execute the following in a shell.

curl -L  https://github.com/rqlite/rqlite/releases/download/v3.2.1/rqlited-v3.2.1-linux-amd64.tar.gz -o rqlited-v3.2.1-linux-amd64.tar.gz
tar xvfz rqlited-v3.2.1-linux-amd64.tar.gz
cd rqlited-v3.2.1-linux-amd64
./rqlited ~/node.1

OSX

To download and start rqlite on OSX, execute the following in a shell.

curl -L  https://github.com/rqlite/rqlite/releases/download/v3.2.1/rqlited-3.2.1-darwin-amd64.tar.gz -o rqlited-v3.2.1-darwin-amd64.tar.gz
tar xvfz rqlited-v3.2.1-darwin-amd64.tar.gz
cd rqlited-v3.2.1-darwin-amd64
./rqlited ~/node.1