From: wbudic Date: Fri, 24 Sep 2021 04:43:01 +0000 (+1000) Subject: pgAdmin4 Notes added. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=63108253c969952a409f007d0b2cc17d2f3d9e83;p=LifeLog.git pgAdmin4 Notes added. --- diff --git a/Installation_PostgreSQL.txt b/Installation_PostgreSQL.txt index 00e1141..7aeb3d4 100644 --- a/Installation_PostgreSQL.txt +++ b/Installation_PostgreSQL.txt @@ -139,5 +139,11 @@ pip install pgadmin4 (Sorry, I use, but don't program in python, to document here any further) +My Criticism: +From admin perspective, anything not systemd configurable, tend leave files allover the place. +This makes things harder to manage. Local user installed or developer system, are different thing on linux. +PostgreSQL as database system is server, and pgAdmin only a client. Don't mix in installation, two different placings. +This is neither secure, neither healthy to trouble shoot. +