Not able to restore backup in frappe docker

Hi,
I have a site in frappe_docker, i tried to restore backup from another site to my local site. Gave the correct path but getting error as invalid path, i gave the below command.

./dbench --site site1.local --force restore /sqlpath

Kindly help, thanks.

“/sqlpath” means the file is at the topmost directory of your machine.

Either have e relative path, or provide the full path name. for example “/home/myuser/erpnext/someotherdir/sqlpath”

Yes, i have given this way only, still getting Invalid path error.

Show us your complete command with the error message, and then a listing of the file. for example

$ ls -al /sqlpath

This is the error i get,

I have the backup in my local folder and trying to restore in local site.