From be801ed80edd66fda5b72f26480093cb6ba91bd8 Mon Sep 17 00:00:00 2001 From: Benoit Socias Date: Mon, 18 Jul 2022 12:39:06 +0000 Subject: [PATCH] [IMP] install: troubleshoot typical problems for Mac users When installing requirements, the psycopg requirement can fail because the $PATH does not contain the postgresql tools installed with the .app. This commit provides instructions to avoid this issue. task-2922249 closes odoo/documentation#2506 X-original-commit: c40cf830735b29d17140607c3acbf0f8f0ef3ddc Signed-off-by: Antoine Vandevenne (anv) --- content/administration/install/install.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/administration/install/install.rst b/content/administration/install/install.rst index f5bf2588a..618a2dad7 100644 --- a/content/administration/install/install.rst +++ b/content/administration/install/install.rst @@ -478,6 +478,11 @@ PostgreSQL `_ to download and install PostgreSQL (supported version: 10.0 and later). + .. tip:: + To make the command line tools bundled with `postgres.app` available, make sure to setup your + `$PATH` variable by following the `Postgres.app CLI Tools Instructions + `_. + By default, the only user is `postgres` but Odoo forbids connecting as `postgres`, so you need to create a new PostgreSQL user: