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

migration from old to new serialization format for storage backends #1501

Closed
milyin opened this issue Oct 2, 2024 · 1 comment
Closed

migration from old to new serialization format for storage backends #1501

milyin opened this issue Oct 2, 2024 · 1 comment
Labels
release Part of the next release

Comments

@milyin
Copy link
Contributor

milyin commented Oct 2, 2024

Describe the release item

After #1474 the stored data format for storage backends filesystem and rockdb has changed. It's probably necessary to provide migration tool for them.
To do that we need to export old deserialization without cluttering the API.
We also may expect that there will be more migrations so it maybe makes sense to provide some reusable solution.

The mirgation is needed after these updates:
eclipse-zenoh/zenoh-backend-filesystem#236
eclipse-zenoh/zenoh-backend-rocksdb#223

@milyin milyin added the release Part of the next release label Oct 2, 2024
@milyin
Copy link
Contributor Author

milyin commented Oct 10, 2024

Not necessary at this moment, but prerequisites for further implementation of migration are implemented here #1523 (see discussion eclipse-zenoh/zenoh-backend-filesystem#243 (comment))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Part of the next release
Projects
Status: Done
Development

No branches or pull requests

1 participant