docs(dnn): Option C connection-string runbook (DB pool tuning APPLIQUÉ, certificat ai-01) - #823
Closed
jsboige wants to merge 3 commits into
Closed
docs(dnn): Option C connection-string runbook (DB pool tuning APPLIQUÉ, certificat ai-01)#823jsboige wants to merge 3 commits into
jsboige wants to merge 3 commits into
Conversation
…local branch) DNN 9.11.1 -> 10.3.2 migration + 2sxc 21.07 BCL realign on the IIS sandbox (D:\Dev\Argumentum\DNNPlatform) for the durable dnn.argumentum.myia.io recette instance. Captures the full runtime footprint so the full-IIS site survives git clean / branch switches. KEY CONTENTS - bin/: BCL .NET 9 stack (System.Text.Json 9.0.0.0, Microsoft.Bcl.AsyncInterfaces 8.0.0.0, System.Collections.Immutable 9.0.0.0, etc.) - REQUIRED for 2sxc 21.07 (compiled against .NET 9). Reverting to 6.0.0.0 = the B1-inversion error (breaks 2sxc JsonOptions type-init -> "Something went really wrong in view.ascx"). See memory reference-dnn-2sxc-net48-bcl-stack for the authoritative version matrix. - web.config: binding redirects aligned to the .NET 9 BCL stack. - Providers/DesktopModules/Resources/Icons/admin/Components/App_GlobalResources/ App_Browsers/Config/Install/js/controls/images: DNN 10.3.2 platform upgrade files. LOCAL OVERRIDES OVER THE REPLACE-PLACEHOLDER BASELINE - web.config machineKey = DEV THROWAWAY (527CA79E...). For go-live apply the PROD machineKey LOCALLY (GDrive-authoritative, NEVER committed - repo is PUBLIC). - connection string = LocalDB (sandbox). Will migrate to localhost\SQLEXPRESS + SQL auth locally when the SQL Express migration runs (IIS agent scope). NOT pushed to remote (repo is PUBLIC; branch carries Portals/2sxc content). NOT merged to master (master stays at clean source baseline 44c37fa). Transient runtime artifacts (App_Data cache, migration logs, sourcemaps) excluded. Co-Authored-By: Claude-Code <noreply@anthropic.com>
The .well-known/acme-challenge/web.config (383 B, StaticFileModule + mimeMap, no handlers/DNN pipeline) was already ACTIVE in live — tested 2026-07-01: https://dnn.argumentum.myia.io/.well-known/acme-challenge/x returns HTTP 404.0 IIS brut (served before DNN, functional for win-acme). Persisting it on the runtime branch so the win-acme certificate renewal (2026-08-23) stays non-blocked across redeploys. ai-01: GO commit on runtime branch. Co-Authored-By: Claude-Code <noreply@anthropic.com>
…, applied 2026-07-17)
Ce runbook documente fidèlement le patch Option C appliqué sur prod
dnn.argumentum.myia.io le 2026-07-17 13:01 par po-2023 :
SiteSqlServer += 'Min Pool Size=5;Connect Timeout=30;
Connection Lifetime=300;Load Balance Timeout=30'
Cause-racine : pool SQL stagnation post-idle worker + cold-start DNN
(Partie A du fix = app-pool idleTimeout=0 + AlwaysRunning, sibling runbook).
Verdict ai-01 (test idle-long 26min, 13:38) :
cold try 1: 200 5.2s (pre-fix: 60-95s)
cold try 2: 200 0.57s
cold try 3: 200 0.51s
Précédent backlog PO docs DNN (#674 runbook, #682 go-live docs) — clôt 1/2.
Le mot de passe DB est caviardé en <<<REDACTED>>> ; le backup
DNNPlatform/web.config.bak-20260717 contient la vraie valeur
(intact, jamais pushé sur le repo public).
Lane: Argumentum/DNN ops (po-2023). Re-arme jsboige gate (d) sur
Manifests #490/#682 (hors scope Option C).
This was referenced Jul 17, 2026
docs(release): #134 RELEASE-ENTRY-POINT-v0.9.0.md — index démarrage release (80 PDFs bundle v3)
#824
Closed
jsboige
added a commit
that referenced
this pull request
Jul 21, 2026
…ly, 0 secret) (#835) Extracts ONLY docs/dnn/option-c-connection-string-runbook.md (160 lines) from #823, dropping the 3338-file DNNPlatform runtime payload that made the original PR uninspectable (>300 files, un-secret-scannable per ai-01 dispatch msg-...orqn84). Re-scope: deliver doc in focal PR <20 files, reviewable + secret-scannable. Secret-scan PASS: uses <<<USER>>>/<<<REDACTED>>> placeholders, no SQL password. Co-authored-by: Claude <noreply@anthropic.com>
Contributor
Author
|
Superseded by #835 (re-scoped to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Résumé
Runbook documentant fidèlement le patch Option C appliqué sur prod
dnn.argumentum.myia.iole 2026-07-17 13:01 par po-2023.Clôt 1 des 2 PRs docs DNN dues (post-fix DNN idle-hang). L'autre PR =
docs/RELEASE-ENTRY-POINT-v0.9.0.md(en cours sur la même lane).Changements
docs/dnn/option-c-connection-string-runbook.md(160 lignes, nouveau)Cause-racine couverte
idleTimeout=0+AlwaysRunning(sibling runbook, hors-scope cette PR)SiteSqlServer+=Min Pool Size=5;Connect Timeout=30;Connection Lifetime=300;Load Balance Timeout=30Verification (certifiée ai-01, test idle-long 13:38)
Sécurité
<<<REDACTED>>>dans le runbook.DNNPlatform/web.config.bak-20260717(88 594 bytes, intact) contient la vraie valeur. JAMAIS pushé sur le repo public.Réversibilité
Lié à
docs/RELEASE-ENTRY-POINT-v0.9.0.md(à suivre, lane po-2023)docs/dnn/sandbox-bootstrap-runbook.md§4 (chaîne de connection-string sandbox)🤖 Generated with Claude Code