Skip to content

Releases: rqlite/rqlite

v8.23.0

14 Mar 12:51
47dfcd9
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.23.0 adds support for the RETURNING keyword, as well as other minor 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.23.0/rqlite-v8.23.0-linux-amd64.tar.gz -o rqlite-v8.23.0-linux-amd64.tar.gz
tar xvfz rqlite-v8.23.0-linux-amd64.tar.gz
cd rqlite-v8.23.0-linux-amd64
./rqlited ~/node.1

macOS

Install via Homebrew.
brew install 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.22.2

03 Mar 01:16
f3bb626
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.22.2 fixes a rare Node Recovery restart issue, along with some 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.22.2/rqlite-v8.22.2-linux-amd64.tar.gz -o rqlite-v8.22.2-linux-amd64.tar.gz
tar xvfz rqlite-v8.22.2-linux-amd64.tar.gz
cd rqlite-v8.22.2-linux-amd64
./rqlited ~/node.1

macOS

brew install 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.22.1

28 Feb 01:18
aea705a
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.22.1 fixes a potential restart issue related to nodes that are down for an extended period. 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.22.1/rqlite-v8.22.1-linux-amd64.tar.gz -o rqlite-v8.22.1-linux-amd64.tar.gz
tar xvfz rqlite-v8.22.1-linux-amd64.tar.gz
cd rqlite-v8.22.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.22.0

27 Feb 02:44
d67a56b
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.22.0 adds new support for handling BLOB data. Check out the documentation for more details. 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.22.0/rqlite-v8.22.0-linux-amd64.tar.gz -o rqlite-v8.22.0-linux-amd64.tar.gz
tar xvfz rqlite-v8.22.0-linux-amd64.tar.gz
cd rqlite-v8.22.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.21.3

24 Feb 07:04
17b3269
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.3 addresses an edge case during node start-up that could result in a panic. 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.21.3/rqlite-v8.21.3-linux-amd64.tar.gz -o rqlite-v8.21.3-linux-amd64.tar.gz
tar xvfz rqlite-v8.21.3-linux-amd64.tar.gz
cd rqlite-v8.21.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.21.2

23 Feb 13:02
f49801a
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.2 fixes a minor issue related to the permissions set on the SQLite file, after a Boot operation completes. 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.21.2/rqlite-v8.21.2-linux-amd64.tar.gz -o rqlite-v8.21.2-linux-amd64.tar.gz
tar xvfz rqlite-v8.21.2-linux-amd64.tar.gz
cd rqlite-v8.21.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.21.1

22 Feb 03:43
fd00fff
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.1 fixes a small issue related to /readyz responses. 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.21.1/rqlite-v8.21.1-linux-amd64.tar.gz -o rqlite-v8.21.1-linux-amd64.tar.gz
tar xvfz rqlite-v8.21.1-linux-amd64.tar.gz
cd rqlite-v8.21.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.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.