We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This error occurred for me in one of local setups when I tried to run Driver build: [DBInstanceClass] is missing and is a required parameter
[DBInstanceClass] is missing and is a required parameter
Workaround: Copy-paste values from vendor/swiftotter/driver/.driver/connections.yaml to your local .driver/connections.yaml
vendor/swiftotter/driver/.driver/connections.yaml
.driver/connections.yaml
Something is wrong with merging configs (well, there is even this todo inside config file: # TODO: fix merging so that the other keys overwrite this.)
# TODO: fix merging so that the other keys overwrite this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This error occurred for me in one of local setups when I tried to run Driver build:
[DBInstanceClass] is missing and is a required parameter
Workaround: Copy-paste values from
vendor/swiftotter/driver/.driver/connections.yaml
to your local.driver/connections.yaml
Something is wrong with merging configs (well, there is even this todo inside config file:
# TODO: fix merging so that the other keys overwrite this.
)The text was updated successfully, but these errors were encountered: