Using testdisk to recover neo4j data on Ubuntu 16 server

I am using testdisk to recover a neo4j folder that was deleted. I am getting zero size for a number of the files. this is a DigitalOcean droplet using neo4j docker image and volumes to persist the data. Can anyone help me with this? This is what the testdisk directory looks like:

Attempting to start neo4j after restore result in these errors:

6/3/2019 2:44:23 PM at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:111) 6/3/2019 2:44:23 PM at org.neo4j.graphdb.facade.GraphDatabaseFacadeFactory.initFacade(GraphDatabaseFacadeFactory.java:203) 6/3/2019 2:44:23 PM ... 9 more 6/3/2019 2:44:23 PMCaused by: java.lang.RuntimeException: Error reading transaction logs, recovery not possible. To force the database to start anyway, you can specify 'unsupported.dbms.tx_log.fail_on_corrupted_log_files=false'. This will try to recover as much as possible and then truncate the corrupt part of the transaction log. Doing this means your database integrity might be compromised, please consider restoring from a consistent backup instead. 6/3/2019 2:44:23 PM at org.neo4j.kernel.recovery.Recovery.throwUnableToCleanRecover(Recovery.java:150) 6/3/2019 2:44:23 PM at org.neo4j.kernel.recovery.LogTailScanner.findLogTail(LogTailScanner.java:147) 6/3/2019 2:44:23 PM at org.neo4j.kernel.recovery.LogTailScanner.getTailInformation(LogTailScanner.java:260) 6/3/2019 2:44:23 PM at org.neo4j.kernel.impl.transaction.log.LogVersionUpgradeChecker.check(LogVersionUpgradeChecker.java:48) 6/3/2019 2:44:23 PM at org.neo4j.kernel.NeoStoreDataSource.start(NeoStoreDataSource.java:340) 6/3/2019 2:44:23 PM at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:452) 6/3/2019 2:44:23 PM ... 14 more 6/3/2019 2:44:23 PMCaused by: org.neo4j.kernel.impl.transaction.log.entry.IncompleteLogHeaderException: Unable to read log version and last committed tx from '/var/lib/neo4j/data/databases/graph.db/neostore.transaction.db.0'. Was only able to read -1 bytes, but was expecting 16 6/3/2019 2:44:23 PM at org.neo4j.kernel.impl.transaction.log.entry.LogHeaderReader.readLogHeader(LogHeaderReader.java:81) 6/3/2019 2:44:23 PM at org.neo4j.kernel.impl.transaction.log.files.TransactionLogFiles.openForVersion(TransactionLogFiles.java:201) 6/3/2019 2:44:23 PM at org.neo4j.kernel.recovery.LogTailScanner.findLogTail(LogTailScanner.java:93) 6/3/2019 2:44:23 PM ... 18 more 6/3/2019 2:44:23 PM2019-06-03 18:44:23.300+0000 INFO Neo4j Server shutdown initiated by request