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
{{ message }}
This repository was archived by the owner on Jul 11, 2022. It is now read-only.
Thinking of something like DDEV’s import-db, which without any arguments asks you to point to a database. Also supports a --src argument for the fast (non-interactive) lane.
Others mentioned adding a flag (maybe --support) that could parse the dump for the table prefix and adjust .env accordingly.
Thinking of something like DDEV’s
import-db, which without any arguments asks you to point to a database. Also supports a--srcargument for the fast (non-interactive) lane.Others mentioned adding a flag (maybe
--support) that could parse the dump for the table prefix and adjust.envaccordingly.