I'm unable to use the neo4j-admin database restore command:
PS C:\neo4j-community-4.4.2> neo4j-admin database restore
Unmatched arguments from index 0: 'database', 'restore'
Did you mean: set-initial-password or set-default-admin?
Restore a database backup
Restore a database backup by running the following command. If you want to replace an existing database, add the option --overwrite-destination=true to the restore command.
bin/neo4j-admin database restore --from-path=/path/to/backups/neo4j-2023-05-05T11-26-38.backup mydatabase
Thanks @dana_canzano, but the point is neo4j-admin doesn't recognize the command "database restore", the result is the same if I add the params you quoted. It's most likely the Windows bug - I found a workaround using docker instead.
Example
The following is an example of how to perform an online restore of the database backup created in the section Back up an online database, using the neo4j-admin restore command.
bin/neo4j-admin restore --from=/mnt/backups/neo4j --database=neo4j --force