Upgrade to Plausible CE v2.1.1

I'm not done with this yet, because I don't actually totally know how to upgrade the Postgres database files?

I could potentially just reset, since I don't care a *ton* about historical data, but I'll try to learn how `pg_upgrade` works in the context of Docker.
This commit is contained in:
Emi Matchu 2024-08-27 11:26:44 -07:00
parent b367f8da55
commit 6f4e6322a1
2 changed files with 9 additions and 10 deletions

View file

@ -1,12 +1,8 @@
version: "3.3"
services: services:
mail:
image: bytemark/smtp
restart: always
plausible_db: plausible_db:
# supported versions are 12, 13, and 14 # Plausible v2.1.1 was tested against PostgreSQL versions 15 and 16
image: postgres:14-alpine # https://github.com/plausible/analytics/blob/v2.1.1/.github/workflows/elixir.yml#L21-L32
image: postgres:16-alpine
restart: always restart: always
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data
@ -14,10 +10,11 @@ services:
- POSTGRES_PASSWORD=postgres - POSTGRES_PASSWORD=postgres
plausible_events_db: plausible_events_db:
image: clickhouse/clickhouse-server:23.3.7.5-alpine image: clickhouse/clickhouse-server:24.3.3.102-alpine
restart: always restart: always
volumes: volumes:
- event-data:/var/lib/clickhouse - event-data:/var/lib/clickhouse
- event-logs:/var/log/clickhouse-server
- ./clickhouse/clickhouse-config.xml:/etc/clickhouse-server/config.d/logging.xml:ro - ./clickhouse/clickhouse-config.xml:/etc/clickhouse-server/config.d/logging.xml:ro
- ./clickhouse/clickhouse-user-config.xml:/etc/clickhouse-server/users.d/logging.xml:ro - ./clickhouse/clickhouse-user-config.xml:/etc/clickhouse-server/users.d/logging.xml:ro
ulimits: ulimits:
@ -26,13 +23,12 @@ services:
hard: 262144 hard: 262144
plausible: plausible:
image: plausible/analytics:v2.0 image: ghcr.io/plausible/community-edition:v2.1.1
restart: always restart: always
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run" command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
depends_on: depends_on:
- plausible_db - plausible_db
- plausible_events_db - plausible_events_db
- mail
ports: ports:
- 127.0.0.1:8000:8000 - 127.0.0.1:8000:8000
env_file: env_file:
@ -43,3 +39,5 @@ volumes:
driver: local driver: local
event-data: event-data:
driver: local driver: local
event-logs:
driver: local

View file

@ -1,2 +1,3 @@
BASE_URL=https://analytics.openneo.net BASE_URL=https://analytics.openneo.net
SECRET_KEY_BASE=lfjsFSKLDFJSDFsdlkcvklsdjcsldfjsdf_EXAMPLE_KEYSMASHES SECRET_KEY_BASE=lfjsFSKLDFJSDFsdlkcvklsdjcsldfjsdf_EXAMPLE_KEYSMASHES
TOTP_VAULT_KEY=jsdklfjsdklfjfSDJKLFJSDFsdlfjsdklfjksdlfOwO