
create file u_mask in root folder with value 022
Without such step there will be no error?
I have this problem as well. It happens without umask, adding a umask doesn't fix the problem for me.
Do you have any third-party extensions or customizations?
Please check https://devdocs.magento.com/guides/v2.2/release-notes/backward-incompatible-changes.html#database-data-format-changes in order to adopt your instance.
Thanks for pointing this out. This wasn't what was causing the issue, but this does effect some of my modules.
Solution for my problem was too simple, first run:
php bin/magento cache:flush
Oh, this is always first thing to try :) @tomnyson did cache clearing maybe solves your issue as well? Otherwise please confirm the problem not comes from any third-party extension or custom implementation.
@orlangur you right. I flushed cache for redis via
redis-cli flushall
my problem resolved
Ok, thanks for quick response, http://devdocs.magento.com/guides/v2.2/comp-mgr/cli/cli-upgrade.html#upgrade-cli-upgr currently covers only cache stored in file system, probably would be better to replace by php bin/magento cache:flush.
Most helpful comment
@orlangur you right. I flushed cache for redis via
redis-cli flushall
my problem resolved