Skip to content

Fix config scripts getting missed#7075

Merged
valadas merged 2 commits intodnnsoftware:developfrom
bdukes:fix-config-scripts-getting-missed
Mar 7, 2026
Merged

Fix config scripts getting missed#7075
valadas merged 2 commits intodnnsoftware:developfrom
bdukes:fix-config-scripts-getting-missed

Conversation

@bdukes
Copy link
Copy Markdown
Contributor

@bdukes bdukes commented Mar 6, 2026

Summary

There are config migration scripts for 10.2.0 and 10.2.1. However, there are not SqlDataProvider scripts for those versions. The upgrade process uses the list of data provider scripts to determine which config files to look for. Therefore, when upgrading to a version that skips 10.2.0 or 10.2.1 (e.g. upgrading from 10.1.1 to 10.2.3), those config migration scripts do not run.

This PR adds SqlDataProvider scripts for those versions, but also moves the config logic from 10.2.0 and 10.2.1 into a new 10.02.04.config. In addition to managing the AllowDnnUpgradUpload setting, this includes the migration to reset the requestLengthDiskThreshold value, so this will need another call out in the release notes for any sites that had intentionally adjusted that value.

Fixes #7069

@bdukes bdukes added this to the 10.2.4 milestone Mar 6, 2026
@donker
Copy link
Copy Markdown
Contributor

donker commented Mar 6, 2026

At some point we're going to have these silly requirements for one thing to run have another thing ...

@valadas valadas merged commit 703d4e9 into dnnsoftware:develop Mar 7, 2026
3 checks passed
@bdukes bdukes deleted the fix-config-scripts-getting-missed branch March 9, 2026 18:00
@bdukes bdukes mentioned this pull request Mar 10, 2026
@valadas valadas modified the milestones: 10.2.4, 10.3.0 Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Upload Package button missing in Settings > Servers > Upgrades

3 participants