build funktioniert nicht nach update:
–=[1]=–
$ bin/build.sh
($ bin/build-storefront.sh)
["
+++ dirname – bin/build.sh
++ cd -P – bin
++ pwd -P
- BIN_DIR=/var/www/html/bin
++ dirname /var/www/html/bin - export PROJECT_ROOT=/var/www/html
- PROJECT_ROOT=/var/www/html
- composer install -d /var/www/html --no-interaction --optimize-autoloader --no-suggest
You are using the deprecated option „–no-suggest“. It has no effect and will break in Composer 3.
[ ! -f vendor/autoload.php ] || $PHP_BINARY bin/console system:update:prepare
Run Update preparations
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Package symfony/inflector is abandoned, you should avoid using it. Use useEnglishInflector
from the String component instead instead.
Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested.
Package sebastian/resource-operations is abandoned, you should avoid using it. No replacement was suggested.
Generating optimized autoload files
composer/package-versions-deprecated: Generating version class…
composer/package-versions-deprecated: …done generating version class
121 packages you are using are looking for funding.
Use thecomposer fund
command to find out more!
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you runcomposer update
orcomposer update <package name>
.
Nothing to install, update or remove
Generating autoload files
26 packages you are using are looking for funding.
Use thecomposer fund
command to find out more!
You are using the deprecated option „–no-suggest“. It has no effect and will break in Composer 3.
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you runcomposer update
orcomposer update <package name>
.
Nothing to install, update or remove
Generating optimized autoload files
16 packages you are using are looking for funding.
Use thecomposer fund
command to find out more!
[ ! -f install.lock ] || $PHP_BINARY bin/console system:update:finish
Run Post Update
Get collection for identifier: „core“
migrate Migrations
0 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░]
Action Number of migrations
Migrated 0 out of 0
all migrations for identifier: „core“ executed
In DatabaseConfigLoader.php line 206:
Notice: Undefined index: type
system:update:finish
"]
–=[2]=–
$ bin/console system:update:finish
["
Run Post Update
Get collection for identifier: „core“
migrate Migrations
0 [=░░░░░░░░░░░░░░░░░░░░░░░░░░░]
Action Number of migrations
Migrated 0 out of 0
all migrations for identifier: „core“ executed
In DatabaseConfigLoader.php line 206:
Notice: Undefined index: type
system:update:finish
"]