ユーザ用ツール

サイト用ツール


cms:drupal:drupal10try1

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
cms:drupal:drupal10try1 [2023/11/20 21:10] – 作成 kingcms:drupal:drupal10try1 [2023/11/20 21:38] (現在) – [Try1-3] king
行 3: 行 3:
  
 ディレクトリ全部のコピーだけ取得、データベースも複製するだけにして本ちゃんサイトでやってみることにする。 ディレクトリ全部のコピーだけ取得、データベースも複製するだけにして本ちゃんサイトでやってみることにする。
 +===== Try1-1 =====
  
 <code bash> <code bash>
行 104: 行 105:
  
 update.php かけても、9.5.11のままだった。。。残念! update.php かけても、9.5.11のままだった。。。残念!
 +
 +===== Try1-2 =====
 +再度
 +<code bash>
 +$ composer outdated 'drupal/*'
 +Color legend:
 +- patch or minor release available - update recommended
 +- major release available - update possible
 +drupal/captcha                1.10.0 2.0.5  The CAPTCHA module provides this feature to virtually any user facing we...
 +drupal/colorbutton            1.4.0  1.5.0  Adds the Color Button plugin to CKEditor.
 +drupal/core                   9.5.11 10.1.6 Drupal is an open source content management platform powering millions o...
 +drupal/core-composer-scaffold 9.5.11 10.1.6 A flexible Composer project scaffold builder.
 +drupal/core-dev               9.5.11 10.1.6 require-dev dependencies from drupal/drupal; use in addition to drupal/c...
 +drupal/core-project-message   9.5.11 10.1.6 Adds a message after Composer installation.
 +drupal/core-recommended       9.5.11 10.1.6 Core and its dependencies with known-compatible minor versions. Require ...
 +drupal/core-vendor-hardening  8.9.20 10.1.6 Hardens the vendor directory for when it's in the docroot.
 +</code>
 +
 +<code bash>
 +$ composer update "drupal/core-*" --with-all-dependencies
 +Loading composer repositories with package information
 +Updating dependencies
 +Nothing to modify in lock file
 +Installing dependencies from lock file (including require-dev)
 +Nothing to install, update or remove
 +Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
 +Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
 +Generating autoload files
 +Hardening vendor directory with .htaccess and web.config files.
 +86 packages you are using are looking for funding.
 +Use the `composer fund` command to find out more!
 +Scaffolding files for drupal/core:
 +
 +                                                                                     
 +  [RuntimeException]                                                                 
 +  Could not delete /home/husq/www/www_cycle_eek/sites/default/default.services.yml:  
 +                                                                                     
 +
 +update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-autoloader] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [<packages>]...
 +</code>
 +
 +===== Try1-3 =====
 +
 +それでは、upgradeバージョン決め打ちで(やり方はreleaseのページに書いてるのをコピーする)
 +<code bash>
 +$ composer require drupal/core-recommended:10.1.6 drupal/core-composer-scaffold:10.1.6 drupal/core-project-message:10.1.6 --update-with-all-dependencies
 +./composer.json has been updated
 +Running composer update drupal/core-recommended drupal/core-composer-scaffold drupal/core-project-message --with-all-dependencies
 +Loading composer repositories with package information
 +Updating dependencies
 +Your requirements could not be resolved to an installable set of packages.
 +
 +  Problem 1
 +    - Root composer.json requires drupal/core-recommended 10.1.6 -> satisfiable by drupal/core-recommended[10.1.6].
 +    - drupal/core-recommended 10.1.6 requires drupal/core 10.1.6 -> found drupal/core[10.1.6] but these were not loaded, likely because it conflicts with another require.
 +
 +
 +Installation failed, reverting ./composer.json and ./composer.lock to their original content.
 +</code>
 +
 +==== composer.json ====
 +"drupal/core-recommended": "^9",となっているのを、10にしてみる
 +<code>
 +    "require": {
 +        "composer/installers": "^1.9",
 +        "defuse/php-encryption": "^2.3",
 +        "drupal/backup_migrate": "^5.0",
 +        "drupal/bluemasters": "1.x-dev@dev",
 +        "drupal/captcha": "^1.10",
 +        "drupal/color": "^1.0",
 +        "drupal/colorbox": "^2.0",
 +        "drupal/colorbox_inline": "^2.0",
 +        "drupal/colorbutton": "^1.3",
 +        "drupal/core-composer-scaffold": "^9",
 +        "drupal/core-project-message": "^9",
 +        "drupal/core-recommended": "^10",
 +        "drupal/core-vendor-hardening": "^8.8",
 +        "drupal/entity": "^1.4",
 +        "drupal/insert": "^2.0",
 +        "drupal/libraries": "^4.0.4",
 +        "drupal/marinelli": "1.x-dev@dev",
 +        "drupal/mathjax": "^4.0",
 +        "drupal/panelbutton": "^1.4",
 +        "drupal/upgrade_status": "^4.0",
 +        "drupal/webform": "^6.2"
 +    },
 +</code>
 +composer.lockをtmp/へ移動
  
  
cms/drupal/drupal10try1.1700482207.txt.gz · 最終更新: 2023/11/20 21:10 by king