Skip to content

Release v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 08:06
· 101 commits to master since this release

Installation

You can use go to build SSH Manager locally with:

go install github.com/omegion/db-backup@latest

Or, you can use the usual commands to install or upgrade:

On OS X

sudo curl -fL https://github.com/omegion/db-backup/releases/download/v0.11.0/db-backup-darwin-amd64 -o /usr/local/bin/db-backup \
&& sudo chmod +x /usr/local/bin/db-backup

On Linux

sudo curl -fL https://github.com/omegion/db-backup/releases/download/v0.11.0/db-backup-linux-amd64 -o /usr/local/bin/db-backup \
&& sudo chmod +x /usr/local/bin/db-backup

On Windows (Powershell)

Invoke-WebRequest -Uri https://github.com/omegion/db-backup/releases/download/v0.11.0/db-backup-windows-amd64 -OutFile $home\AppData\Local\Microsoft\WindowsApps\db-backup.exe

Otherwise, download one of the releases from the release page
directly.

See the install docs for more install options and instructions.

Changelog