1
0
Fork 0

Merge branch 'master' of github.com:rqlite/rqlite into close-upload-file

master
Philip O'Toole 1 year ago
commit ffd91ffb2f

@ -1,6 +1,6 @@
## 7.15.0 (unreleased)
## 7.15.0 (April 28th 2023)
### New features
- [PR #1229](https://github.com/rqlite/rqlite/pull/1229), [PR #1232](https://github.com/rqlite/rqlite/pull/1232): Add support for automatic backups to AWS S3.
- [PR #1229](https://github.com/rqlite/rqlite/pull/1229), [PR #1232](https://github.com/rqlite/rqlite/pull/1232): Add support for automatic backups to AWS S3. Many thanks to [VOXO](https://voxo.co/) for funding this development.
## 7.14.3 (April 25th 2023)
### Implementation changes and bug fixes

@ -7,7 +7,7 @@
- [Website](https://www.rqlite.io)
- [Developer guide](https://www.rqlite.io/docs/api)
rqlite is simple to deploy, operating it is very straightforward, and its clustering capabilities provide you with fault-tolerance and high-availability. [rqlite is available for Linux, macOS, and Microsoft Windows](https://github.com/rqlite/rqlite/releases).
rqlite is simple to deploy, operating and accessing it is very straightforward, and its clustering capabilities provide you with fault-tolerance and high-availability. [rqlite is available for Linux, macOS, and Microsoft Windows](https://github.com/rqlite/rqlite/releases).
_Check out the [rqlite FAQ](https://rqlite.io/docs/faq)_.
@ -30,7 +30,7 @@ rqlite uses [Raft](https://raft.github.io/) to achieve consensus across all the
- Choice of [read consistency levels](https://rqlite.io/docs/api/read-consistency/), and support for choosing [write performance over durability](https://rqlite.io/docs/api/queued-writes/).
- Optional [read-only (non-voting) nodes](https://rqlite.io/docs/clustering/read-only-nodes/), which can add read scalability to the system.
- A form of transaction support.
- Hot [backups](https://rqlite.io/docs/guides/backup/), including automatic backups to [AWS S3](https://aws.amazon.com/s3/), as well as [restore directly from SQLite](https://rqlite.io/docs/guides/restore/).
- Hot [backups](https://rqlite.io/docs/guides/backup/), including [automatic backups to AWS S3](https://rqlite.io/docs/guides/backup/#automatic-backups), as well as [restore directly from SQLite](https://rqlite.io/docs/guides/restore/).
## Quick Start

Loading…
Cancel
Save