Sql-server – Not able to restore a backup to SQL Server 2019

restoresql serversql-server-2019ssms

I am trying to a restore a SQL Server from a .bak file and always get the same error :

The database was backed up on a server running version 15.00.2000.
That version is incompatible with this server, which is running
version 15.00.2000.

I have already seen the issue in Stackoverflow but I'm struggling because the versions here are the same ..

I am using SSMS and I already tried restoring to a SQL Server 2017, to the latest Cumulative update of SQL Server 2019 and to the first SP of SQL Server 2019. Wondering if I am missing something (configuration, code, ..) in SSMS to make it work.

Best Answer

Restoring it on SQL MI rather than Azure SQL DB or SQL Server worked perfectly