Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
stepbystep:maintenance [2021/06/07 14:12] giancarlo |
stepbystep:maintenance [2021/07/16 11:13] (current) giancarlo [Maintenance] |
||
---|---|---|---|
Line 339: | Line 339: | ||
$ composer --version | $ composer --version | ||
Composer version 2.1.1 2021-06-04 08:46:46 | Composer version 2.1.1 2021-06-04 08:46:46 | ||
+ | </ | ||
+ | Update Drupal and modules | ||
+ | <code bash> | ||
+ | $ composer update | ||
+ | - Upgrading drupal/ | ||
+ | - Upgrading drupal/ | ||
+ | - Upgrading swaggest/ | ||
+ | - Upgrading nesbot/ | ||
+ | - Upgrading symfony/ | ||
+ | - Upgrading symfony/ | ||
+ | - Upgrading drupal/core (9.1.8 => 9.1.10): Extracting archive | ||
+ | - Upgrading symfony/ | ||
+ | - Upgrading drupal/ | ||
+ | - Upgrading markbaker/ | ||
+ | - Upgrading markbaker/ | ||
+ | - Upgrading phpoffice/ | ||
+ | - Upgrading firebase/ | ||
+ | - Upgrading google/ | ||
+ | - Upgrading symfony/ | ||
+ | - Upgrading drupal/ | ||
+ | - Upgrading drupal/ | ||
+ | - Upgrading aws/ | ||
+ | - Upgrading drupal/ | ||
+ | |||
+ | $ vendor/ | ||
+ | | ||
+ | Module | ||
+ | | ||
+ | search_api_solr | ||
+ | type. | ||
+ | search_api_solr | ||
+ | type. | ||
+ | | ||
+ | |||
+ | |||
+ | Do you wish to run the specified pending updates? (yes/no) [yes]: | ||
+ | > yes | ||
+ | |||
+ | > [notice] Update started: search_api_solr_update_8408 | ||
+ | > [notice] Update completed: search_api_solr_update_8408 | ||
+ | > [notice] Update started: search_api_solr_update_8409 | ||
+ | > [notice] Update completed: search_api_solr_update_8409 | ||
+ | > [warning] Message: There have been some configuration changes. It is advisable to download and | ||
+ | > deploy an updated config.zip to your Solr server. | ||
+ | > | ||
+ | > [warning] Message: A new Solr field type has been installed due to configuration changes. It is | ||
+ | > advisable to download and deploy an updated config.zip to your Solr server. | ||
+ | > | ||
+ | | ||
+ | |||
+ | $ vendor/ | ||
+ | </ | ||
+ | * 2021_07_15 | ||
+ | Update Archipelago modules to opendb branch with ALTO support. | ||
+ | <code bash> | ||
+ | $ composer require ' | ||
+ | ./ | ||
+ | Running composer update strawberryfield/ | ||
+ | Gathering patches for root package. | ||
+ | Loading composer repositories with package information | ||
+ | Lock file operations: 0 installs, 5 updates, 0 removals | ||
+ | - Upgrading archipelago/ | ||
+ | - Upgrading strawberryfield/ | ||
+ | - Upgrading strawberryfield/ | ||
+ | - Upgrading strawberryfield/ | ||
+ | - Upgrading strawberryfield/ | ||
+ | Writing lock file | ||
+ | Installing dependencies from lock file (including require-dev) | ||
+ | Package operations: 0 installs, 5 updates, 0 removals | ||
+ | - Syncing strawberryfield/ | ||
+ | - Syncing strawberryfield/ | ||
+ | - Syncing strawberryfield/ | ||
+ | - Syncing archipelago/ | ||
+ | - Syncing strawberryfield/ | ||
+ | Gathering patches for root package. | ||
+ | Gathering patches for dependencies. This might take a minute. | ||
+ | - Upgrading strawberryfield/ | ||
+ | - Upgrading strawberryfield/ | ||
+ | - Upgrading strawberryfield/ | ||
+ | - Upgrading archipelago/ | ||
+ | - Upgrading strawberryfield/ | ||
+ | |||
+ | $ vendor/ | ||
+ | $ vendor/ | ||
</ | </ |