From 6b31dabefc1c382ef172194d63f225846664767a Mon Sep 17 00:00:00 2001 From: Andreja Tonev Date: Mon, 24 Mar 2025 12:05:52 +0100 Subject: [PATCH] Explicitly use quotes in the RECOVER SNAPSHOT query --- pages/database-management/backup-and-restore.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/database-management/backup-and-restore.mdx b/pages/database-management/backup-and-restore.mdx index 74b17f982..5a29f8df8 100644 --- a/pages/database-management/backup-and-restore.mdx +++ b/pages/database-management/backup-and-restore.mdx @@ -74,7 +74,7 @@ Follow these steps to create database backup: Issue the following command from an already running Memgraph instance: ``` -RECOVER SNAPSHOT /path/to/snapshot [FORCE]; +RECOVER SNAPSHOT "/path/to/snapshot" [FORCE]; ``` The query will try to copy the defined file into the local data directory and