From a35184724bf77cea49ba5e22626489d16bb6aedc Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Wed, 20 Oct 2021 17:02:15 -0400 Subject: [PATCH] Added blurb on SQLite backups in K3s --- content/k3s/latest/en/backup-restore/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/k3s/latest/en/backup-restore/_index.md b/content/k3s/latest/en/backup-restore/_index.md index 21734573e14..d9cda88a9d2 100644 --- a/content/k3s/latest/en/backup-restore/_index.md +++ b/content/k3s/latest/en/backup-restore/_index.md @@ -26,6 +26,8 @@ _Available as of v1.19.1+k3s1_ In this section, you'll learn how to create backups of the K3s cluster data and to restore the cluster from backup. +>**Note on Single-Server with embedded SQLite:** Currently, backups of SQLite are not supported. Instead, delete K3s and make a copy of `/var/lib/rancher/k3s/server`. + ### Creating Snapshots Snapshots are enabled by default.