Rank 3: Container
If update to 1.3.2 from 1.3.1 need to run migrate command?
Votes
1
Replies
24
Participants
Unknown
Messages
25
Rank 3: Container
If update to 1.3.2 from 1.3.1 need to run migrate command?
Actually you're correct. My bad, sorry for the mistake.
From my walking through the code it seems like no change will happened when migrating the same DB version.
In the url can you add /settings to the end of it, and let us know what Document Security settings are?
Rank 3: Container
Yes, I can
After you've done the backup you can try to delete Relationship attribute and recreate it.
Be sure again to backup all your database before, so you'll be able to go back in any case.
Rank 3: Container
I cant's see the data, so I cant backup
I mean backing-up the database using Steven gist:
https://gist.github.com/stnguyen90/fee636ff652b8ecbf761935b2aa254fb
Rank 3: Container
Okay, I’ll try it
Admin
yes, you need to run the migrate command. did you not?
Is it require to run migrate in Minor upgrades?
Admin
typically, not, but this time it's required
Rank 3: Container
I have the same error too,
Admin
😬
Admin
@hamed @bluesky, I think y'all will have to restore from backup 😬
Admin
and downgrade 😬
Admin
There was a problem with the migration that messed up the relationships metadata. if you can restore to 1.3.1, you can upgrade to 1.3.3, instead, now (and run the migrate command)
Rank 3: Container
So I must downgrade first to 1.3.1, and upgrade to 1.3.3? Or can just upgrade to 1.3.3 from 1.3.2?
Admin
You would need to restore from backup or recreate your collections because your relationship attributes are screwed up already
Rank 3: Container
It was fixing on 1.3.3?
Rank 3: Container
Okay I need to know what is going happen?
Admin
1.3.3 fixes the migration code (which you already ran)
Admin
What do you mean?
Rank 3: Container
The migrations on 1.3.2 make id of relation null?
Admin
Sort of yes
Rank 3: Container
I’ll try it, thanks @Steven