From 917cd20357711cad9cb2285b791283187ca8e981 Mon Sep 17 00:00:00 2001 From: Rene Pot Date: Thu, 5 Oct 2023 11:40:12 +0200 Subject: [PATCH] docs: prettier --- docs/commands/d2-cluster.md | 2 +- docs/recipes/stable.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/commands/d2-cluster.md b/docs/commands/d2-cluster.md index 1cfaff00..62bab703 100644 --- a/docs/commands/d2-cluster.md +++ b/docs/commands/d2-cluster.md @@ -175,7 +175,7 @@ d2 debug cache list clusters/2.40.1 │ config.json │ 205 │ 2023-10-05 06:59:04 │ ├────────────────┼──────┼─────────────────────┤ │ docker-compose │ 160 │ 2023-08-09 12:52:24 │ -└────────────────┴──────┴─────────────────────┘ +└────────────────┴──────┴─────────────────────┘ ``` And it looks like this: diff --git a/docs/recipes/stable.md b/docs/recipes/stable.md index f308607c..283b250e 100644 --- a/docs/recipes/stable.md +++ b/docs/recipes/stable.md @@ -6,6 +6,7 @@ slug: '/cli/recipes/stable-version' --- # Spin up a stable version + Spinning up a stable version is what you generally want. The Stable version is the one tested and released by the DHIS2 core team. It is the version that is recommended for production use, and therefore also the best to develop on. However, sometimes it makes sense to check out the development branch to test with the latest features. Read more about the [development branch here](./development.md). First up, in the best case scenario where you want to run DHIS2 v40 on an empty database, you are able to run: @@ -26,6 +27,7 @@ Usually you want to `seed` your database with a database dump from Sierra Leone d2 cluster up 2.40.0 --seed # fail: if there's no 2.40.0 database dump, it will fail ``` + You'll need to provide a `--db-version` argument to tell the command which database dump to use. The database dump needs to exist on the [databases](https://databases.dhis2.org/) site. ```bash