Hello, please check if the relevant user exists? Check whether the user's permissions are accessible to everyone? After modifying permissions, you need to restart the service
Log in:
su - postgres
enter the database
psql
Check out the database:
\l
View all database information
SELECT * FROM pg_database ORDER BY datname;
quit
\q
aaP_nampv.itomo