Hello,
I'm trying to execute the database initialization step of the installation,
poetry run fantasia initialize
using the following data source in the config file:
embeddings_url: "https://zenodo.org/records/17795871/files/BioData_Dec25_esm2_prott5_prostt5_ankh3_large_esm3c_Layer0.backup?download=1"
But I have the following error just after the download:
pg_restore failed (exit 1).
pg_restore: error: unsupported version (1.16) in file header
My pg_restore version (16) seems correct (pg_restore (PostgreSQL) 16.13 (Ubuntu 16.13-0ubuntu0.24.04.1)), however I see a version 18 in the first lines of the downloaded dump file:
PGDMP
BioData
18.1 (Ubuntu 18.1-1.pgdg24.04+2)
18.1 (Ubuntu 18.1-1.pgdg24.04+2)
Is there a version 16 of the dump somewhere (if it's the cause of the error)?
Regards,
Hello,
I'm trying to execute the database initialization step of the installation,
poetry run fantasia initializeusing the following data source in the config file:
embeddings_url: "https://zenodo.org/records/17795871/files/BioData_Dec25_esm2_prott5_prostt5_ankh3_large_esm3c_Layer0.backup?download=1"But I have the following error just after the download:
My pg_restore version (16) seems correct (
pg_restore (PostgreSQL) 16.13 (Ubuntu 16.13-0ubuntu0.24.04.1)), however I see a version 18 in the first lines of the downloaded dump file:Is there a version 16 of the dump somewhere (if it's the cause of the error)?
Regards,