Upgrade issue to 0.22
Running on my test server to see if upgrade process from 0.11 to 0.22
During start of containers a migration is run automatically so I assume migrate is not needed anymore so I am not running
when i first run
then I run
if I then run
Is this expected behaviour or is there a better way then just "rerun both commands twice"?
I noticed that if I run
before running
During start of containers a migration is run automatically so I assume migrate is not needed anymore so I am not running
yarn database:migrate:prod manually anymorewhen i first run
workspace-sync i receive an error (see comment, too long message)then I run
command:prod upgrade-0.22 it also receives error:if I then run
workspace-sync again it works and then I can run command:prod upgrade-0.22 again without error followed up with workspace-sync without error.Is this expected behaviour or is there a better way then just "rerun both commands twice"?
I noticed that if I run
before running
workspace-sync i seem to get around this "run twice" behaviour, is this the/a correct solution?