Skip to content

Commit

Permalink
update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Sep 18, 2024
1 parent cdff820 commit 063e27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ docker exec -it surrealdb /surreal export -e http://localhost:8000 --ns meet-os-
* restore / import

```
docker exec surrealdb /surreal import -e http://localhost:8000 --namespace meet-os-ns --database meet-os-db /external/out.txt
docker exec surrealdb /surreal import -e http://localhost:8000 --namespace meet-os-ns --database meet-os-db --user root --pass root /external/backup/file.txt
```

## CLI
Expand Down

0 comments on commit 063e27a

Please sign in to comment.