From 5398b322e0bb915757cb7faecc43b265bd65f6c8 Mon Sep 17 00:00:00 2001 From: Jaromir Hamala Date: Wed, 24 Jul 2024 11:17:55 +0200 Subject: [PATCH] typo --- operations/backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations/backup.md b/operations/backup.md index f85a4611..e96446d4 100644 --- a/operations/backup.md +++ b/operations/backup.md @@ -58,7 +58,7 @@ Locating the Server Root Directory The default location of the server root directory varies by operating system: - MacOS: When using Homebrew, the server root directory is located at /opt/homebrew/var/questdb/. -- Linux: The default location is ~/questdb. +- Linux: The default location is ~/.questdb. If you are unsure of the server root directory's location, you can determine it by inspecting the QuestDB logs. Look for a line that reads, `QuestDB configuration files are in /opt/homebrew/var/questdb/conf`. The server root directory is one level up from the conf directory indicated in this log entry.