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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.