Skip to content

Commit

Permalink
docs: add header for seeding database
Browse files Browse the repository at this point in the history
  • Loading branch information
Topener authored and ismay committed Nov 14, 2023
1 parent 8f15f4f commit 2cfa12d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/recipes/stable.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ d2 cluster up 2.40
# dbVersion: empty
```

## Seed the database

Usually you want to `seed` your database with a database dump from Sierra Leone to have an instance set up with data. If you add the `--seed` command to the command above, it will try to find the database dump `2.40.0` on the [databases](https://databases.dhis2.org/) site. If it doesn't exist it will throw an error.

```bash
Expand Down

0 comments on commit 2cfa12d

Please sign in to comment.