Upgrade to 12.5.2

today i was performing an update from 12.1.5
after sudo bench update
got this error.
https://pastebin.com/N2M4DD3m

did the update go through correctly? If yes, it only informs you that a new PIP version is available for you to install. At least that was the case with me.

You can install it with the following command:
sudo pip install --upgrade pip

Please Backup your Site!

1 Like

ok pip install done successfully but still getting same error

Requirement already up-to-date: pip in /usr/local/lib/python3.6/dist-packages (20.0.2)

That’s not the error message.

pymysql.err.OperationalError: (1045, "Access denied for user '_46bb7e3c2f0d01a3'@'localhost' (using password: YES)")

This is the error message. There seems to be an authentication issue for your site. Set a new password for the user _46bb7e3c2f0d01a3 perhaps and update it in the site_config.json. Then try again, that should work for you.

There’s a thread: Bench update i get this - pymysql.err.OperationalError: (1045, u"Access denied for user regarding a similar issue.

1 Like