notplants
77f4a7350b
chore: publish 1.1.0+2026.7.1 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
1.1.0+2026.7.1
2026-08-10 16:38:18 -04:00
notplants
fdf62b4257
Merge pull request 'Upgrade to discourse:2026.7.1' ( #17 ) from upgrade-c10c04c into main
...
continuous-integration/drone/push Build is failing
Reviewed-on: #17
2026-08-10 20:37:21 +00:00
autonomic-bot
f8dcc78013
chore: merge upstream main into the upgrade branch
...
continuous-integration/drone/pr Build is failing
The branch predated the official-image migration (coop-cloud/discourse#16 ), so its
merge-base was 0.8.1+3.5.0 and the PR's file list re-showed that migration's changes
as if this PR introduced them. The branch TREE already matched upstream; only its
history lacked those commits. Recording the merge leaves the PR's diff as what it
actually changes: app 3.5.3 -> 2026.7.1 and redis 7.4-alpine -> 8.10-alpine.
Conflict in compose.yml resolved in favour of the branch (both sides edited the same
image lines; the branch already carries upstream's official-image switch plus the
version bumps). Resulting tree is byte-identical to the pre-merge branch tree.
2026-08-10 20:34:10 +00:00
autonomic-bot
bfa21bc44e
chore: upgrade app to 2026.7.1, redis to 8.10-alpine
2026-08-03 22:24:21 +00:00
autonomic-bot
0d7519e9ef
chore: upgrade app 3.5.3 -> 2026.1.5, redis 7.4-alpine -> 8.8-alpine
2026-07-13 17:59:04 +00:00
notplants
9d5c8ae3ca
Merge pull request 'switch app to official discourse/discourse image (with idempotent migration)' ( #16 ) from discourse-official into main
...
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
Reviewed-on: #16
1.0.0+3.5.3
2026-07-07 22:17:09 +00:00
notplants
1096c38e34
Update release/next
continuous-integration/drone/pr Build is failing
2026-07-07 22:10:56 +00:00
notplants and notplants
1f77af93bd
feat(db): switch to discourse/postgres image (auto-upgrade)
...
continuous-integration/drone/pr Build is failing
Move the db off the bitnami-era pgvector:pg17 + hand-rolled pg_upgrade entrypoint
to discourse/postgres:pg18 (pgvector + discourse's auto-upgrade layer). The image
runs the in-place major-version pg_upgrade itself on boot; the recipe configures it
via env:
- a small inline entrypoint injects the db password secret into $DB_PASSWORD (the
image expects it in the env, no *_FILE support)
- POSTGRES_USER (the install user pg_upgrade must match) defaults to 'postgres' --
correct for fresh installs and bitnami-origin clusters -- overridable from .env
- POSTGRES_INITDB_ARGS=--no-data-checksums so the new pg18 cluster matches 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 uses POSTGRES_USER for the dump/drop/recreate; fix paths
- document the POSTGRES_USER override in .env.sample, README and the release note
- drop entrypoint.postgres.sh.tmpl
Tested on cctest: pg17->pg18 upgrade preserves data and serves over HTTPS; fresh
install works; backup+restore round-trips.
2026-06-22 19:57:54 +00:00
autonomic-bot
c10c04c520
chore: upgrade redis 7.4-alpine -> 8.8-alpine
2026-06-19 02:21:36 +00:00
notplants
0c4539b7ad
feat(discourse): switch app to official discourse/discourse image (experimental)
...
continuous-integration/drone/pr Build is failing
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
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
0.8.1+3.5.0
2026-06-16 14:46:48 -04:00
notplants
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
...
continuous-integration/drone/push Build is failing
Reviewed-on: #15
2026-06-16 18:36:01 +00:00
notplants and notplants
a9f08eed28
fix(db): make pg_upgrade 13->17 idempotent and use the cluster's real install user
continuous-integration/drone/pr Build is failing
2026-06-16 18:29:24 +00:00
notplants
7e4d85a810
Merge pull request 'Fix backup/restore' ( #14 ) from fix-restore into main
...
continuous-integration/drone/push Build is failing
Reviewed-on: #14
2026-06-15 17:33:39 +00:00
notplants and notplants
b0f9ae743a
fix(db): switch postgres image to pgvector/pgvector:pg17 + bump PG_BACKUP_VERSION
continuous-integration/drone/pr Build is failing
continuous-integration/drone/tag Build is passing
0.8.0+3.5.0
2026-06-02 20:07:06 +00:00
notplants and notplants
5091fd999e
improved comments
continuous-integration/drone/pr Build is failing
2026-06-02 19:10:27 +00:00
notplants and notplants
ec7bbdf786
fix(backup): add pg_backup.sh + proper backup/restore hooks, 20m start_period
2026-06-02 19:10:27 +00:00
notplants and notplants
0f873433ba
chore: upgrade to 0.8.0+3.5.0
2026-06-02 19:10:27 +00:00
decentral1se
7d53d4ec39
Merge pull request 'Update README.md corrected url to bitnami/discourse' ( #12 ) from jeppebundsgaard/discourse:main into main
...
continuous-integration/drone/push Build is failing
Reviewed-on: #12
Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech >
2025-12-28 09:32:18 +00:00
jeppebundsgaard
ee2381c3b7
Update README.md
continuous-integration/drone/pr Build is failing
2025-12-28 02:04:01 +00:00
cas
63d3801060
Update .drone.yml
continuous-integration/drone/push Build is passing
2025-01-08 10:09:12 -08:00
3wordchant
fee61883ed
Fix CI, add auto recipe catalogue generation
continuous-integration/drone/push Build is passing
2024-10-02 15:44:50 -04:00
3wordchant
eb96de947b
chore: publish 0.7.0+3.3.1 release
continuous-integration/drone/push Build is failing
0.7.0+3.3.1
2024-10-02 15:42:31 -04:00
knoflook
ddda5da6bc
chore: publish new release
continuous-integration/drone/push Build is failing
0.6.3+3.1.2
2023-10-20 15:54:13 +02:00
3wordchant
304468b8f4
chore: publish 0.6.2+3.1.1 release
continuous-integration/drone/push Build is failing
0.6.2+3.1.1
2023-10-19 11:04:19 +01:00
3wordchant
0ccf1d7a6c
Fix healthcheck, sidekiq on proxy network
continuous-integration/drone/push Build is failing
2023-10-19 11:03:42 +01:00
3wordchant
1049c27c35
chore: publish 0.6.1+3.1.1 release
continuous-integration/drone/push Build is failing
0.6.1+3.1.1
2023-10-08 18:41:20 +01:00
3wordchant
03dc80d073
Add healthcheck for app container
continuous-integration/drone/push Build is failing
2023-10-08 18:40:49 +01:00
3wordchant
300f374af9
chore: publish 0.6.0+3.1.1 release
continuous-integration/drone/push Build is failing
0.6.0+3.1.1
2023-10-03 19:13:06 +01:00
3wordchant
ec72949bfa
chore: publish 0.5.0+3.0.6 release
continuous-integration/drone/push Build is failing
0.5.0+3.0.6
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
continuous-integration/drone/push Build is passing
0.4.1+3.0.6
2023-08-21 14:20:29 +02:00
3wordchant
22b8f8f265
Drop separate Sidekiq vol, it should use the main one
continuous-integration/drone/push Build is passing
2023-03-20 13:35:04 -04:00
decentral1se
5868b83948
docs: events plugin
continuous-integration/drone/push Build is passing
2023-02-09 12:58:47 +01:00
decentral1se
5bef03aabd
chore: publish 0.4.0+3.0.1 release
continuous-integration/drone/push Build is passing
0.4.0+3.0.1
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
7fc57c52a5
Switch to self-hosted stack-ssh-deploy image [mass update]
continuous-integration/drone/push Build is passing
2023-01-21 11:49:55 -08:00
3wordchant
fd24d4a328
Update abra syntax in examples (finally) [mass update]
continuous-integration/drone/push Build is passing
2023-01-19 16:02:27 -08:00
3wordchant
1240106d4d
Add rudimentary database backup, and Postgres upgrade misery
continuous-integration/drone/push Build is passing
2022-11-22 18:42:42 -08:00
3wordchant
add7b1e240
Clarify DISCOURSE_DATABASE_HOST
continuous-integration/drone/push Build is passing
2022-11-22 18:16:10 -08:00
3wordchant
802a22886c
Remove vim swapfile
2022-11-22 13:34:06 -08:00
knoflook
d1fcc7a6fa
chore: publish 0.3.1+2.8.9 release
continuous-integration/drone/push Build is passing
0.3.1+2.8.9
2022-11-22 15:59:26 +01:00
knoflook
41f7c0089e
feat: set notification e-mail
continuous-integration/drone/push Build is passing
2022-11-22 15:58:04 +01:00
3wordchant
fa42eedcfc
chore: publish 0.3.0+2.8.9 release
continuous-integration/drone/push Build is passing
0.3.0+2.8.9
2022-10-18 22:44:24 -04:00
3wordchant
0376930563
chore: publish 0.2.1+2.8.9 release
continuous-integration/drone/push Build is passing
0.2.1+2.8.9
2022-10-18 22:09:59 -04:00
3wordchant
0b2759f9ee
Add proxy network for drone
continuous-integration/drone/push Build is passing
2022-03-26 01:37:26 +02:00
3wordchant
fa5c18672b
chore: publish 0.2.0+2.8.1 release
continuous-integration/drone/push Build is failing
0.2.0+2.8.1
2022-03-23 00:33:07 +02:00
3wordchant
ab7d90edd8
chore: publish 0.1.0+2.7.7 release
continuous-integration/drone/push Build is failing
0.1.0+2.7.7
2022-03-23 00:30:52 +02:00
3wordchant
fd814bd562
Revert to stable discourse version
continuous-integration/drone/push Build is passing
2021-11-30 12:43:40 +02:00
3wordchant
fb6e1dfc4f
Update Discourse to 2.8.0
continuous-integration/drone/push Build is passing
2021-11-21 21:49:10 +02:00