hey more duckdb questions - it looks like evidence...
# troubleshooting
l
hey more duckdb questions - it looks like evidence is using 0.6.1 (version 39), so I cannot read files created using 0.7.0 (version 43).
Copy code
IO Error: Trying to read a database file with version number 43, but we can only read version 39.
The database file was created with an newer version of DuckDB.

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.

For now, we recommend that you load the database file in a supported version of DuckDB, and use the EXPORT DATABASE command followed by IMPORT DATABASE on the current version of DuckDB.
fix in my case is to pin 0.6.1 for my db, but just putting this out there for anyone else
b
Yeah we can upgrade, but we’ll need duckdb-async to get bumped first I think
l
I have a work around 🤓
just kidding i dont
b