Hi,
when updating aegir drush tried to backup the database but got an access denied error. I checked the the settings php and drush.conf
%4012345%2A67
but it has to be:
@12345*67 (drush status)
So something is going wrong while encoding the password. Just changing the password in drush.conf fixes the problem.
gr Volkan
Comments
Comment #1
kotnik commentedI could not reproduce this, not with DB password as muschpusch's, neither with a password with all possible and escapable characters.
Since this problem doesn't exist now, it was probably fixed in some other issue.
Please, close this issue (not reproducible).
Comment #2
muschpusch commented