Warum liefern "composer outdated" und "drush ups" so unterschiedliche Ergebnisse, dass mal Updates gezeigt werden mal nicht?
Composer
Woran liegt das, dass weder drupal/search_api_solr noch drupal/search_api aktualisiert werden kann?
# composer require 'drupal/search_api:^1.14'
./composer.json has been updated
Gathering patches for root package.
No patches supplied.
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Installation von Drupal mit Composer:
composer create-project drupal-composer/drupal-project:8.x-dev . --stability dev --no-interaction
Wo ist index.php?
Was spricht dagegen, wenn man D8 so updaten würde? :
drush cr && drush ard && drush sset system.maintenance_mode 1 && drush cr
composer update
drush updb && drush entup && drush sset system.maintenance_mode 0 && drush cr
- composer require "drupal/admin_toolbar:^1.36"
to install "admin_toolbar 1.36" or highe
- composer require "drupal/admin_toolbar:1.22"
to install Version 1.22
Composer überschreibt nach jedes Updates .htaccess-Datei und alle personalisierte Einstellungen gehen verloren. Was kann man dagegen tun?
Debian 9 minimal mit
- Apache Webserver
- PHP 7
- MySQL / MariaDB
- Webmin
- Virtualmin
- Composer
- Drush
- Drupal Console
Für eine praktische Anleitung bitte um Ergänzung / Tipps.
Composer installieren:
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
- composer config repositories.drupal composer https://packages.drupal.org/8
Drupal Module installieren(Ausführen in Site-Root Verzeichnis, zB /home/my_website/public_html):
- composer require "drupal/entity_print 2.x"
Seitennummerierung
- Vorherige Seite
- Seite 2
Neueste Kommentare
Remove files and show the number of deleted files
Remove all files starting with 2024 in mydir123 and show the number of deleted files:
find mydir123 -name '2024*' -exec rm -vf {} \; | wc -l
find . -name '*' | xargs rm …
find . -name '*' | xargs rm -v
Maybe Patch
https://www.drupal.org/project/tablefield/issues/3397688
/etc/my.cnf
Edit "/etc/my.cnf" ( under [mysqld] ):
transaction_isolation="READ-COMMITTED"
Restart MariaDB / MySQL:
Create Sub-Directories with WGET
wget -U 'Mozilla/MyUserAgent' -P MyTempDir123 --wait=0.2 --random-wait -nd -r -x -l 4 -e robots=off --reject
Ignore Binaries, JS, CSS etc
wget -U 'Mozilla/MyUserAgent2024' -P MyOutPutDirectory --wait=1 --random-wait -nd -r -l 2 -e robots=off --reject
Intel(R) Xeon(R) E-2288G CPU @ 3.70GHz
# sysbench --threads="$(nproc)" cpu run
AMD Ryzen 7 PRO 3700 8-Core Processor
# sysbench --threads="$(nproc)" cpu run
Reload .bashrc without logging out
Diese Lösung wird empfohlen aber hat bei mir nicht funktioniert.
Welche Alternative gibt es?
Composer + PHP 8.3
ln -snf /opt/plesk/php/8.3/bin/php /etc/alternatives/php