upgrade_status job fails due to unmet database requirements
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3479812. --> Reported by: [feyp](https://www.drupal.org/user/998680) Related to !268 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>On current main, the <code>upgrade_status</code> job fails due to unmet database requirements:</p> <pre>In install.core.inc line 989:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp; Resolve all issues below to continue the installation. For help configuring&nbsp; <br>&nbsp;&nbsp; your database server, see the &lt;a href="https://www.drupal.org/docs/install&nbsp; <br>&nbsp; ing-drupal"&gt;installation handbook&lt;/a&gt;, or contact your hosting provider.&lt;ul&nbsp; <br>&nbsp; &gt;&lt;li&gt;The database server version &lt;em class="placeholder"&gt;3.40.1&lt;/em&gt; is les&nbsp; <br>&nbsp; s than the minimum required version &lt;em class="placeholder"&gt;3.45&lt;/em&gt;.&lt;/li&gt;&nbsp; <br>&nbsp; &lt;/ul&gt;</pre><p>Examples:</p> <ol> <li>Job 1: <a href="https://git.drupalcode.org/project/language_switcher_menu/-/jobs/3007170">https://git.drupalcode.org/project/language_switcher_menu/-/jobs/3007170</a></li> <li>Job 2: <a href="https://git.drupalcode.org/project/patchinfo/-/jobs/3009059">https://git.drupalcode.org/project/patchinfo/-/jobs/3009059</a></li> <li>CI config for job 1: <a href="https://git.drupalcode.org/project/language_switcher_menu/-/blob/6f6d52d8b7b947ebe0c998c0c8e6e60e3a5f66ef/.gitlab-ci.yml">https://git.drupalcode.org/project/language_switcher_menu/-/blob/6f6d52d8b7b947ebe0c998c0c8e6e60e3a5f66ef/.gitlab-ci.yml</a></li> </ol> <p>This issue was rasied following<a href="https://app.slack.com/client/T06GX3JTS/CGKLP028K"> this Slack conversation</a>.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Opt into upgrade_status on current main, which is now running 11.x not 10.4</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Possibly use the -ubuntu variant of the 8.3 PHP image to run the job.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>Evaluate proposed resolution and create MR.</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>None.</p> <h3 id="summary-api-changes">API changes</h3> <p>None.</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>Job uses different variant of PHP image.</p> > Related issue: [Issue #3447792](https://www.drupal.org/node/3447792)
issue