The issue with checking for updates in the BackdropCMS dashboard makes website development and maintenance more difficult. I manage more than ten websites hosted by two different providers, one...
Recently came back to see if translation issues are fixed, with the latest version:
Page translations are fixed, but the issue with taxonomy and menus are still there. Localized terms show...
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 installfor 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" --autoFor more info, run:
bee help install