vault backup: 2024-01-01 23:00:40

This commit is contained in:
2024-01-01 23:00:40 -05:00
parent c756e46a9f
commit d57363dc40

View File

@@ -21,6 +21,8 @@ Imports deal with SurQL files, similar to SQL files, filled with statements that
Example: `surreal import -e http://127.0.0.1:8002 --user root --pass root --ns test --db test export.surql` Example: `surreal import -e http://127.0.0.1:8002 --user root --pass root --ns test --db test export.surql`
The HTTP protocol must be used in the export process
## Exporting a running database ## Exporting a running database
Exporting throws everything into a SurQL file, used for analysis and importing (for later!) Exporting throws everything into a SurQL file, used for analysis and importing (for later!)
@@ -28,3 +30,6 @@ Exporting throws everything into a SurQL file, used for analysis and importing (
Example: `surreal export -e http://localhost:8002 --user root --pass root --ns test --db test export.surql` 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 The HTTP protocol must be used in the export process
## SQL mode