drupal icon indicating copy to clipboard operation
drupal copied to clipboard

Upgrade path

Open RamsaTech opened this issue 1 year ago • 1 comments

Hi,

I have an old setup of Wodby Drupal 7 as below: 2023-08-28_20-17 (1)

Need to upgrade the stack to latest Drupal with Php 8.1, not sure if this is the correct image - https://hub.docker.com/layers/wodby/drupal/7-8-4.58.3/images/sha256-43e41746ee46f6200bfd6eb28d63fcd071ee043c3f2bae0d3ef649eb2c7d7711?context=explore as per the documentation the tag should mean Drupal 7 with PHP 8.4, is this correct? What does 58.3 signifies?

Thanks

RamsaTech avatar Sep 11 '23 03:09 RamsaTech

7-8-4.58.3 means Drupal 7 with PHP 8 and stability tag 4.58.3 If you want to switch to latest Drupal (10 at the moment) and PHP 8.1 you need 10-8.1-[stability tag]. Stability tag is optional but it makes sure you have a fixed version of the image

csandanov avatar Sep 11 '23 10:09 csandanov