@laryn What's the best way to apply the fix, just download and replace the files? For small changes, I usually just update the files directly. Is there a way to generate a patch file?
Thanks for reporting this. We usually create a bugfix release of Backdrop CMS anywhere from 2-4 weeks after a feature release, such as 1.30.0 was, specifically to address any bugs that might...
@Matt75 it would be great if you're able to test the fix in the issue linked above and chime in on that thread. This seems to have been a regression due to some adjustments in the update.php...
There has been some talk about this in the Zulip channel and an issue was created:
https://github.com/backdrop/backdrop-issues/issues/6839
Looks like there is a solution if you are...
Comments
Yes, see https://github.com/backdrop-contrib/bee/issues/53 for where this was added, but you're probably just better off running
bee help install
for details.Here is the bee command I'm using now within ddev (remove "ddev" if not using ddev):
ddev bee install --db-name=backdrop --db-user=backdrop --db-pass=backdrop --username=admin --password=pw1234 --email=test@email.com --site-name="Demo Site" --auto
For more info, run:
bee help install