vault backup: 2024-01-01 22:25:40

This commit is contained in:
2024-01-01 22:25:40 -05:00
parent 9be0a3dafd
commit 1d75c8d54f

View File

@@ -7,5 +7,7 @@
The dots represent a subcommand that is supposed to present. Almost if not all commands (and subcommands) always come with a `--help` flag so you can get a reference on what the command does The dots represent a subcommand that is supposed to present. Almost if not all commands (and subcommands) always come with a `--help` flag so you can get a reference on what the command does
## Starting the database ## Starting the database
Optino`surreal start --auth --user root --pass root` Option one: `surreal start --auth --user root --pass root`
`surreal start --auth --user root --pass root file://path/to/database` Option two: `surreal start --auth --user root --pass root file://path/to/database`
Option two I'm still figuring out. I just export it once I'm done and then import the export once I'm r