Skip to content

Commit 9e847f7

Browse files
authored
Merge pull request #4879 from Sanket2329/fix/4726-self-host-db-init
[4726] fix(docs): update sparse-checkout command to include DB-init SQL
2 parents b6fafc3 + 86d2299 commit 9e847f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/self-host/01-quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Looking to deploy on Kubernetes instead? See the [Deploy on Kubernetes](/self-ho
2121
```bash
2222
git clone --depth 1 --filter=blob:none --sparse https://github.com/Agenta-AI/agenta
2323
cd agenta
24-
git sparse-checkout set hosting/docker-compose
24+
git sparse-checkout set hosting/docker-compose api/oss/databases/postgres api/ee/databases/postgres
2525
```
2626

2727
2. Copy configuration and, optionally, edit it:

docs/docs/self-host/guides/01-deploy-remotely.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Clone the Agenta repository to your server:
3535
```bash
3636
git clone --depth 1 --filter=blob:none --sparse https://github.com/Agenta-AI/agenta
3737
cd agenta
38-
git sparse-checkout set hosting/docker-compose
38+
git sparse-checkout set hosting/docker-compose api/oss/databases/postgres api/ee/databases/postgres
3939
```
4040

4141
## Step 2: Configure Your Deployment

0 commit comments

Comments
 (0)