...
Code Block |
---|
2016-10-04T14:03:17.883Z - error: [ENVIRONMENT] Environment Sanity Test Failed 2016-10-04T14:03:17.883Z - error: [ENVIRONMENT] Exception Type: Error 2016-10-04T14:03:17.883Z - error: [ENVIRONMENT] Exception Message: SequelizeConnectionRefusedError: connect ECONNREFUSED |
Solution:
Info |
---|
NOTE: This solution applies to PostgreSQL 9.6 only. Please modify for your installed database version. |
This error can occur when the operating system is restarted. Please execute the following commands to check the Postgres configuration PostgreSQL configuration and restart the databases. This command is for PostgreSQL 9.6:
Code Block |
---|
chkconfig postgresql-9.6 on |
...