Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rqlite 8.24.9 #173373

Merged
merged 2 commits into from
May 31, 2024
Merged

rqlite 8.24.9 #173373

merged 2 commits into from
May 31, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
_rqlite_ is a lightweight, distributed relational database, which uses [SQLite](https://www.sqlite.org/) 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](https://www.rqlite.io).

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

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels May 31, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label May 31, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue May 31, 2024
Merged via the queue into master with commit e1f4205 May 31, 2024
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-rqlite-8.24.9 branch May 31, 2024 22:38
@github-actions github-actions bot added the outdated PR was locked due to age label Jul 1, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants