You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/website/content/docs/agent/wal-logstore/enable.mdx

21 lines
804 B

---
layout: docs
page_title: Enable the experimental WAL LogStore backend
description: >-
Learn how to safely configure and test the experimental WAL backend in your Consul deployment.
---
# Enable the WAL LogStore backend
WAL LogStore is now enabled by default unless a BoltDB database already exist.
See [migrate to WAL with an existing boltDB database](/consul/docs/agent/wal-logstore/migrate-to-wal)
for more details on how to migrate to WAL when you already have a boltDB database.
## Known issues
The following issues exist in Consul 1.15.0 and 1.15.1.
* A follower that is disconnected may be unable to catch up if it is using the WAL backend.
* Restoring user snapshots can break replication to WAL-enabled followers.
* Restoring user snapshots can cause a WAL-enabled leader to panic.