Commit Graph

53 Commits

Author SHA1 Message Date
a5a3b36755 feat(db): use POSTGRES_USER in pg_backup; document it in release note
- pg_backup.sh: use the db service's POSTGRES_USER (default postgres) for the
  dump/drop/recreate instead of detecting the superuser at runtime, since the
  recipe now sets that env var; one-line the constants comment
- release note: explain the in-place pg_upgrade + the POSTGRES_USER override
- bump PG_BACKUP_VERSION v4

Verified on cctest: backup + restore via the hooks round-trips with POSTGRES_USER.
2026-06-22 18:46:17 +00:00
a081d1dba0 Update pg_backup.sh 2026-06-22 18:37:15 +00:00
f783d9988b feat(db): switch to discourse/postgres image (auto-upgrade, no custom entrypoint file)
Replace the bitnami-era pgvector:pg17 db + hand-rolled pg_upgrade entrypoint
with discourse/postgres:pg18 (pgvector + discourse's auto-upgrade layer, as
suggested on coop-cloud/discourse#16). The image runs the in-place major-version
pg_upgrade itself on boot, so the recipe just configures it via env:

- the db password secret is read into $DB_PASSWORD by a small inline entrypoint
  (the image expects it in the env, no *_FILE support; the base image's
  POSTGRES_PASSWORD_FILE can't be used because run-postgres.sh pre-generates
  POSTGRES_PASSWORD). No separate entrypoint file/config any more.
- POSTGRES_USER (the install user pg_upgrade must match) defaults to the image's
  'postgres' -- correct for fresh installs and bitnami-origin clusters -- and is
  overridable from the app .env for a cluster bootstrapped with another superuser.
- POSTGRES_INITDB_ARGS=--no-data-checksums so the new pg18 cluster matches the
  pre-18 clusters (pg18 initdb enables checksums by default; pg_upgrade needs a
  match).

- mount postgresql_data at /var/lib/postgresql (versioned PGDATA .../18/docker)
- pg_backup.sh: detect the superuser at runtime; fix paths for the new layout
- document POSTGRES_USER override in .env.sample and README
- bump PG_BACKUP_VERSION v3; drop DB_ENTRYPOINT_VERSION + entrypoint.postgres.sh.tmpl

Verified on cctest: pg17->pg18 upgrade (install user 'postgres', checksums off)
preserves data and serves over HTTPS; fresh install also works.
2026-06-22 18:23:22 +00:00
0c4539b7ad feat(discourse): switch app to official discourse/discourse image (experimental)
All checks were successful
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
f87c612d71 chore: publish 0.8.1+3.5.0 release 0.8.1+3.5.0 2026-06-16 14:46:48 -04:00
2b28de444d Merge pull request 'fix(db): make pg_upgrade 13->17 idempotent and use the cluster's real install user' (#15) from idempotent into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/discourse/pulls/15
2026-06-16 18:36:01 +00:00
a9f08eed28 fix(db): make pg_upgrade 13->17 idempotent and use the cluster's real install user 2026-06-16 18:29:24 +00:00
7e4d85a810 Merge pull request 'Fix backup/restore' (#14) from fix-restore into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/discourse/pulls/14
2026-06-15 17:33:39 +00:00
b0f9ae743a fix(db): switch postgres image to pgvector/pgvector:pg17 + bump PG_BACKUP_VERSION
All checks were successful
cc-ci/testme cc-ci: success
0.8.0+3.5.0
2026-06-02 20:07:06 +00:00
5091fd999e improved comments
Some checks failed
cc-ci/testme cc-ci: failure
2026-06-02 19:10:27 +00:00
ec7bbdf786 fix(backup): add pg_backup.sh + proper backup/restore hooks, 20m start_period 2026-06-02 19:10:27 +00:00
0f873433ba chore: upgrade to 0.8.0+3.5.0 2026-06-02 19:10:27 +00:00
7d53d4ec39 Merge pull request 'Update README.md corrected url to bitnami/discourse' (#12) from jeppebundsgaard/discourse:main into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/discourse/pulls/12
Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
2025-12-28 09:32:18 +00:00
ee2381c3b7 Update README.md 2025-12-28 02:04:01 +00:00
63d3801060 Update .drone.yml 2025-01-08 10:09:12 -08:00
3wc
fee61883ed Fix CI, add auto recipe catalogue generation 2024-10-02 15:44:50 -04:00
3wc
eb96de947b chore: publish 0.7.0+3.3.1 release 0.7.0+3.3.1 2024-10-02 15:42:31 -04:00
ddda5da6bc chore: publish new release 0.6.3+3.1.2 2023-10-20 15:54:13 +02:00
3wc
304468b8f4 chore: publish 0.6.2+3.1.1 release 0.6.2+3.1.1 2023-10-19 11:04:19 +01:00
3wc
0ccf1d7a6c Fix healthcheck, sidekiq on proxy network 2023-10-19 11:03:42 +01:00
3wc
1049c27c35 chore: publish 0.6.1+3.1.1 release 0.6.1+3.1.1 2023-10-08 18:41:20 +01:00
3wc
03dc80d073 Add healthcheck for app container 2023-10-08 18:40:49 +01:00
3wc
300f374af9 chore: publish 0.6.0+3.1.1 release 0.6.0+3.1.1 2023-10-03 19:13:06 +01:00
3wc
ec72949bfa chore: publish 0.5.0+3.0.6 release 0.5.0+3.0.6 2023-08-21 15:57:39 +02:00
3wc
6a5f20bc8a Add postgres major version upgrade script 2023-08-21 15:56:57 +02:00
3wc
3b5d789390 chore: publish 0.4.1+3.0.6 release 0.4.1+3.0.6 2023-08-21 14:20:29 +02:00
3wc
22b8f8f265 Drop separate Sidekiq vol, it should use the main one 2023-03-20 13:35:04 -04:00
5868b83948 docs: events plugin 2023-02-09 12:58:47 +01:00
5bef03aabd chore: publish 0.4.0+3.0.1 release 0.4.0+3.0.1 2023-02-09 12:57:24 +01:00
0c7847ac15 fix: sort + PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY = 0 2023-02-09 12:56:48 +01:00
3wc
7fc57c52a5 Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:55 -08:00
3wc
fd24d4a328 Update abra syntax in examples (finally) [mass update] 2023-01-19 16:02:27 -08:00
3wc
1240106d4d Add rudimentary database backup, and Postgres upgrade misery 2022-11-22 18:42:42 -08:00
3wc
add7b1e240 Clarify DISCOURSE_DATABASE_HOST 2022-11-22 18:16:10 -08:00
3wc
802a22886c Remove vim swapfile 2022-11-22 13:34:06 -08:00
d1fcc7a6fa chore: publish 0.3.1+2.8.9 release 0.3.1+2.8.9 2022-11-22 15:59:26 +01:00
41f7c0089e feat: set notification e-mail 2022-11-22 15:58:04 +01:00
3wc
fa42eedcfc chore: publish 0.3.0+2.8.9 release 0.3.0+2.8.9 2022-10-18 22:44:24 -04:00
3wc
0376930563 chore: publish 0.2.1+2.8.9 release 0.2.1+2.8.9 2022-10-18 22:09:59 -04:00
3wc
0b2759f9ee Add proxy network for drone 2022-03-26 01:37:26 +02:00
3wc
fa5c18672b chore: publish 0.2.0+2.8.1 release 0.2.0+2.8.1 2022-03-23 00:33:07 +02:00
3wc
ab7d90edd8 chore: publish 0.1.0+2.7.7 release 0.1.0+2.7.7 2022-03-23 00:30:52 +02:00
3wc
fd814bd562 Revert to stable discourse version 2021-11-30 12:43:40 +02:00
3wc
fb6e1dfc4f Update Discourse to 2.8.0 2021-11-21 21:49:10 +02:00
6b21fabe8f Merge pull request 'Add some useful instructions for setting up users and installing plugins' (#2) from cas_readme into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/discourse/pulls/2
2021-11-16 19:15:29 +00:00
72266ada90 Add some useful instructions for setting up users and installing plugins 2021-11-16 11:10:51 -08:00
3wc
56112f9456 Add example .env
[ci skip]
2021-07-25 16:30:55 +02:00
3wc
984c944454 Add build status to README
[ci skip]
2021-07-25 15:34:54 +02:00
3wc
34069984a8 start-first, remove default env vars 2021-07-25 15:33:29 +02:00
3wc
08324dd2db Fix Drone secret name 2021-07-25 15:32:42 +02:00