Problem:
I have a Database backup file x.bak from a costumer SQL Server 2019 (version 15.00.2327)
I tried to restore this backup file with SSMS (SQL_Server_Management_Studio_SSMS_18_11_1)
to SQL Server 2019 (version 15.00.4198) , corresponds with KB5008996 Cumulative Update 15 for SQL Server 2019.
I get following error:
System.Data.SqlClient.SqlError: The database was backed up on a server running version 15.00.2327. That version is incompatible with this server, which is running version 15.00.4198. Either restore the database on a server that supports the backup, or use a backup that is compatible with this server.
Question:
Which SQL Server 2019 product Version is behind (version 15.00.2327) ?
On website
https://sqlserverbuilds.blogspot.com/2019/01/sql-server-2019-versions.html
I couldn’t find a SQL Server 2019 Product for version 15.00.2327.