hi
i have postgres 11 who is already installed, I use it for some project.
I installed postgres 13.
I would like to start postgres 13 (not in the same time then 11 release)
**postgres does not know where to find the server configuration file.
You must specify the --config-file or -D invocation option or set the PGDATA environment variable.
in /var/lib/pgsql/
there is not a folder by postgres release
[FONT=monospace]locate pg_hba.conf
[/FONT][FONT=monospace]/usr/share/postgresql11/pg_hba.conf.sample
/usr/share/postgresql13/pg_hba.conf.sample
/var/lib/pgsql/data/pg_hba.conf [/FONT][FONT=monospace]
locate postgresql.conf
/usr/lib/tmpfiles.d/postgresql.conf
/usr/share/postgresql11/postgresql.conf.sample
/usr/share/postgresql13/postgresql.conf.sample
/var/lib/pgsql/data/postgresql.conf
[/FONT]**