From f34bda77bdfcbc79fb4bfcab3dc9cd4fcc9694d1 Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Mon, 18 Sep 2023 00:18:48 -0700 Subject: [PATCH] Added Docker-pgautoupgrade to Development section. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1377fa1..1461000 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,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.