Neo4j DB unable to start, has checkpoint exception: Ubuntu

neo4j database is unable to start

debug log shows : exception

Exception occurred while starting the database. Trying to stop already started components.
org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.recovery.TransactionLogsRecovery@651c16c3' failed to initialize. Please see the attached cause exception "/var/lib/neo4j/data/transactions/neo4j/checkpoint.1"

but then I cant see this file in my server

/var/lib/neo4j/data/transactions/neo4j$ ll
total 790832
drwxrwxr-x 2 neo4j neo4j      4096 Nov 13 06:36 ./
drwxr-xr-x 5 neo4j adm        4096 Nov  7 07:15 ../
-rw-r--r-- 1 neo4j neo4j       640 Nov 13 09:08 checkpoint.0
-rw-r--r-- 1 neo4j neo4j     72448 Nov  7 12:13 checkpoint.5
-rw-r--r-- 1 neo4j neo4j   1048576 Nov  8 05:50 checkpoint.6
-rw-r--r-- 1 neo4j neo4j    161152 Nov 10 11:31 checkpoint.7
-rw-r--r-- 1 neo4j neo4j  15823252 Nov  9 14:05 neostore.transaction.db.179853
-rw-r--r-- 1 neo4j neo4j 791614011 Nov 13 06:36 neostore.transaction.db.179854
-rw-r--r-- 1 neo4j neo4j   1048576 Nov 13 06:36 neostore.transaction.db.179855

I ran : neo4j-admin check-consistency --database=neo4j
I ran: neo4j-admin dump --to=/tmp --database=neo4j

Selecting JVM - Version:11.0.20.1+1-post-Ubuntu-0ubuntu120.04, Name: OpenJDK 64-Bit Server VM, Vendor: Ubuntu
Active logical log detected, this might be a source of inconsistencies.
Please recover database before running the dump.
To perform recovery please start database and perform clean shutdown.

I have been getting this error

Any quick help be highly appreciated