From 2eaf77af230fec8f22b9f6ce168886327211af28 Mon Sep 17 00:00:00 2001 From: Hosein Latifi Date: Mon, 26 May 2025 14:29:26 +0330 Subject: [PATCH] Update install-and-build.mdx fixed a command to avoid ambiguity --- documentation/self-host/community-edition/install-and-build.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/self-host/community-edition/install-and-build.mdx b/documentation/self-host/community-edition/install-and-build.mdx index 3b88b1d8..7f335a09 100644 --- a/documentation/self-host/community-edition/install-and-build.mdx +++ b/documentation/self-host/community-edition/install-and-build.mdx @@ -279,7 +279,7 @@ Database migration not found. Please check the documentation for assistance: htt It means the user is trying to start the backend (or AIO) service before the database has all the relevant tables in it. In order to run the migration to populate the database run the following command. ```bash -docker run -it --entrypoint sh --env-file .env +docker run -it --entrypoint sh --env-file .env ``` Making sure to pass in the `.env` file containing the right `.env` variables for the instance. On executing the aforementioned command will result in a shell being opened inside a instance of the container following which user can execute a database migration normally with