Drupal schnell updaten : mit Drush + Composer

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

Comments

Sollte Update als root erfolgen, danach nicht zu vergessen:

chown myuser1:myuser1 . -cR

Dadurch wird "myuser1" Besitzer von allen Dateien im aktuellen Ordner.

-c (if) changed

-R rekursive



cp -v .htaccess ".htaccess-$(date +%Y%m%d_%H%M%S)"

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

chown myuser1:myuser1 . -cR

 

Alles auf einer Zeile habe ich schon probiert:


cp -v .htaccess ".htaccess-$(date +%Y%m%d_%H%M%S)" && drush cr && drush ard && drush sset system.maintenance_mode 1 && drush cr && composer update && drush -y updb && drush -y entup && drush sset system.maintenance_mode 0 && drush cr





 

Problem:

 

...

Division by zero paragraphs.install:349

Performing paragraphs_update_8018

Division by zero paragraphs.install:349

Performing paragraphs_update_8018

Division by zero paragraphs.install:349

Performing paragraphs_update_8018

Division by zero paragraphs.install:349

Performing paragraphs_update_8018

Division by zero paragraphs.install:349

Performing paragraphs_update_8018

Division by zero paragraphs.install:349

Performing paragraphs_update_8018

Division by zero paragraphs.install:349

Performing paragraphs_update_8018

Division by zero paragraphs.install:349

Performing paragraphs_update_8018

Division by zero paragraphs.install:349

Performing paragraphs_update_8018

...

 

drush ard benötigt lange Zeiten. Falls man Backups hat und keine Sicherung braucht, kann man schneller updaten ohne drush ard:

cp -v .htaccess ".htaccess-$(date +%Y%m%d_%H%M%S)" && drush cr && drush sset system.maintenance_mode 1 && drush cr && composer update && drush -y updb && drush -y entup && drush sset system.maintenance_mode 0 && drush cr

 

drush sql-dump > /path/to/my-backup-dir/my-database-backup.sql

Starting with 8.7.0, Drupal core no longer provides support for automatic entity updates. Whenever an entity type or field storage definition needs to be created, changed or deleted, it has to be done with an explicit update function as provided by the Update API, and using the API provided by the entity definition update manager.

Restore archive to a custom location.

drush archive-restore ./example.tar.gz --destination=/var/www/example.com/docroot

 

Restore archive to a new database (and customize settings.php to point there.).

drush archive-restore ./example.tar.gz --db-url=mysql://root:pass@127.0.0.1/dbname

Drupal Update mit Composer und Zeitangaben:

echo 'UPDATE START ' $(date +%Y-%m-%d-%H:%M:%S) && drush cr && composer update && drush updb -y && echo 'UPDATE END ' $(date +%Y-%m-%d-%H:%M:%S)

 

Problem:

 

w && drush cr && composer update && drush updb -y && drush cr && w


-bash: w: Kommando nicht gefunden.



Lösung:

 date  && drush cr && composer update && drush updb -y && drush cr && date

 

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Suche

Neueste Kommentare

  • 1 month ago
    [preflight] The following restricted PHP modes have non-empty values: {open_basedir}. This configuration is incompatible with drush.

    Same with Drush 13 + PHP 8.3

  • 1 month ago
    Acronis CyberProtect Agent For Linux (Strato Root Server)

    Initializing...

    Error : Failed to install the required package 'RPM' by using APT. Please install it manually. 

    Exit


    Solution:

  • 1 month ago
    Acronis CyberProtect Agent For Linux (Strato Root Server)

    So habe es installiert und dann mit Hilfe von Key/Code (über Website von Acronis Cyber Protect) aktiviert:

  • 1 month ago
    No route found for the specified format html. Supported formats: csv, json. (Drupal Routing)

    I have a view with a path like /my-content-export to export entivies as JSON or CSV.

  • 1 month 1 week ago
    InvalidArgumentException: The controller for URI "/admin/flush" is not callable.

    admin_toolbar 3.5.2 is the reason. Patch coming ...

  • 10 hours 26 minutes ago
    PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock

    Drupal 10.4:

  • 2 months 1 week ago
    Server install & config : Debian 12 + Plesk + Apache + nginx + MariaDB + Solr

    Tools & Settings >> Security Policy :

     Allow only secure FTPS connections 

  • 3 months 3 weeks ago
    MariaDB Server Performance Optimieren

     

    /usr/sbin/mariadbd --help --verbose | grep "query.*size"
  • 3 months 3 weeks ago
    MariaDB Server Performance Optimieren

    Commandline:

    systemctl restart mariadb
  • 3 months 3 weeks ago
    MariaDB Server Performance Optimieren

    After my changes in /etc/mysql/db-performance.cnf