Skip to content

Commit

Permalink
Update documentation for upgrading PHP
Browse files Browse the repository at this point in the history
** Why are these changes being introduced:

* The existing how-to documentation for upgrading PHP versions does not
  address rebuilding the local Lando environment.

** Relevant ticket(s):

* https://mitlibraries.atlassian.net/browse/pw-11

** How does this address that need:

* This adds an extra step to the how-to document, detailing the Lando
  command needed, and when it should be run.

** Document any side effects to this change:

* None
  • Loading branch information
matt-bernhardt committed Jul 10, 2023
1 parent 826f028 commit 769ca66
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/howto/upgrading-php.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,14 @@ consult the Site Health report (WordPress admin interface -> Tools -> Site
Health). The report's Info tab includes a Server panel which reports the PHP
version.

4. Push branch to Github for code review
4. Rebuild your local Lando environment with these changes

Running `lando rebuild` will apply any needed container updates, now that the
new PHP version is specified in `pantheon.upstream.yml`. The output of this
command should include confirmation of the new PHP version, as the relevant
pre-install command will be triggered during this process.

5. Push branch to Github for code review

From this point, follow our standing practices for pull requests and code
review.

0 comments on commit 769ca66

Please sign in to comment.