I am updating our magento instance to 2.3.5-p1, but once 'complete' I am being returned to the web setup wizard, where it states I am running 2.3.4, and this can be repeated, never seemingly actually updating to 2.3.5 or 2.3.5-p1.
Anyone have any ideas why this may be?
Hi @scibot,
You can try upgrading your magento version using composer way as well.
composer require magento/product-community-edition=2.3.5 --no-update
composer update
Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!