You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and get only one 'VW' car in case when migration is not defined. I have use case when I have service on many instances and migration cannot be done in one step. First all services instances need to be upgraded and next we can migrate documents.
In that situation I have two deployments: first to create new documents with new version and upgrade all services in some time and second migrate old documents.
Do I miss something? Can be this topic on the focus in development?
The text was updated successfully, but these errors were encountered:
I am not sure if I totaly understand the use case.
This library has its focus on migration documents. It will not be able to filter them for you, but it will migrate them. So if you want to work with different version, then you should handle the case your self.
Let me know if you have any further questions. This issue will stay open the next two weeks.
Hello,
Very nice library. I have a question how to get only documents with current version?
So we can have two documents
Current version of model is "2.0.0".
Will be great to use:
and get only one 'VW' car in case when migration is not defined. I have use case when I have service on many instances and migration cannot be done in one step. First all services instances need to be upgraded and next we can migrate documents.
In that situation I have two deployments: first to create new documents with new version and upgrade all services in some time and second migrate old documents.
Do I miss something? Can be this topic on the focus in development?
The text was updated successfully, but these errors were encountered: