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

Updating for 2021 #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Updating for 2021 #3

wants to merge 2 commits into from

Conversation

jonathanbossenger
Copy link

@jonathanbossenger jonathanbossenger commented Nov 14, 2021

  • Updates PHP to 8.0
  • Switches from MariaDB to MySQL 8.0
  • Updates MySQL 8.0 password authentication method to native_password
  • Moves composer and wp-cli install to after server software is installed, otherwise php composer-setup.php throws an error.

Fixes #2

Also, moving composer and wp-cli install, after server software is installed
@jonathanbossenger jonathanbossenger changed the title Updating for MySQL 8.0 Updating for 2021 Nov 14, 2021
@jonathanbossenger
Copy link
Author

@bradt no rush on this, when you have a free moment.

There are still some errors on the wp up command, but I'll work on them in a separate PR.

Adding default_authentication_plugin to the correct mysqld config file
Running FLUSH PRIVILEGES with the updated MySQL default authentication

Updating the add.php batch file to configure nginx with the installed version of PHP
@jonathanbossenger jonathanbossenger requested review from Jamesclark32 and removed request for bradt April 13, 2022 06:53
@Jamesclark32 Jamesclark32 removed their request for review May 17, 2023 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update set up script to enable the MYSQL root user password
1 participant