File tree Expand file tree Collapse file tree
.vortex/docs/content/development Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments