Issue while restoring offline backup

I created a backup on one server using the following command:

neo4j-admin database dump neo4j --to-path=<path_to_store_dump_file>

Subsequently, I attempted to load this dump file on my local system with the following command (ensuring that the Neo4j service was stopped):

sudo neo4j-admin database load neo4j --from-path=<path> --overwrite-destination=true

After completing this process, I restarted the Neo4j service on my local system, but I received the error message:
Database 'neo4j' is unavailable. Run :sysinfo for more info.

I would appreciate any assistance in resolving this issue.

@kapilkathiriya5

Data
Description
All data-related content, such as databases, transactions, cluster-state (if applicable), dumps, and the cypher.script files (from the neo4j-admin database restore command). The data directory is internal to Neo4j and its structure is subject to change between versions without notice.

File permissions
Read and write.

I am using version 5.24.1 community edition.
I have attached debug.log and neo4j.log file
To view full file I have mention GDrive link :
debug.log

2024-10-14 06:56:39.008+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 06:56:46.328+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 06:56:47.028+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 06:56:48.181+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 06:56:49.766+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 06:56:53.876+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 06:56:59.775+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:18:01.408+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:18:01.892+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:18:04.956+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:18:05.401+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:18:11.308+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:18:18.101+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:18:18.115+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:18:18.449+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:18:21.130+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:18:21.606+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:18:21.784+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:18:25.811+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:18:25.992+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:18:32.257+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:18:32.406+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:18:38.378+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:18:38.663+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:18:40.993+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:18:41.722+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:26:41.558+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:26:45.147+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:26:51.021+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:26:56.533+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:26:58.133+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:26:58.449+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:01.343+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:01.559+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:01.690+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:05.884+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:05.986+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:11.546+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:12.958+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:18.131+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:21.415+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:21.520+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:22.415+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:23.669+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:25.538+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:31.106+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:37.908+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:38.143+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:39.898+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:41.520+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:44.856+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:45.425+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:51.413+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.
2024-10-14 07:27:54.947+0000 WARN  [o.n.r.QueryRouter] Could not eagerly create kernel transaction due to: org.neo4j.graphdb.DatabaseShutdownException: This database is shutdown.

neo4j.log

2024-10-14 06:39:47.338+0000 INFO  Starting...
2024-10-14 06:39:49.890+0000 INFO  This instance is ServerId{fe715b20} (fe715b20-c84a-40b8-9847-f5b014b753e1)
2024-10-14 06:39:52.710+0000 INFO  ======== Neo4j 5.24.1 ========
2024-10-14 06:39:57.726+0000 INFO  Anonymous Usage Data is being sent to Neo4j, see https://neo4j.com/docs/usage-data/
2024-10-14 06:39:57.794+0000 INFO  Bolt enabled on 0.0.0.0:7687.
2024-10-14 06:39:59.034+0000 INFO  HTTP enabled on 0.0.0.0:7474.
2024-10-14 06:39:59.036+0000 INFO  Remote interface available at http://localhost:7474/
2024-10-14 06:39:59.041+0000 INFO  id: 9E8A28907F02AF03FD543396F9BCD339440F5C401C7F690B43E5F98387F7F2D8
2024-10-14 06:39:59.042+0000 INFO  name: system
2024-10-14 06:39:59.043+0000 INFO  creationDate: 2024-10-14T06:39:54.956Z
2024-10-14 06:39:59.043+0000 INFO  Started.
2024-10-14 06:52:24.214+0000 INFO  Neo4j Server shutdown initiated by request
2024-10-14 06:52:24.215+0000 INFO  Stopping...
2024-10-14 06:52:35.075+0000 INFO  Stopped.
2024-10-14 06:53:25.872+0000 INFO  Logging config in use: File '/etc/neo4j/user-logs.xml'
2024-10-14 06:53:25.957+0000 INFO  Starting...
2024-10-14 06:53:28.679+0000 INFO  This instance is ServerId{fe715b20} (fe715b20-c84a-40b8-9847-f5b014b753e1)
2024-10-14 06:53:31.503+0000 INFO  ======== Neo4j 5.24.1 ========
2024-10-14 06:53:35.470+0000 INFO  Anonymous Usage Data is being sent to Neo4j, see https://neo4j.com/docs/usage-data/
2024-10-14 06:53:35.550+0000 INFO  Bolt enabled on 0.0.0.0:7687.
2024-10-14 06:53:36.841+0000 INFO  HTTP enabled on 0.0.0.0:7474.
2024-10-14 06:53:36.842+0000 INFO  Remote interface available at http://localhost:7474/
2024-10-14 06:53:36.848+0000 INFO  id: 9E8A28907F02AF03FD543396F9BCD339440F5C401C7F690B43E5F98387F7F2D8
2024-10-14 06:53:36.849+0000 INFO  name: system
2024-10-14 06:53:36.850+0000 INFO  creationDate: 2024-10-14T06:39:54.956Z
2024-10-14 06:53:36.850+0000 INFO  Started.
2024-10-14 06:55:10.065+0000 INFO  Neo4j Server shutdown initiated by request
2024-10-14 06:55:10.065+0000 INFO  Stopping...
2024-10-14 06:55:20.891+0000 INFO  Stopped.
2024-10-14 06:55:28.407+0000 INFO  Logging config in use: File '/etc/neo4j/user-logs.xml'
2024-10-14 06:55:28.456+0000 INFO  Starting...
2024-10-14 06:55:31.050+0000 INFO  This instance is ServerId{fe715b20} (fe715b20-c84a-40b8-9847-f5b014b753e1)
2024-10-14 06:55:33.802+0000 INFO  ======== Neo4j 5.24.1 ========
2024-10-14 06:55:37.728+0000 INFO  Anonymous Usage Data is being sent to Neo4j, see https://neo4j.com/docs/usage-data/
2024-10-14 06:55:37.813+0000 INFO  Bolt enabled on 0.0.0.0:7687.
2024-10-14 06:55:39.242+0000 INFO  HTTP enabled on 0.0.0.0:7474.
2024-10-14 06:55:39.243+0000 INFO  Remote interface available at http://localhost:7474/
2024-10-14 06:55:39.248+0000 INFO  id: 9E8A28907F02AF03FD543396F9BCD339440F5C401C7F690B43E5F98387F7F2D8
2024-10-14 06:55:39.249+0000 INFO  name: system
2024-10-14 06:55:39.250+0000 INFO  creationDate: 2024-10-14T06:39:54.956Z
2024-10-14 06:55:39.250+0000 INFO  Started.

And file permission of data directory is


total 20
drwxr-xr-x 4 neo4j adm   4096 Oct 14 12:09 databases
drwxr-xr-x 2 neo4j adm   4096 Oct  2 21:25 dbms
drwxr-xr-x 2 neo4j adm   4096 Oct  2 21:25 dumps
-rw-r--r-- 1 neo4j neo4j   17 Oct 14 12:09 server_id
drwxr-xr-x 4 neo4j adm   4096 Oct 14 12:23 transactions

Thank you @dana_canzano ,
Problem get resolved by changing the ownership of data/ directory by (neo4j adm) to (neo4j neo4j).