-
Notifications
You must be signed in to change notification settings - Fork 0
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
[ODSG-45] D10 upgrade #235
Conversation
Build outputComposer Validate
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't finished testing yet as I'm getting infinite redirects when I try to log in. Will come back to this tomorrow...
html/themes/custom/common_design_subtheme/templates/layout/page.html.twig
Outdated
Show resolved
Hide resolved
@lazysoundsystem Could you take detailed notes (and screenshots?) of the steps and what happens to see if that's something that can be reproduced locally or on dev? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what changed, but I went through the steps again and no longer found the redirects on login.
All looks good.
Refs: ODSG-45
This upgrades the ODSG site to Drupal 10 and PHP 8.2.
Tests
Test the update the site to D10
develop
branch./local/install.sh -m -c -i
)./local/exec.sh -w /srv/www site composer install
./local/exec.sh -u appuser site drush cim
feature/ODSG-45
branch./local/install.sh -m
./local/exec.sh -w /srv/www site composer install
./local/exec.sh -u appuser site drush deploy
Test the updated site
This should be done in parallel on the
prod
site and on thelocal
site or thedev
site.Note: the local and dev sites have the fixed
publications
blocks from #227 while that hasn't yet been deployed to prod.