From 62318a410ad680069999ef81c658cd3eba77e88d Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Thu, 21 Oct 2021 14:34:13 -0400 Subject: [PATCH] Revised wording --- content/k3s/latest/en/backup-restore/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/k3s/latest/en/backup-restore/_index.md b/content/k3s/latest/en/backup-restore/_index.md index d9cda88a9d2..0e1b676b070 100644 --- a/content/k3s/latest/en/backup-restore/_index.md +++ b/content/k3s/latest/en/backup-restore/_index.md @@ -26,7 +26,7 @@ _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`. +>**Note on Single-Server with embedded SQLite:** Currently, backups of SQLite are not supported. Instead, make a copy of `/var/lib/rancher/k3s/server` and delete K3s. ### Creating Snapshots