Skip to content

Commit af79fd1

Browse files
authored
Fixed database docs. (#2259)
1 parent f88b404 commit af79fd1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.vortex/docs/content/development/database.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ download the latest database dump into the `.data` directory.
2222
ahoy fetch-db --fresh
2323
```
2424
</TabItem>
25-
<TabItem value="docker-compose" label="Docker Compose">
25+
<TabItem value="host" label="Host">
2626
```shell
2727
# Download latest database dump (uses cache if downloaded today)
28-
docker compose exec cli ./scripts/vortex/download-db.sh
28+
./scripts/vortex/download-db.sh
2929
# Force a fresh download regardless of cache
30-
VORTEX_DB_DOWNLOAD_REFRESH=1 docker compose exec cli ./scripts/vortex/download-db.sh
30+
VORTEX_DB_DOWNLOAD_FRESH=1 ./scripts/vortex/download-db.sh
3131
```
3232
</TabItem>
3333
</Tabs>
@@ -84,10 +84,10 @@ Export timestamped database dumps from the local environment.
8484
ahoy export-db
8585
```
8686
</TabItem>
87-
<TabItem value="docker-compose" label="Docker Compose">
87+
<TabItem value="host" label="Host">
8888
```shell
8989
# Export current database to .data directory
90-
docker compose exec cli ./scripts/vortex/export-db.sh
90+
./scripts/vortex/export-db.sh
9191
```
9292
</TabItem>
9393
</Tabs>

0 commit comments

Comments
 (0)