Skip to content

v0.1.16

Latest
Compare
Choose a tag to compare
@ihanick ihanick released this 03 Jan 08:33
· 1 commit to master since this release
  • Do not deploy "docker-image" configurations with non-docker image ones
    e.g.
anydbver deploy pmm:2.42.0,docker-image,port=12443 pg

is meaningless, because PMM started from unmodified docker image and we can't install postgresql inside this unprepared image manually.

Installation

Linux x86_64 (intel/amd)

cd ~/.local/bin
wget -O - https://github.com/ihanick/anydbver/releases/download/v0.1.16/anydbver_Linux_x86_64.tar.gz | tar xz anydbver
export PATH=~/.local/bin:$PATH
anydbver update

Linux ARM64

cd ~/.local/bin
wget -O - https://github.com/ihanick/anydbver/releases/download/v0.1.16/anydbver_Linux_arm64.tar.gz | tar xz anydbver
export PATH=~/.local/bin:$PATH
anydbver update