Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment failing because of caching_sha2_password change #666

Open
swissspidy opened this issue Oct 9, 2024 · 1 comment
Open

Deployment failing because of caching_sha2_password change #666

swissspidy opened this issue Oct 9, 2024 · 1 comment
Labels

Comments

@swissspidy
Copy link
Member

swissspidy commented Oct 9, 2024

In wp-cli/wp-cli-tests#220, we replaced mysql_native_password with caching_sha2_password.

That seemed to work fine everywhere, but there are warnings & thus failures in the deployment step.

See https://github.com/wp-cli/wp-cli-bundle/actions/runs/11257982684/job/31305127211#step:15:218 and wp-cli/wp-cli-tests#226

@swissspidy
Copy link
Member Author

On difference here is that we're using the default provided MySQL server rather than shogo82148/actions-setup-mysql (where we set default_authentication_plugin=mysql_native_password too)

@wp-cli wp-cli deleted a comment Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
@swissspidy and others