I am trying to upgrade from 8.5 to 8.5.1.
Things worked smooth until suitecrm:app:upgrade-finalize.
Expected Behavior
The upgrade should have been finalized.
Actual Behavior
PHP Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/domain.com/service.domain.com/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php on line 134
PHP Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/domain.com/service.domain.com/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php on line 144
PHP Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/domain.com/service.domain.com/vendor/symfony/http-foundation/Session/Session.php on line 131
PHP Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/domain.com/service.domain.com/vendor/symfony/http-foundation/Session/Session.php on line 141
In SystemConfigHandler.php line 111:
App\SystemConfig\LegacyHandler\SystemConfigHandler::__construct(): Argument #28 ($sessionExpiredConfig) must be of type array, Symfony\Component\HttpFoundation\Session\Session given, called in /var/www/domain.com/service.domain.com/cache/prod/ContainerSR9wbMd/App_Kernel
ProdContainer.php on line 634
By the way, I've tried multiple versions of the upgrade command.
Which one is correct?
sudo -u www-data ./bin/console suitecrm:app:upgrade-finalize -t suitecrm-8-5-1.zip (with the correct file name)
sudo -u www-data ./bin/console suitecrm:app:upgrade-finalize -t SuiteCRM-8.5.1 (sticking to the documentation)
sudo -u www-data ./bin/console suitecrm:app:upgrade-finalize -t SuiteCRM-8.5.1 -m merge (basically, I wanted to go for a merge)
But all version throw exactly the same error as above.
Afterwards, I can login, but it still shows that I'm using 8.5.0
Issue
I am trying to upgrade from 8.5 to 8.5.1. Things worked smooth until suitecrm:app:upgrade-finalize.
Expected Behavior
The upgrade should have been finalized.
Actual Behavior
By the way, I've tried multiple versions of the upgrade command. Which one is correct?
sudo -u www-data ./bin/console suitecrm:app:upgrade-finalize -t suitecrm-8-5-1.zip (with the correct file name) sudo -u www-data ./bin/console suitecrm:app:upgrade-finalize -t SuiteCRM-8.5.1 (sticking to the documentation) sudo -u www-data ./bin/console suitecrm:app:upgrade-finalize -t SuiteCRM-8.5.1 -m merge (basically, I wanted to go for a merge) But all version throw exactly the same error as above.
Afterwards, I can login, but it still shows that I'm using 8.5.0
upgrade.log
Steps to Reproduce
1.
Your Environment