I have updated my website from Drupal 8.9.6 to 9.0.0 (after checking Upgrade status and removing irrelevant/incompatible modules) via the Installatron feature from my provider.
The website looks okay for visitors but when I try to run 'Configuration' as logged in admin, I get this message:
The website encountered an unexpected error. Please try again later. Error: Call to undefined function config_get_config_directory() in config_requirements() (line 14 of core/modules/config/config.install).
I've inherited a production site running Drupal 8.7.11 (which is insecure) and my first target is to upgrade it to the latest version of the Drupal 8 branch (8.9.8). The site has been built using composer. Naturally, I don't want to mess with the production site, but want to clone the (outdated) code base to a staging site, and then try to do the upgrade there:
I upgraded from Drupal 7 to Drupal 9 and the core functionality is working as needed but while finalizing the Drupal 9 configuration, the production Drupal 7 version has had new content, users, categories added.
How do I now update the Drupal 9 site with the new content that was added to the Drupal 7 production site?