Skip to content

Remove the docker volume rm statement from the ddev get drud/ddev-drupal9-solr output #1

@rpkoller

Description

@rpkoller

If you install the drupal9-solar add-on you get currently the following output with ddev 1.19.0:

$> ddev get drud/ddev-drupal9-solr
Downloading https://api.github.com/repos/drud/ddev-drupal9-solr/tarball/v1.1.1
v1.1.1_4133593099.tar.gz 1.22 MiB / ? [---------------------------------------------------------------------------------------------------------------------------=-------------------------------------------------] 12803.42% 0s
docker volume rm ddev-${DDEV_PROJECT}_solr 2>/dev/null || true

Installed file /Users/myuser/Sites/happen/.ddev/solr
Installed file /Users/myuser/Sites/happen/.ddev/docker-compose.solr.yaml
Executed post-install action chmod +x solr/docker-entrypoint-initdb.d/solr-configupdate.sh.
Downloaded add-on drud/ddev-drupal9-solr, use `ddev restart` to enable.
For more information about this add-on visit the source repo at
https://github.com/drud/ddev-drupal9-solr
Please file issues and create pull requests there to improve it.

The string docker volume rm ddev-${DDEV_PROJECT}_solr 2>/dev/null || true might be hidden from the users. it doesn`t provide any benefit or information and is rather confusing for the user.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions