Skip to content

Commit 3ae2a60

Browse files
committed
Add about panubo section to README.md
1 parent 9c9da7f commit 3ae2a60

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# PostgreSQL Docker Images
22

3+
<!-- BEGIN_TOP_PANUBO -->
4+
> [!IMPORTANT]
5+
> **Maintained by Panubo** — Cloud Native & SRE Consultants in Sydney.
6+
> [Work with us →](https://panubo.com.au)
7+
<!-- END_TOP_PANUBO -->
8+
39
## Supported tags
410

511
Images are available at `quay.io/panubo/postgres` or `public.ecr.aws/panubo/postgres`.
@@ -54,3 +60,20 @@ docker run --rm -i -v $(DATA_DIR):/var/lib/postgresql -e POSTGRES_PASSWORD=passw
5460
* The VIEW created by prometheus-exporter can cause pg_upgrade to fail. If this occurs you should remove `postgres_exporter.pg_stat_activity` and re-install post upgrade with `/usr/local/bin/docker-initdb-run /docker-entrypoint-initdb.d/prometheus-exporter.sh`.
5561
* Postgres images 9.6-dev and 12 have `POSTGRES_INITDB_ARGS="--data-checksum"` by default which will conflict if the source was not using data checksum. You can set `POSTGRES_INITDB_ARGS=""` to avoid the issue during upgrade.
5662
* The `9.6-to-12-upgrade` image does NOT support timescaledb upgrade.
63+
64+
<!-- BEGIN_BOTTOM_PANUBO -->
65+
> [!IMPORTANT]
66+
> ## About Panubo
67+
>
68+
> This project is maintained by Panubo, a technology consultancy based in Sydney, Australia. We build reliable, scalable systems and help teams master the cloud-native ecosystem.
69+
>
70+
> We are available for hire to help with:
71+
>
72+
> * SRE & Operations: Improving system reliability and incident response.
73+
> * Platform Engineering: Building internal developer platforms that scale.
74+
> * Kubernetes: Cluster design, security auditing, and migrations.
75+
> * DevOps: Streamlining CI/CD pipelines and developer experience.
76+
> * [See our other services](https://panubo.com.au/services)
77+
>
78+
> Need a hand with your infrastructure? [Let’s have a chat](https://panubo.com.au/contact) or email us at team@panubo.com.
79+
<!-- END_BOTTOM_PANUBO -->

0 commit comments

Comments
 (0)