Drupal Update Version

Locked
User avatar
Mihai Romania
Posts: 60
Joined: 2023 May 03, 14:12
Location: ROMANIA
Contact:

Drupal Update Version

Post by Mihai »

Code: Select all

[root @ centos ~]$ cd /var/www/html/my.webiste/
Download the patch for the version you want to update:
Example update from drupal 7.34 to dupal 7.35

Code: Select all

[root @ centos my.website]$ wget link-to-patch
Dry-Run test before update

Code: Select all

[root @ centos my.website]$ patch -p1 --dry-run < PATCHFILE
If test passed then execute

Code: Select all

[root @ centos webiste.meu]$ patch -p1 -N < PATCHFILE
Method [1] manual update via GUI
Method [2] manual update via CLI (prefered by me)
Method [3] update via Drush
Method [4] update via Composer
I'm on LinkedIn
Locked