I inherited a Drupal 9 with a PostGreSQL DB. The previous owner of the project had not kept things up-to-date.
Install is currently using composer and drush, and running on Amazon linux.
I was able to successfully update the Drupal 9 to the latest minor version update without any problems. But when trying to move from 9 to 10, things fail during drush updatedb. I successfuly resolved all the incompatible module and theme errors, and the update process reports database upgrade good to proceed. But then, I get:
Starting from the 25th of August around 06:00 UTC, the update status XML for drupal (https://updates.drupal.org/release-history/drupal/current) has been giving an error response "No release history was found for the requested project (drupal)."
Upgraded with composer from 9.5.11 to 10.1.8 after making sure modules were compatible,
homepage loads and login page but all other pages throw this error has anyone seen this before or can interpret where the issue may lie, thanks.
I also finished database update and cache rebuild.
After the update, a modules named media_library_theme_reset is obsolete and removed manually ( because it can not be uninstalled automatically), but the name of the module is still listed in site/composer.lock file and vendor/composer/installed.php file.
I have this error just after upgrading Drupal from 10.1.8 to 10.3.2.
Entity/field definitions
Mismatched entity and/or field definitionsThe following changes were detected in the entity type and field definitions.
URL alias
The URL alias entity type needs to be updated.
How to solve this issue? And how to know which alias has this issue?