Release v0.11.0
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
- 69d3f15 - cleanup commander
- Hakan [email protected]
- 2972701 [I-12] Upgrade packages
- Hakan [email protected]
- c73e341 [I-7] Upgrade to 1.18 and improve lint checkers (#8)
- Hakan [email protected]
- dbc4abb OS-5 | Implement broad lint for OS projects db5b249 (#2)
- Hakan Kurtulus [email protected]
- 9c6518c OS-4 | Introduce new root command and more tests (#1)
- Hakan Kurtulus [email protected]