Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(#2165): Fix migration for adapter instances #2167

Merged

Conversation

tenthe
Copy link
Contributor

@tenthe tenthe commented Nov 11, 2023

Purpose

Fixes #2165.
This PR addresses issues encountered during the migration from adapter version 0.92.0 to 0.93.0. The problem arose due to the removal of the _rev during the backup creation in CouchDB, leading to complications in the adapter model migration.

Changes:
Create a deep copy of the adapter instance backup object before writing it to CouchDB.

Remarks

PR introduces (a) breaking change(s): no

PR introduces (a) deprecation(s): no

@tenthe tenthe linked an issue Nov 11, 2023 that may be closed by this pull request
@github-actions github-actions bot added java Pull requests that update Java code backend Everything that is related to the StreamPipes backend labels Nov 11, 2023
@tenthe tenthe merged commit 18cdb2d into dev Nov 13, 2023
18 checks passed
@tenthe tenthe deleted the 2165-update-0920-0930-of-machine-data-simulator-not-working branch November 13, 2023 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Everything that is related to the StreamPipes backend java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update 0.92.0 -> 0.93.0 of Machine Data Simulator not working
3 participants