PGSQL
PGSQL
postgresql-13-setup initdb
cd /var/lib/pgsql/13/data/
vim postgresql.conf
listen_addresses = '*'
max_connections = 2000
su - postgres
psql
\q
exit
vim pg_hba.conf
# Comment the below line
psql -U postgres
-----------------------------------------------------------------------------------
----------------------------------------------------------------------------
free -h
lscpu
psql -U postgres
(Password: getuatuser_123)
\q