Push failed: destructive minimum required protocol version increase change not allowed

I made update to some of my schemas. But then when I tried to push, I got these error:

push failed: destructive minimum required protocol version increase change not allowed: mongodb sync rule "crowdfinder.activity" will become compatible with sync, property "_id" will change from required false to true, will add new property "_partition" to rule "crowdfinder.user", updating the sync schema compatibility version from 1 to 3, please ensure that you have updated to the most recent version of the client SDK

Hello @mangkoran,

It appears you are doing destructive schema changes and that requires Sync reset i.e terminate and re-enable, so pushing via CLI is not allowed in this case.

You should make destructive schema changes directly from the Cloud UI, that will enforce a sync restart to map the new fields added.

I hope this clarifies.

Kind Regards,
Henna