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

DuckDB versions not backwards-compatible until v1.0 #69

Open
anngvu opened this issue Sep 9, 2021 · 0 comments
Open

DuckDB versions not backwards-compatible until v1.0 #69

anngvu opened this issue Sep 9, 2021 · 0 comments

Comments

@anngvu
Copy link
Owner

anngvu commented Sep 9, 2021

It is very currently very easy for the app loading to break if the DuckDB database file was generated using a previous version of DuckDB, but the app tries to load the database file using a newer version installed. One sees something like this:

"The storage of DuckDB is not yet stable; newer versions of DuckDB cannot read old database files and vice versa.
The storage will be stabilized when version 1.0 releases."

While using the same Docker image to generate data and run the app resolves this, this can still be an issue during development and other types of deployment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant