Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
E
extensions.typo3.org
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 62
    • Issues 62
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 9
    • Merge Requests 9
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • services
  • extensions.typo3.org
  • extensions.typo3.org
  • Issues
  • #473

Closed
Open
Opened 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
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: services/extensions.typo3.org/ter#473