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

[CMSP-963] Troubleshooting EoS PHP #8983

Merged
merged 3 commits into from
May 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions source/content/guides/custom-upstream/09-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ This will trigger a "Code Cache Clear" to verify that the Site Dashboard has fet

It might be necessary to reset the site's upstream via [Terminus](/terminus/examples/#switch-upstreams) if updates are still not showing on the site. Please note that only the Site Owner or owning Organization Administrators can change a site's upstream.

## Unsupported PHP Versions in a Custom Upstream

As PHP versions are moved to "End of Sale", existing sites will continue to run, but new sites will error during the creation step if the `php_version` value in `pantheon.upstream.yml` is no longer supported. In order to create new sites from your Custom Upstream, update your upstream's PHP version to a supported version of PHP. For details on what PHP versions Pantheon currently supports and reccomended, see [the PHP documentation](/guides/php#supported-php-versions).

## More Resources

- [Clear Upstream Cache](/terminus/commands/site-upstream-clear-cache)
Expand Down
Loading