When attaching a database on SQL Server for Linux the database is automatically updated to version 860. I've then detached the database and tried mounting it on a Windows server running SQL Server 2014 (12.0.4100.1). This fails with the following error:
The database 'SSA' cannot be opened because it is version 860. This server supports version 782 and earlier. A downgrade path is not supported.
Is there an update to SQL Server 2014 tha makes it compatible with the latest SQL Server for Linux (14.0.100.187-1)? If not, which versions of SQL Server for Windows are compatible with the SQL Server for Linux? Is an upgrade to SQL Server 2016 necessary for cross compatibility of databases?