Hi there,
I’m trying to update my production to version 2.0.1. I just tried to follow the documentation but something weird is happening.
When a tried to merge with the tag 1.6.1 some git conflicts appears.
git merge 1.6.0 --no-ff
Auto-merging tests/tests/test_basic_integration.py
Auto-merging other-components.yml
CONFLICT (content): Merge conflict in other-components.yml
Auto-merging extra/release_tool.py
Auto-merging extra/license-overview-generator
CONFLICT (content): Merge conflict in extra/license-overview-generator
Auto-merging docker-compose.yml
CONFLICT (content): Merge conflict in docker-compose.yml
Auto-merging docker-compose.tenant.yml
CONFLICT (content): Merge conflict in docker-compose.tenant.yml
Auto-merging docker-compose.client.yml
CONFLICT (content): Merge conflict in docker-compose.client.yml
Automatic merge failed; fix conflicts and then commit the result.
But I didn’t change anything in these files. Any ideas?
I’m using documentation bellow
https://docs.mender.io/1.6/administration/upgrading