You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When dumping a database of a symfony project such as Shopware, the database credentials are usually stored in the environment / .env / .env.local in such a format:
idea: add a function which parses the URL and pre-populates the fields. Parts of the URL could still be overwritten by the single parameters than, allowing both
probably it can be a config compiler...
amenk
added a commit
to iMi-digital/gdpr-dump
that referenced
this issue
Dec 13, 2024
Is your feature request related to a problem? Please describe.
When dumping a database of a symfony project such as Shopware, the database credentials are usually stored in the environment / .env / .env.local in such a format:
The configuration file expects the database settings separated.
Describe the solution you'd like
Add optional setting
url
to the database node which can be used instead of the other fields to specific the database connection URL.So we could write in the config:
and then just call
which would simplify our scripts.
Describe alternatives you've considered
We currently parse the URL ourselves and pass it on into the environment.
More
What do you think about the future? Is it in scope? Shall we try to provide a PR?
The text was updated successfully, but these errors were encountered: