From 12e68b01a981a2ffbcc4e37d0b3a594e75ebafec Mon Sep 17 00:00:00 2001 From: Dante4 <2075100@mail.ru> Date: Tue, 16 Jul 2024 09:52:50 +0300 Subject: [PATCH] Updated Installation without Docker (markdown) --- Installation-without-Docker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installation-without-Docker.md b/Installation-without-Docker.md index 2fdd666..413fdf0 100644 --- a/Installation-without-Docker.md +++ b/Installation-without-Docker.md @@ -143,6 +143,8 @@ user@host:szuru/server$ source python_modules/bin/activate # enters the sandbox - database, - the `smtp` section. +Also instead of plain text password in config file - you may use [.pgpass](https://www.postgresql.org/docs/current/libpq-pgpass.html) with chmod 0600. + 3. Upgrade the database: ```console