Skip to content

Releases: rqlite/rqlite

v8.21.0

21 Feb 12:29
57f9f6d
Compare
Choose a tag to compare

rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant store for your most important relational data. You can learn a lot more about rqlite at rqlite.io.

Release v8.21.0 enhances the /readyz check, giving you more information about node readiness. See the documentation for more information, and the CHANGELOG for full details on this release. Prebuilt binaries are available below in the Assets section.

Getting started

Check out the Quick Start guide.

To download and run a single rqlite node follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

If you wish to build rqlite from source, check out this documentation.

Docker

Run a single node as follows:

docker pull rqlite/rqlite
docker run -p4001:4001 rqlite/rqlite

Check out the rqlite Docker page for more details on running nodes via Docker.

Linux

Builds for a variety of CPU architectures are available. See the Assets section below.

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

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

macOS

homebrew rqlite

Windows

rqlite can be built for Windows, and Windows compatibility is ensured via AppVeyor. However you may need to build a specific release yourself, though the top-of-tree build is available for download from AppVeyor. Check out the CI build for Windows for more details.

v8.20.3

17 Feb 13:07
eb89854
Compare
Choose a tag to compare

rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant store for your most important relational data. You can learn a lot more about rqlite at rqlite.io.

Release v8.20.3 fixes a possible panic at query time. See the CHANGELOG for full details on this release, and check out the Assets section below for prebuilt binaries.

Getting started

Check out the Quick Start guide.

To download and run a single rqlite node follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

If you wish to build rqlite from source, check out this documentation.

Docker

Run a single node as follows:

docker pull rqlite/rqlite
docker run -p4001:4001 rqlite/rqlite

Check out the rqlite Docker page for more details on running nodes via Docker.

Linux

Builds for a variety of CPU architectures are available. See the Assets section below.

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

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

macOS

homebrew rqlite

Windows

rqlite can be built for Windows, and Windows compatibility is ensured via AppVeyor. However you may need to build a specific release yourself, though the top-of-tree build is available for download from AppVeyor. Check out the CI build for Windows for more details.

v8.20.2

16 Feb 17:55
7f33b97
Compare
Choose a tag to compare

rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant store for your most important relational data. You can learn a lot more about rqlite at rqlite.io.

Release v8.20.2 adds minor improvements and fixes for possible bugs. See the CHANGELOG for full details on this release, and check out the Assets section below for prebuilt binaries.

Getting started

Check out the Quick Start guide.

To download and run a single rqlite node follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

If you wish to build rqlite from source, check out this documentation.

Docker

Run a single node as follows:

docker pull rqlite/rqlite
docker run -p4001:4001 rqlite/rqlite

Check out the rqlite Docker page for more details on running nodes via Docker.

Linux

Builds for a variety of CPU architectures are available. See the Assets section below.

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

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

macOS

homebrew rqlite

Windows

rqlite can be built for Windows, and Windows compatibility is ensured via AppVeyor. However you may need to build a specific release yourself, though the top-of-tree build is available for download from AppVeyor. Check out the CI build for Windows for more details.

v8.20.1

13 Feb 15:24
761642b
Compare
Choose a tag to compare

rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant store for your most important relational data. You can learn a lot more about rqlite at rqlite.io.

Release v8.20.1 adds minor improvements to how strict Stale Reads are checked. See the CHANGELOG for full details on this release, and check out the Assets section below for prebuilt binaries.

Getting started

Check out the Quick Start guide.

To download and run a single rqlite node follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

If you wish to build rqlite from source, check out this documentation.

Docker

Run a single node as follows:

docker pull rqlite/rqlite
docker run -p4001:4001 rqlite/rqlite

Check out the rqlite Docker page for more details on running nodes via Docker.

Linux

Builds for a variety of CPU architectures are available. See the Assets section below.

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

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

macOS

homebrew rqlite

Windows

rqlite can be built for Windows, and Windows compatibility is ensured via AppVeyor. However you may need to build a specific release yourself, though the top-of-tree build is available for download from AppVeyor. Check out the CI build for Windows for more details.

v8.20.0

13 Feb 00:37
deb43f7
Compare
Choose a tag to compare

rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant store for your most important relational data. You can learn a lot more about rqlite at rqlite.io.

Release v8.20.0 adds new controls over data freshness when using None read consistency. See the CHANGELOG for full details on this release, and check out the Assets section below for prebuilt binaries.

Getting started

Check out the Quick Start guide.

To download and run a single rqlite node follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

If you wish to build rqlite from source, check out this documentation.

Docker

Run a single node as follows:

docker pull rqlite/rqlite
docker run -p4001:4001 rqlite/rqlite

Check out the rqlite Docker page for more details on running nodes via Docker.

Linux

Builds for a variety of CPU architectures are available. See the Assets section below.

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

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

macOS

homebrew rqlite

Windows

rqlite can be built for Windows, and Windows compatibility is ensured via AppVeyor. However you may need to build a specific release yourself, though the top-of-tree build is available for download from AppVeyor. Check out the CI build for Windows for more details.

v8.19.0

03 Feb 21:20
ed649db
Compare
Choose a tag to compare

rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant store for your most important relational data. You can learn a lot more about rqlite at rqlite.io.

Release v8.19.0 allows you to set a maximum amount of a time a query will run. If the query does not complete within the set time, an error will be returned. See the CHANGELOG for full details on this release, and check out the Assets section below for prebuilt binaries.

Getting started

Check out the Quick Start guide.

To download and run a single rqlite node follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

If you wish to build rqlite from source, check out this documentation.

Docker

Run a single node as follows:

docker pull rqlite/rqlite
docker run -p4001:4001 rqlite/rqlite

Check out the rqlite Docker page for more details on running nodes via Docker.

Linux

Builds for a variety of CPU architectures are available. See the Assets section below.

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

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

macOS

homebrew rqlite

Windows

rqlite can be built for Windows, and Windows compatibility is ensured via AppVeyor. However you may need to build a specific release yourself, though the top-of-tree build is available for download from AppVeyor. Check out the CI build for Windows for more details.

v8.18.7

02 Feb 01:00
790874f
Compare
Choose a tag to compare

rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant store for your most important relational data. You can learn a lot more about rqlite at rqlite.io.

Release v8.18.7 removes unnecessary file processing during Raft snapshotting. See the CHANGELOG for full details on this release, and check out the Assets section below for prebuilt binaries.

Getting started

Check out the Quick Start guide.

To download and run a single rqlite node follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

If you wish to build rqlite from source, check out this documentation.

Docker

Run a single node as follows:

docker pull rqlite/rqlite
docker run -p4001:4001 rqlite/rqlite

Check out the rqlite Docker page for more details on running nodes via Docker.

Linux

Builds for a variety of CPU architectures are available. See the Assets section below.

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

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

macOS

homebrew rqlite

Windows

rqlite can be built for Windows, and Windows compatibility is ensured via AppVeyor. However you may need to build a specific release yourself, though the top-of-tree build is available for download from AppVeyor. Check out the CI build for Windows for more details.

v8.18.6

01 Feb 03:51
71dbd1f
Compare
Choose a tag to compare

rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant store for your most important relational data. You can learn a lot more about rqlite at rqlite.io.

Release v8.18.6 upgrades SQLite to 3.45.1, ensures Raft snapshotting doesn't take place at the same time across a cluster due to WAL size, and adds a couple of other small improvements. See the CHANGELOG for full details on this release, and check out the Assets section below for prebuilt binaries.

Getting started

Check out the Quick Start guide.

To download and run a single rqlite node follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

If you wish to build rqlite from source, check out this documentation.

Docker

Run a single node as follows:

docker pull rqlite/rqlite
docker run -p4001:4001 rqlite/rqlite

Check out the rqlite Docker page for more details on running nodes via Docker.

Linux

Builds for a variety of CPU architectures are available. See the Assets section below.

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

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

macOS

homebrew rqlite

Windows

rqlite can be built for Windows, and Windows compatibility is ensured via AppVeyor. However you may need to build a specific release yourself, though the top-of-tree build is available for download from AppVeyor. Check out the CI build for Windows for more details.

v8.18.5

31 Jan 02:41
434e46d
Compare
Choose a tag to compare

rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant store for your most important relational data. You can learn a lot more about rqlite at rqlite.io.

Release v8.18.5 fixes various minor bugs. See the CHANGELOG for full details on this release, and check out the Assets section below for prebuilt binaries.

Getting started

Check out the Quick Start guide.

To download and run a single rqlite node follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

If you wish to build rqlite from source, check out this documentation.

Docker

Run a single node as follows:

docker pull rqlite/rqlite
docker run -p4001:4001 rqlite/rqlite

Check out the rqlite Docker page for more details on running nodes via Docker.

Linux

Builds for a variety of CPU architectures are available. See the Assets section below.

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

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

macOS

homebrew rqlite

Windows

rqlite can be built for Windows, and Windows compatibility is ensured via AppVeyor. However you may need to build a specific release yourself, though the top-of-tree build is available for download from AppVeyor. Check out the CI build for Windows for more details.

v8.18.4

30 Jan 12:38
cf594a2
Compare
Choose a tag to compare

rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant store for your most important relational data. You can learn a lot more about rqlite at rqlite.io.

Release v8.18.4 improves memory usage during the Raft snapshotting process. See the CHANGELOG for full details on this release, and check out the Assets section below for prebuilt binaries.

Getting started

Check out the Quick Start guide.

To download and run a single rqlite node follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

If you wish to build rqlite from source, check out this documentation.

Docker

Run a single node as follows:

docker pull rqlite/rqlite
docker run -p4001:4001 rqlite/rqlite

Check out the rqlite Docker page for more details on running nodes via Docker.

Linux

Builds for a variety of CPU architectures are available. See the Assets section below.

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

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

macOS

homebrew rqlite

Windows

rqlite can be built for Windows, and Windows compatibility is ensured via AppVeyor. However you may need to build a specific release yourself, though the top-of-tree build is available for download from AppVeyor. Check out the CI build for Windows for more details.