Closed (fixed)
Project:
Drupal CMS development repository
Component:
Infrastructure
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2025 at 02:21 UTC
Updated:
24 Jan 2025 at 09:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
pameeela commentedComment #4
pameeela commentedHmm. DDEV docs say this should be done by default: https://ddev.readthedocs.io/en/stable/users/usage/cms-settings/#database...
Comment #5
pameeela commentedI think this must be new-ish because I don't remember seeing it before, and it's not included in #3492115: Audit warning messages shown in the status report after installation. Perplexing.
Comment #6
phenaproximaThat is weird. I think probably we should run this past @rfay.
Comment #7
pameeela commentedYeah, chatting in Slack. Seems to be something funny about
ddev rebuild, it goes away if I runddev restart.Comment #8
pameeela commented@dunx not sure if you're following this issue but wondering how you installed? If you were using the zip file, you shouldn't see this warning.
Comment #9
pameeela commentedI'm also seeing the warning on a new install from the repo using
ddev start.Comment #10
pameeela commentedComment #12
phenaproximaComment #14
phenaproximaCrediting @rfay for some input in Slack.
Comment #15
pameeela commentedConfirmed this works as expected.
Comment #17
phenaproximaMerged into 1.x and cherry-picked to 1.0.x. Thanks!
Comment #19
dunx commentedI was using the zip file @pameeela - basically following everything under the "Try it locally" heading of https://new.drupal.org/drupal-cms/release-candidate
I'll re-test all of these Status Report Warning issues today using the latest 1.x. I'll have a play around with ddev rebuild and ddev restart and report back.
Comment #20
phenaproximaddev rebuild is not part of the zip file and never will be. It’s only for internal development. So no need to pay any further attention to this. :)
Comment #21
phenaproximaComment #22
dunx commentedI performed a latest install from git:
Now admittedly, it did take a few attempts to get what I wanted, but the final build was preceded by a:
ddev stop --omit-snapshot --remove-datawhich I think should have resulted in a clean install.
On completing the installation and visiting the Status Report page, I still see the "Transaction isolation level" warning.

Comment #23
rfayYou do have to do a `ddev restart` one time. After doing that and moving on with the `ddev rebuild` command I expect you won't see the warning. The command to set up the database happens on start (post start) with a Drupal project.
Comment #24
dunx commentedI can confirm that if you perform a
ddev restarton your container then this status warning goes away.I came to this issue because I was seeing the warning after running the
launch-drupal-cms.shscript that "we" had provided for people to "Try it out locally" at https://new.drupal.org/drupal-cms/release-candidate.I'm not sure how we'll be asking people to install Drupal CMS 1.0, but if we can add a
ddev restartto any script provided that would be good. Does anybody know here whether the same script-based launcher will be used or something else, so I can raise this as a separate issue for that script?