From cea1e86e50584bc17967f13af9b26535514e0a5e Mon Sep 17 00:00:00 2001 From: Thomas Chopitea Date: Mon, 2 Dec 2024 11:59:35 +0100 Subject: [PATCH] Add correct command --- content/docs/updating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/updating.md b/content/docs/updating.md index 6a73dc6..2273aeb 100644 --- a/content/docs/updating.md +++ b/content/docs/updating.md @@ -49,7 +49,7 @@ migration command to sync the database schema and the code that Yeti is running. To do so: ```bash -docker compose run --rm api /docker-entrypoint.sh arangodb-migrate +docker compose run --rm api /docker-entrypoint.sh migrate-arangodb ``` 6. Start the containers