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

Include Set Adapters in CouchDB Backup During Migration Script #1580

Closed
tenthe opened this issue May 22, 2023 · 1 comment
Closed

Include Set Adapters in CouchDB Backup During Migration Script #1580

tenthe opened this issue May 22, 2023 · 1 comment
Labels
backend Everything that is related to the StreamPipes backend connect Related to the `connect` module (adapters) wontfix This will not be worked on
Milestone

Comments

@tenthe
Copy link
Contributor

tenthe commented May 22, 2023

Body

Currently, the backup process in our migration script only includes stream adapters, neglecting the set adapters. However, when a user needs to roll back the migration, it becomes necessary to also restore the set adapters.

To address this issue, we need to update the migration script to ensure that both stream adapters and set adapters are included in the backup collection during the CouchDB migration. This will enable us to maintain data integrity and functionality during rollbacks.

StreamPipes Committer

I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.

@tenthe tenthe added connect Related to the `connect` module (adapters) backend Everything that is related to the StreamPipes backend labels May 22, 2023
@tenthe tenthe added this to the 0.93.0 milestone May 22, 2023
@tenthe
Copy link
Contributor Author

tenthe commented May 23, 2023

The adapter descriptions for data set adapters are already added to the backup collection in couchdb

@tenthe tenthe closed this as completed May 23, 2023
@bossenti bossenti added the wontfix This will not be worked on label May 23, 2023
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 connect Related to the `connect` module (adapters) wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants