Skip to content

Releases: rqlite/rqlite

v8.24.7

10 May 19:16
d1aa350
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.

See the CHANGELOG for full details on v8.24.7, 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.24.7/rqlite-v8.24.7-linux-amd64.tar.gz -o rqlite-v8.24.7-linux-amd64.tar.gz
tar xvfz rqlite-v8.24.7-linux-amd64.tar.gz
cd rqlite-v8.24.7-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.24.6

10 May 18:45
c411e93
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.

See the CHANGELOG for full details on v8.24.6, 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.24.6/rqlite-v8.24.6-linux-amd64.tar.gz -o rqlite-v8.24.6-linux-amd64.tar.gz
tar xvfz rqlite-v8.24.6-linux-amd64.tar.gz
cd rqlite-v8.24.6-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.24.5

10 May 18:09
84db47a
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.

See the CHANGELOG for full details on v8.24.5, 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.24.5/rqlite-v8.24.5-linux-amd64.tar.gz -o rqlite-v8.24.5-linux-amd64.tar.gz
tar xvfz rqlite-v8.24.5-linux-amd64.tar.gz
cd rqlite-v8.24.5-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.24.4

10 May 17:45
a663aca
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.

See the CHANGELOG for full details on v8.24.4, 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.24.4/rqlite-v8.24.4-linux-amd64.tar.gz -o rqlite-v8.24.4-linux-amd64.tar.gz
tar xvfz rqlite-v8.24.4-linux-amd64.tar.gz
cd rqlite-v8.24.4-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.24.3

10 May 13:12
d789075
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.

See the CHANGELOG for full details on v8.24.3, 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.24.3/rqlite-v8.24.3-linux-amd64.tar.gz -o rqlite-v8.24.3-linux-amd64.tar.gz
tar xvfz rqlite-v8.24.3-linux-amd64.tar.gz
cd rqlite-v8.24.3-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.24.2

10 May 13:00
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.24.2 adds minor implementation improvements, particularly to the Snapshot Store subsystem. 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.24.2/rqlite-v8.24.2-linux-amd64.tar.gz -o rqlite-v8.24.2-linux-amd64.tar.gz
tar xvfz rqlite-v8.24.2-linux-amd64.tar.gz
cd rqlite-v8.24.2-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.24.1

04 May 01:13
2a90095
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.24.1 fixes an issue related to Snapshot creation. 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.24.1/rqlite-v8.24.1-linux-amd64.tar.gz -o rqlite-v8.24.1-linux-amd64.tar.gz
tar xvfz rqlite-v8.24.1-linux-amd64.tar.gz
cd rqlite-v8.24.1-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.24.0

03 May 16:48
be32341
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.24.0 supports adding a timestamp to the name of any auto-uploaded backup. This allows you to automatically upload point-in-time backups. 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.24.0/rqlite-v8.24.0-linux-amd64.tar.gz -o rqlite-v8.24.0-linux-amd64.tar.gz
tar xvfz rqlite-v8.24.0-linux-amd64.tar.gz
cd rqlite-v8.24.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.23.4

27 Apr 00:55
69835fa
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.4 fixes an issue related to signal-handling and shutdown. 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.4/rqlite-v8.23.4-linux-amd64.tar.gz -o rqlite-v8.23.4-linux-amd64.tar.gz
tar xvfz rqlite-v8.23.4-linux-amd64.tar.gz
cd rqlite-v8.23.4-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.23.3

23 Apr 13:06
ac98b63
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.3 adds minor improvements to internode communications. 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.3/rqlite-v8.23.3-linux-amd64.tar.gz -o rqlite-v8.23.3-linux-amd64.tar.gz
tar xvfz rqlite-v8.23.3-linux-amd64.tar.gz
cd rqlite-v8.23.3-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.