-
-
Notifications
You must be signed in to change notification settings - Fork 693
Closed
Milestone
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 testto include output below
Output of ddev debug test
Expand `ddev debug test` diagnostic information
[COPY-PASTE HERE THE OUTPUT OF `ddev debug test`]
Expected Behavior
DdevProjectConfig includes data from .ddev/config.yaml and .ddev/config.*.yaml
Actual Behavior
DdevProjectConfig only includes data from .ddev/config.yaml
Steps To Reproduce
# ddev-sqlsrv has `omit_containers: [db]`
$ ddev add-on get ddev/ddev-sqlsrv
# it doesn't fail, but it should, because ddev-mydumper requires a db
$ ddev add-on get stasadev/ddev-mydumper --version v1.0.2
Anything else?
I fixed it on the add-on side by using ddev debug configyaml.
This fails as expected:
$ ddev add-on get stasadev/ddev-mydumper
...
Unable to install the add-on because no db service was found
...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels