Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E extensions.typo3.org
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 84
    • Issues 84
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • servicesservices
  • t3o sites
  • extensions.typo3.org
  • extensions.typo3.org
  • Issues
  • #473
Closed
Open
Issue created Sep 14, 2020 by Oliver Bartsch@obartschMaintainer

DDEV post-import-db hook fails with "The --username option does not exist."

Summary

The post-import-db hook in the default ddev configuration calls the backend:createadmin command using username and password as option. These parameters however are registered as arguments.

Steps to reproduce

Run ddev import-db --src=%source%

What is the current bug behavior?

Error on execution

What is the expected correct behavior?

Backend user gets created without further errors

Possible fixes

The correct hook therefore would be:

- exec: vendor/bin/typo3cms backend:createadmin admin password
Assignee
Assign to
Time tracking