Atlassian crowd authentication directory address force update

When you migrate atlassian product (confluence, jira etc etc) to somewhere else, your backup file includes fixed crowd address which is not gonna work for some cases.

Since Atlassian moved directory configuration from fixed config file to database,
you will need to execute following:

update cwd_directory_attribute set attribute_value = ‘http://crowd:8095/crowd/’ where attribute_name = ‘crowd.server.url’;