Skip to content

Tags: jingsam/postgres

Tags

15.1.1.25

Toggle 15.1.1.25's commit message
feat: pg_cron 1.6.2

15.1.1.24-pg-upgrade

Toggle 15.1.1.24-pg-upgrade's commit message
TODO

15.1.1.24

Toggle 15.1.1.24's commit message
feat: bump supautils to v2.1.0

15.1.1.24-cron-1.6.2

Toggle 15.1.1.24-cron-1.6.2's commit message
feat: pg_cron 1.6.2

15.1.1.23

Toggle 15.1.1.23's commit message
feat: bump auth to v2.144.0

15.1.1.22-supautils-2.1.0

Toggle 15.1.1.22-supautils-2.1.0's commit message
tmp

15.1.1.22

Toggle 15.1.1.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: bump auth to v2.143.1 (supabase#897)

15.1.1.21

Toggle 15.1.1.21's commit message
fix: check if port 80 or 443 is already in use before starting Envoy

Envoy doesn't exit if it can't bind ports for all its listeners, and I couldn't find any configuration option to make it do so.

With this, auto-restart will kick in until both ports are no longer in use.

May not be necessary after the previous fix to ensure that Kong service is stopped before Envoy service is started, but doesn't hurt to have multiple defensive measures, since it's somewhat unexpected that Envoy doesn't exit on such failures.

15.1.1.20-supautils-2.0.0

Toggle 15.1.1.20-supautils-2.0.0's commit message
tmp

15.1.1.20

Toggle 15.1.1.20's commit message
feat: use envoy-hot-restarter.py and start-envoy.sh in all-in-one image