stepbystep:maintenance

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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
 +</code>
 +Update Drupal and modules
 +<code bash>
 +$ composer update
 +  - Upgrading drupal/core-composer-scaffold (9.1.8 => 9.1.10): Extracting archive
 +  - Upgrading drupal/core-project-message (9.1.8 => 9.1.10): Extracting archive
 +  - Upgrading swaggest/json-schema (v0.12.32 => v0.12.33): Extracting archive
 +  - Upgrading nesbot/carbon (2.48.0 => 2.48.1): Extracting archive
 +  - Upgrading symfony/polyfill-php72 (v1.22.1 => v1.23.0): Extracting archive
 +  - Upgrading symfony/polyfill-php73 (v1.22.1 => v1.23.0): Extracting archive
 +  - Upgrading drupal/core (9.1.8 => 9.1.10): Extracting archive
 +  - Upgrading symfony/finder (v5.2.9 => v5.3.0): Extracting archive
 +  - Upgrading drupal/search_api_solr (4.1.11 => 4.1.12): Extracting archive
 +  - Upgrading markbaker/matrix (2.1.2 => 2.1.3): Extracting archive
 +  - Upgrading markbaker/complex (2.0.2 => 2.0.3): Extracting archive
 +  - Upgrading phpoffice/phpspreadsheet (1.17.1 => 1.18.0): Extracting archive
 +  - Upgrading firebase/php-jwt (v5.2.1 => v5.3.0): Extracting archive
 +  - Upgrading google/apiclient-services (v0.176.0 => v0.180.0): Extracting archive
 +  - Upgrading symfony/filesystem (v4.4.22 => v4.4.25): Extracting archive
 +  - Upgrading drupal/core-recommended (9.1.8 => 9.1.10)
 +  - Upgrading drupal/imagemagick (3.1.0 => 3.2.0): Extracting archive
 +  - Upgrading aws/aws-sdk-php (3.183.3 => 3.183.13): Extracting archive
 +  - Upgrading drupal/webformnavigation (1.0.0-beta1 => 1.0.0-rc1): Extracting archive
 +
 +$ vendor/bin/drush updatedb
 + ----------------- ----------- --------------- --------------------------------
 +  Module            Update ID   Type            Description
 + ----------------- ----------- --------------- --------------------------------
 +  search_api_solr   8408        hook_update_n   8408 - Improved Japanese field
 +                                                type.
 +  search_api_solr   8409        hook_update_n   8409 - Add Hungarian field
 +                                                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.
 +>
 + [success] Finished performing updates.
 +
 +$ vendor/bin/drush cr
 +</code>
 +  * 2021_07_15
 +Update Archipelago modules to opendb branch with ALTO support.
 +<code bash>
 +$ composer require 'strawberryfield/webform_strawberryfield:dev-1.0.0-dbopen' 'archipelago/ami:dev-0.1.0-dbopen' 'strawberryfield/strawberryfield:dev-1.0.0-dbopen' 'strawberryfield/strawberry_runners:dev-0.1.0-dbopen' 'strawberryfield/format_strawberryfield:dev-1.0.0-dbopen'
 +./composer.json has been updated
 +Running composer update strawberryfield/webform_strawberryfield archipelago/ami strawberryfield/strawberryfield strawberryfield/strawberry_runners strawberryfield/format_strawberryfield
 +Gathering patches for root package.
 +Loading composer repositories with package information                                                   Updating dependencies
 +Lock file operations: 0 installs, 5 updates, 0 removals
 +  - Upgrading archipelago/ami (0.1.0.x-dev 61786e8 => dev-0.1.0-dbopen 448944c)
 +  - Upgrading strawberryfield/format_strawberryfield (dev-1.0.0-RC2 aada573 => dev-1.0.0-dbopen da1a7f5)
 +  - Upgrading strawberryfield/strawberry_runners (0.1.0.x-dev 0b5336e => dev-0.1.0-dbopen ed440be)
 +  - Upgrading strawberryfield/strawberryfield (dev-1.0.0-RC2 18ed295 => dev-1.0.0-dbopen 0b9d763)
 +  - Upgrading strawberryfield/webform_strawberryfield (dev-1.0.0-RC2 8384f47 => dev-1.0.0-dbopen 782202c)
 +Writing lock file
 +Installing dependencies from lock file (including require-dev)
 +Package operations: 0 installs, 5 updates, 0 removals
 +  - Syncing strawberryfield/strawberryfield (dev-1.0.0-dbopen 0b9d763) into cache
 +  - Syncing strawberryfield/format_strawberryfield (dev-1.0.0-dbopen da1a7f5) into cache
 +  - Syncing strawberryfield/webform_strawberryfield (dev-1.0.0-dbopen 782202c) into cache
 +  - Syncing archipelago/ami (dev-0.1.0-dbopen 448944c) into cache
 +  - Syncing strawberryfield/strawberry_runners (dev-0.1.0-dbopen ed440be) into cache
 +Gathering patches for root package.
 +Gathering patches for dependencies. This might take a minute.
 +  - Upgrading strawberryfield/strawberryfield (dev-1.0.0-RC2 18ed295 => dev-1.0.0-dbopen 0b9d763): Checking out 0b9d7632c9 from cache
 +  - Upgrading strawberryfield/format_strawberryfield (dev-1.0.0-RC2 aada573 => dev-1.0.0-dbopen da1a7f5): Checking out da1a7f59d6 from cache
 +  - Upgrading strawberryfield/webform_strawberryfield (dev-1.0.0-RC2 8384f47 => dev-1.0.0-dbopen 782202c): Checking out 782202c314 from cache
 +  - Upgrading archipelago/ami (0.1.0.x-dev 61786e8 => dev-0.1.0-dbopen 448944c): Checking out 448944c866 from cache
 +  - Upgrading strawberryfield/strawberry_runners (0.1.0.x-dev 0b5336e => dev-0.1.0-dbopen ed440be): Checking out ed440be7b1 from cache
 +
 +$ vendor/bin/drush updatedb
 +$ vendor/bin/drush cr
 </code> </code>
  • stepbystep/maintenance.1623067967.txt.gz
  • Last modified: 2021/06/07 14:12
  • by giancarlo