From c756e46a9fd5fcb57c8f2e9ed66ad3e5dc7d69d1 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Mon, 1 Jan 2024 22:59:40 -0500 Subject: [PATCH] vault backup: 2024-01-01 22:59:40 --- Databases/SurrealDB/Command line interface.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Databases/SurrealDB/Command line interface.md b/Databases/SurrealDB/Command line interface.md index 02602d7..6ab6c4a 100644 --- a/Databases/SurrealDB/Command line interface.md +++ b/Databases/SurrealDB/Command line interface.md @@ -25,4 +25,6 @@ Example: `surreal import -e http://127.0.0.1:8002 --user root --pass root --ns t Exporting throws everything into a SurQL file, used for analysis and importing (for later!) -Example: `` +Example: `surreal export -e http://localhost:8002 --user root --pass root --ns test --db test export.surql` + +The HTTP protocol must be used in the export process \ No newline at end of file