I am facing issue where want to restore my sql server database from windows to ubuntu. I have copied the backup file using WinSCP to linux environment (it is on /var/opt/mssql/backup/). the problem is where i execute command using sqlcmd to restore the db, it say 'The system cannot find the file scecified'. is it regarding the permission? if so, how to set the permission?
Here i attach an image for reference :
Disclaimer :
- I am very new using linux/ubuntu environment.
Appreciate for any help,thank you