-
Notifications
You must be signed in to change notification settings - Fork 24
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
db Loads in Windows but not Linux #100
Comments
Tried on another VM that is similar with a different technique... same result. wilbur@bigdataprox: |
wilbur@bigdataprox:~/duckdb$ ./duckdb |
DNAGedcom.db: SQLite 3.x database, last written using SQLite version 3037002, writer version 2, read version 2, file counter 684083, database pages 4486425, cookie 0x1c2, schema 4, UTF-8, version-valid-for 684083 |
Ok... update here. Found an older version of the database. It opened in Linux in the same environment. Not really sure what's that different between them. Older db that worked. db that did NOT work (apparently it's been modified slightly from the same file I had in Windows). Windows db version that worked |
Had the original compressed. I uncompressed it and it worked in Linux. Can only guess a modification to it did something to it, but SQLite had no issue using it. Here is the fresh restore file info. |
What happens?
Using DuckDB CLI, both v0.10.3 70fd6a8a24 and sqlite_scanner version 50b7870.
On Linux, receive file error. Exact same file (16GB) on Windows loads.
D ATTACH '
/DataAnalysis/Research/DNAGedcom.db'as dna (TYPE SQLITE);/DataAnalysis/Research/DNAGedcom.db": unable to open database fileD use dna;
Invalid Error: Unable to open database "
PS D:\Program Files (x86)\Incline Software\Ancestral Quest 14\DNA\Software\DNAGedcom> duckdb 'DNAGedcom.db'
v0.10.3 70fd6a8a24
Enter ".help" for usage hints.
D .tables
Posted the issue on Discord in the DuckDB server, extensions channel. User carlop suggested I post the issue here.
https://discord.com/channels/909674491309850675/1209495191380172862/1246457421178605709
To Reproduce
PS D:\Program Files (x86)\Incline Software\Ancestral Quest 14\DNA\Software\DNAGedcom> duckdb 'DNAGedcom.db'
In Linux:
D ATTACH '~/DataAnalysis/Research/DNAGedcom.db'as dna (TYPE SQLITE);
D use dna;
OS:
Linux Mint 21.3 x86_64 Kernel: 5.15.0-107-generic
SQLite Version:
3.33.0
DuckDB Version:
v0.10.3 70fd6a8a24
DuckDB Client:
CLI
Full Name:
Patrick Logan
Affiliation:
Personal Use
Have you tried this on the latest
main
branch?Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?
The text was updated successfully, but these errors were encountered: