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