I have just received notification from my hosting provider of a similar upgrade, ie MariaDB 10.3 to 10.6 and later to 10.11.
Is there any reason to suppose this will cause any problems...
Posted5 days 16 hours ago by Martin Jones (nattyweb) on:
I don't think there is currently a way to set back references in bulk for existing books that already reference an author...
I believe you can do this with CER through the UI...
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