Hello, please check if the database exists? Whether to use special symbols for passwords, the beginning of numbers
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