Hello team
Jira is not able to connect to postgresql database.
firstly i have alter the password using below command:
Alter user jiradbuser with password '';
and then
I have used basic encryption method to encrypt the password , and copied the same password in dbconfig.xml
still the logs i can see
database password decryption is not performed
password authentication for jiradbuser is failed
jira startup cheks failed
@Pavan is Jira able to connect to the DB without the encrypted password? to do the encryption did you follow https://confluence.atlassian.com/jiracore/encrypting-database-password-975040997.html?
thankyou @Sayed Bares [ServiceRocket] *
i have used the basic encryption for my jira
but i missed below config , thats why the connection was not working
<atlassian-password-cipher-provider>com.atlassian.db.config.password.ciphers.base64.Base64Cipher</atlassian-password-cipher-provider>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.