Hello I have tried to upgrade on my ubuntu machine nuxeo package from 5.9.4 to 5.9.5, however upgrade failed, because nuxeo service cannot be started.
I try to start the service with nuxeoctl --debug startbg
and this i get (part from where the problem starts)
21:45:44,681 DEBUG [org.nuxeo.launcher.config.ConfigurationGenerator.checkDatabaseConnection(ConfigurationGenerator.java:1649)] Testing URL jdbc:postgresql://localhost:5433/nuxeo with {user=nuxeo, password=hohsheiC} 21:45:44,711 DEBUG [org.nuxeo.launcher.config.ConfigurationGenerator.verifyInstallation(ConfigurationGenerator.java:1263)] org.postgresql.util.PSQLException: FATAL: password authentication failed for user "nuxeo" org.postgresql.util.PSQLException: FATAL: password authentication failed for user "nuxeo"
I havent change as far as I know login credentials for "nuxeo" user on my system.
Any idea?