Description
Preliminary checklist
- I am using the latest stable version of DDEV (see upgrade guide)
- I have searched existing issues
- I have checked the troubleshooting guide
- I have run
ddev debug test
to include output below
Output of ddev debug test
Expand `ddev debug test` diagnostic information
I did run this but since I am not actually having errors with DDEV I am not pasting it here.
Actual/current Behavior
DDEV provides helpful information regarding Backdrop's config after importing a database. As of Backdrop 1.28.0, this information is slightly outdated so I'd like to update it.
The current language is:
Backdrop sites require your config JSON files to be located in your site's "active" configuration directory. Please refer to the Backdrop documentation (https://docs.backdropcms.org/documentation/deploying-a-backdrop-site) for more information about this process.
Expected Behavior
I will submit a PR to change it to what is below, but am open to edits and suggestions:
Backdrop sites store your config JSON files in your site's "active" configuration directory by default, although you also have the option to store it in the database. Please refer to the Backdrop documentation (https://docs.backdropcms.org/documentation/deploying-a-backdrop-site) for more information about this process.
Steps To Reproduce
- Spin up a Backdrop site.
- Export the database.
- Import the database.
- Read the message that DDEV provides.
Anything else?
No response