Hello All,
I am not able to upgrade my 3.5 db to 4.x I have tried several things I think the issue is my store version.
Here are the steps I followed.
- create a database dump file from 3.5
- bin/neo4j-admin load the dump into 4.4.4
- set dbms.allow_upgrade=true
I have tried with different version 4.0, 4.1 but no success. I am running out of options need some help.
Thank you
2023-03-31 13:20:51.098+0000 INFO [system/00000000] Starting upgrade of database
2023-03-31 13:20:51.457+0000 INFO [system/00000000] Migrating Store files (1/11):
2023-03-31 13:20:51.611+0000 INFO [system/00000000] 10% completed
..
...
2023-03-31 13:20:51.823+0000 INFO [system/00000000] 90% completed
2023-03-31 13:20:51.824+0000 INFO [system/00000000] 100% completed
2023-03-31 13:20:52.063+0000 INFO [system/00000000] Starting transaction logs migration.
2023-03-31 13:20:52.336+0000 INFO [system/00000000] Transaction logs migration completed.
2023-03-31 13:20:52.359+0000 INFO [system/00000000] Successfully finished upgrade of database, took 1s 251ms
2023-03-31 13:20:54.890+0000 ERROR [neo4j/17f81d18] Error upgrading database. Database left intact and will likely not be able to start: java.lang.IllegalArgumentException: Unknown store version 'v0.A.8'
2023-03-31 13:20:54.891+0000 ERROR [tsm/c8eb976c] Error upgrading database. Database left intact and will likely not be able to start: java.lang.IllegalArgumentException: Unknown store version 'v0.A.8'
2023-03-31 13:20:56.184+0000 INFO Sending metrics to CSV file at /var/lib/neo4j/metrics
2023-03-31 13:20:56.308+0000 INFO Bolt enabled on 0.0.0.0:7687.
2023-03-31 13:20:59.750+0000 INFO Remote interface available at http://localhost:7474/
2023-03-31 13:20:59.759+0000 INFO id: ADF4A0F776B26E12B0CC78B9A9F5A3E7C1435931796F1DE2C8630D9A9399F26A
2023-03-31 13:20:59.759+0000 INFO name: system
2023-03-31 13:20:59.762+0000 INFO creationDate: 2023-03-31T12:10:02.969Z
2023-03-31 13:20:59.762+0000 INFO Started.
some more logs :
2023-03-31 18:00:04.406+0000 INFO Starting...
2023-03-31 18:00:05.309+0000 INFO This instance is ServerId{04e69f90} (04e69f90-7b9a-404d-9bba-35e51ea08d42)
2023-03-31 18:00:08.246+0000 INFO ======== Neo4j 4.4.4 ========
2023-03-31 18:00:12.793+0000 INFO [neo4j/17f81d18] Starting upgrade of database
2023-03-31 18:00:12.838+0000 INFO [tsm/c8eb976c] Starting upgrade of database
2023-03-31 18:00:12.861+0000 ERROR [neo4j/17f81d18] Error upgrading database. Database left intact and will likely not be able to start: org.neo4j.kernel.impl.storemigration.StoreUpgrader$UnexpectedUpgradingStoreVersionException: Not possible to upgrade a store with version 'v0.A.8' to current store version AF4.3.0
(Neo4j 4.4.4).
2023-03-31 18:00:12.862+0000 ERROR [tsm/c8eb976c] Error upgrading database. Database left intact and will likely not be able to start: org.neo4j.kernel.impl.storemigration.StoreUpgrader$UnexpectedUpgradingStoreVersionException: Not possible to upgrade a store with version 'v0.A.8' to current store version AF4.3.0
(Neo4j 4.4.4).
2023-03-31 18:00:13.148+0000 DEBUG Did not find any file named auth.ini in /var/lib/neo4j/data/dbms
2023-03-31 18:00:13.154+0000 INFO Sending metrics to CSV file at /var/lib/neo4j/metrics
2023-03-31 18:00:13.225+0000 INFO Bolt enabled on 0.0.0.0:7687.