Problem/Motivation
After upgrading successfully from DRUPAL 9.2.9 to DRUPAL 9.3.0 via the COMPOSER command "composer update", I tried to upgrade the database with DRUSH command "drush updatedb".
Then the "sort_all_config" post-update script stopped with the error "[warning] Drush command terminated abnormally."
Steps to reproduce
---------- ---------------------- ------------- ------------------------------
Module Update ID Type Description
---------- ---------------------- ------------- ------------------------------
system sort_all_config post-update Sort all configuration
according to its schema.
taxonomy clear_views_argument post-update Clear the cache after
_validator_plugins_c deprecating Term views
ache argument validator.
user update_roles post-update Calculate role dependencies
and remove non-existent
permissions.
views sort_identifier post-update Add the identifier option to
all sort handler
configurations.
---------- ---------------------- ------------- ------------------------------
Do you wish to run the specified pending updates? (yes/no) [yes]:
>
> [notice] Update started: system_post_update_sort_all_config
> [warning] Drush command terminated abnormally.
In ProcessBase.php line 155:
Output is empty.