diff --git a/packages/docs/pages/contributing/development-setup.md b/packages/docs/pages/contributing/development-setup.md index 90715975..6008a323 100644 --- a/packages/docs/pages/contributing/development-setup.md +++ b/packages/docs/pages/contributing/development-setup.md @@ -17,6 +17,10 @@ yarn install Make sure that you have **PostgreSQL** and **Redis** installed and running. +:::warning +Scripts we have prepared for Automatisch work with PostgreSQL version 14. If you have a different version, you might have some problems with the database setup. +::: + Create a `.env` file in the backend package: ```bash