You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by "flomickl (via GitHub)" <gi...@apache.org> on 2023/02/11 15:36:10 UTC

[I] CLI Installer clean does not delete volumes anymore (streampipes)

flomickl opened a new issue, #1264:
URL: https://github.com/apache/streampipes/issues/1264

   ### Body
   
   The CLI command 
    `clean       Remove StreamPipes data volumes, dangling images and network`
   does not delete the volumes anymore.
   
   ```
   $ streampipes clean
   [WARN] This will remove:
       - StreamPipes docker network
       - all dangling StreamPipes images
   
   Are you sure you want to continue? [y/N]: y
   [INFO] No dangling StreamPipes images found
   [INFO] Removing StreamPipes docker network
   $ docker volume ls
   DRIVER    VOLUME NAME
   local     2c777e64fe3a2ef696532ccde3fda4ef9c243ce1921298ba2df9a3617eb46b10
   local     ab7e926811c8badc2df0d381ce993d30f4aa9158a763b443a26f96bad5b1d2a6
   local     streampipes_backend
   local     streampipes_consul
   local     streampipes_couchdb
   local     streampipes_epsg
   local     streampipes_files
   local     streampipes_influxdb
   local     streampipes_influxdb2
   local     streampipes_kafka
   local     streampipes_nginx
   local     streampipes_zookeeper
   ```
   
   
   
   
   ### StreamPipes Committer
   
   I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] CLI Installer clean does not delete volumes anymore (streampipes)

Posted by "flomickl (via GitHub)" <gi...@apache.org>.
flomickl closed issue #1264: CLI Installer clean does not delete volumes anymore
URL: https://github.com/apache/streampipes/issues/1264


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] CLI Installer clean does not delete volumes anymore (streampipes)

Posted by "dominikriemer (via GitHub)" <gi...@apache.org>.
dominikriemer commented on issue #1264:
URL: https://github.com/apache/streampipes/issues/1264#issuecomment-1426882188

   This should work with the `-v` flag, see https://github.com/apache/streampipes/tree/dev/installer/cli


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] CLI Installer clean does not delete volumes anymore (streampipes)

Posted by "flomickl (via GitHub)" <gi...@apache.org>.
flomickl commented on issue #1264:
URL: https://github.com/apache/streampipes/issues/1264#issuecomment-1426887920

   ah ok, that worked
   and it is written there anyway
   
   ```
   streampipes clean --help
   Remove all dangling StreamPipes images and created configurations/data volumes
   Usage: streampipes clean [OPTIONS]
   
   Options:
     -v, --volumes   Remove all unused StreamPipes data volumes
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org