Skip to content

Upgrade Ubuntu Runner + MSSQL Version #659

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2025

Conversation

greg-rychlewski
Copy link
Member

While looking into the Ecto runner errors I saw we are having problems with Ubuntu > 20.04 with SQL Server 2017. When debugging the CI the errors were really low level like the database application was looking for files on the system that did not exist.

Although the exact reasons are beyond me, I have noticed these kinds of errors in the past when there is an OS incompatibility. And looking at SQL Server 2017 support, it seems it's only up to 18.04: https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-release-notes-2017?view=sql-server-ver16#supported-platforms. So it's just a matter of luck until a breaking change happens. And I guess it happened now.

For this reason I got rid of 2017 from the CI and added 2022 and everything is working nicely.

@greg-rychlewski greg-rychlewski merged commit 80a440c into elixir-ecto:master Apr 9, 2025
11 checks passed
@greg-rychlewski greg-rychlewski deleted the ubuntu_upgrade branch April 9, 2025 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants