Commit Graph
33 Commits
Author SHA1 Message Date
notplants 36a88fe5d2 fix(db): restore postgres command dropped by entrypoint override
Overriding entrypoint in compose clears the image default CMD, leaving
pgautoupgrade with no $1=postgres, so its version logic ran with unset
PGTARGET_MAJOR and aborted. Restore command: postgres.
2026-06-18 22:38:09 +00:00
notplants af76d06c2d feat(db): use pgautoupgrade image instead of pgvector + bespoke pg_upgrade
discourse core does not use the vector extension, so the pgvector image is
unnecessary. Switch db to pgautoupgrade/pgautoupgrade:17-trixie, which handles
major-version upgrades (old binaries, initdb, pg_upgrade) itself.

pgautoupgrade assumes the old cluster's install user (oid 10) equals
POSTGRES_USER and fails pg_upgrade otherwise (issue #115). A thin wrapper
entrypoint detects the old install user when an upgrade is pending and exports
POSTGRES_USER so pgautoupgrade matches it. Replaces the 64-line hand-rolled
pg_upgrade entrypoint.
2026-06-18 22:12:57 +00:00
notplants 0c4539b7ad feat(discourse): switch app to official discourse/discourse image (experimental)
cc-ci/testme cc-ci: success
Replaces the paywalled bitnamilegacy app with the official discourse/discourse
image behind Traefik. DB is reused as-is; uploads migrate from the legacy
bitnami volume idempotently. The wrapper entrypoint injects the db_password and
smtp_password secrets (the official image has no *_FILE support). SMTP env vars
are renamed to the official names; release notes cover the migration.

Recipe 0.8.1+3.5.0 -> 1.0.0+3.5.3 (major: new image, env/volume/port changes).
2026-06-18 21:59:34 +00:00
notplants f87c612d71 chore: publish 0.8.1+3.5.0 release 2026-06-16 14:46:48 -04:00
notplantsandnotplants b0f9ae743a fix(db): switch postgres image to pgvector/pgvector:pg17 + bump PG_BACKUP_VERSION
cc-ci/testme cc-ci: success
2026-06-02 20:07:06 +00:00
notplantsandnotplants ec7bbdf786 fix(backup): add pg_backup.sh + proper backup/restore hooks, 20m start_period 2026-06-02 19:10:27 +00:00
notplantsandnotplants 0f873433ba chore: upgrade to 0.8.0+3.5.0 2026-06-02 19:10:27 +00:00
3wordchant eb96de947b chore: publish 0.7.0+3.3.1 release 2024-10-02 15:42:31 -04:00
knoflook ddda5da6bc chore: publish new release 2023-10-20 15:54:13 +02:00
3wordchant 304468b8f4 chore: publish 0.6.2+3.1.1 release 2023-10-19 11:04:19 +01:00
3wordchant 0ccf1d7a6c Fix healthcheck, sidekiq on proxy network 2023-10-19 11:03:42 +01:00
3wordchant 1049c27c35 chore: publish 0.6.1+3.1.1 release 2023-10-08 18:41:20 +01:00
3wordchant 03dc80d073 Add healthcheck for app container 2023-10-08 18:40:49 +01:00
3wordchant 300f374af9 chore: publish 0.6.0+3.1.1 release 2023-10-03 19:13:06 +01:00
3wordchant ec72949bfa chore: publish 0.5.0+3.0.6 release 2023-08-21 15:57:39 +02:00
3wordchant 6a5f20bc8a Add postgres major version upgrade script 2023-08-21 15:56:57 +02:00
3wordchant 3b5d789390 chore: publish 0.4.1+3.0.6 release 2023-08-21 14:20:29 +02:00
3wordchant 22b8f8f265 Drop separate Sidekiq vol, it should use the main one 2023-03-20 13:35:04 -04:00
decentral1se 5bef03aabd chore: publish 0.4.0+3.0.1 release 2023-02-09 12:57:24 +01:00
decentral1se 0c7847ac15 fix: sort + PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY = 0 2023-02-09 12:56:48 +01:00
3wordchant 1240106d4d Add rudimentary database backup, and Postgres upgrade misery 2022-11-22 18:42:42 -08:00
3wordchant add7b1e240 Clarify DISCOURSE_DATABASE_HOST 2022-11-22 18:16:10 -08:00
knoflook d1fcc7a6fa chore: publish 0.3.1+2.8.9 release 2022-11-22 15:59:26 +01:00
knoflook 41f7c0089e feat: set notification e-mail 2022-11-22 15:58:04 +01:00
3wordchant fa42eedcfc chore: publish 0.3.0+2.8.9 release 2022-10-18 22:44:24 -04:00
3wordchant 0376930563 chore: publish 0.2.1+2.8.9 release 2022-10-18 22:09:59 -04:00
3wordchant fa5c18672b chore: publish 0.2.0+2.8.1 release 2022-03-23 00:33:07 +02:00
3wordchant ab7d90edd8 chore: publish 0.1.0+2.7.7 release 2022-03-23 00:30:52 +02:00
3wordchant fd814bd562 Revert to stable discourse version 2021-11-30 12:43:40 +02:00
3wordchant fb6e1dfc4f Update Discourse to 2.8.0 2021-11-21 21:49:10 +02:00
3wordchant 34069984a8 start-first, remove default env vars 2021-07-25 15:33:29 +02:00
3wordchant d7c8c474dc SMTP config, initial README 2021-07-25 14:45:30 +02:00
3wordchant e3c7b09c22 Initial import 2021-07-25 13:52:51 +02:00