Skip to content

2021-February-21 - Prerelease - 2.6.17@16e9d1ddf8

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Feb 23:33
Re-encrypt database passwords

Flyway requires double quoting around password arg to run properly. Ansible
when executing remote commands will not do proper double quoting. Passwords
are re-encrypted and no longer contain '&' nor '%' characters to avoid this
problem.