Merge pull request #269 from mikeroyal/mikeroyal-patch-171

Added Docker-pgautoupgrade to Development section.
This commit is contained in:
Michael Royal 2023-09-26 13:31:25 -07:00 committed by GitHub
commit 339c0d1f48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -320,6 +320,8 @@ Most self-hosted software can be installed using [Docker](https://en.wikipedia.o
[Chisel Kubernetes Operator](https://github.com/FyraLabs/chisel-operator/) is a Kubernetes operator for Chisel. It allows you to use Chisel as a LoadBalancer provider for your Kubernetes cluster, similar to [inlets-operator](https://github.com/inlets/inlets-operator).
[Docker-pgautoupgrade](https://github.com/pgautoupgrade/docker-pgautoupgrade) is a PostgreSQL Docker container that automatically upgrades your database. It's whole purpose in life is to automatically detect the version of PostgreSQL used in the existing PostgreSQL data directory, and automatically upgrade it (if needed) to the required version of PostgreSQL.
[IT-Tools](https://it-tools.tech/) is a collection of handy online tools for developers, with great UX.
[Lazygit](https://github.com/jesseduffield/lazygit) is a simple terminal UI for git commands, written in Go with the [gocui](https://github.com/jroimartin/gocui) library.