Hello,
last update worked from the web Update panel, this now also worked and says at the end success but nothing happened. Im still on 2.3.4. In the update log also no error, but not many content. Last, really successful update filled the log a lot more.
And now, whats can I do, whats the Problem?
Thanks.
Hi @grafikssam8b4e
Have you executed below commands in sequence once?
rm -rf var/cache/* var/view_preprocessed/* generated/* pub/static/* php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:flush php bin/magento indexer:reindex
If still nothing happened then upgrade using composer.
composer require magento/product-community-edition=2.3.5 --no-update rm -rf var/cache/* var/view_preprocessed/* generated/* pub/static/* php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:flush php bin/magento indexer:reindex
I hope it will help you!