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.35.0 #200871

Merged
merged 2 commits into from
Dec 12, 2024
Merged

rqlite 8.35.0 #200871

merged 2 commits into from
Dec 12, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
_rqlite_ is a lightweight, user-friendly, distributed relational database, which uses [SQLite](https://www.sqlite.org/) as its storage engine. rqlite provides an easy-to-use, fault-tolerant and highly-available 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.35.0, 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 run -p4001:4001 rqlite/rqlite

Check out the rqlite Docker page for more details on running rqlite via Docker, including how to deploy a cluster.

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.35.0/rqlite-v8.35.0-linux-amd64.tar.gz -o rqlite-v8.35.0-linux-amd64.tar.gz
tar xvfz rqlite-v8.35.0-linux-amd64.tar.gz
cd rqlite-v8.35.0-linux-amd64
./rqlited data/

macOS

Install via Homebrew.

brew install rqlite

Windows

You can download a pre-built release for Windows in one of two ways:

@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 Dec 11, 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 Dec 12, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Dec 12, 2024
Merged via the queue into master with commit 0412f7f Dec 12, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-rqlite-8.35.0 branch December 12, 2024 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants