I'm not sure if the database backup file you are trying to restore comes from the same environment in which you are trying to restore it.
Remember that the destination path for the .mdf and .ldf files is the same as the backup file itself.
If this is not the case, it means that the backup file comes from a different environment than the current one on the host, make sure that the path to the .mdf and .ldf files is the same (exists) as on your computer, move them to otherwise. (This is mainly a case of restoring a database in a Docker image)
How to do this: In "Databases" → "Restore the database" → "[Files]" → (check the box "Move all files to a folder" - basically the default path is already specified in your hosting environment)
stenly Jun 09 '19 at 22:02 2019-06-09 22:02
source share