Skip to content

v0.7.0

Choose a tag to compare

@eduardozaniboni eduardozaniboni released this 03 Mar 01:22
· 27 commits to master since this release
72ece32

Features

  • hdx docker - Manage database containers without an active connection
    • hdx docker list - List running postgres/mysql/mariadb containers with engine, port, and status
    • hdx docker list --all - Include stopped containers
    • hdx docker start <name> - Start a stopped container
    • hdx docker stop <name> - Stop a running container
    • hdx docker stop <name> --remove - Stop and remove a container

Bug Fixes

  • hdx inspect: Added .tar format support (PostgreSQL tar backup format)