From 2cfa12d1475245075932eb29ec6ae77a323ab016 Mon Sep 17 00:00:00 2001 From: Rene Pot Date: Tue, 14 Nov 2023 14:10:19 +0100 Subject: [PATCH] docs: add header for seeding database --- docs/recipes/stable.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/recipes/stable.md b/docs/recipes/stable.md index 3491a22b..ce5875f0 100644 --- a/docs/recipes/stable.md +++ b/docs/recipes/stable.md @@ -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