upgrade: plausible v2.0.0 → v3.2.1, clickhouse 23.4 → 24.12 #5

Open
autonomic-bot wants to merge 2 commits from upgrade-4.0.0+v3.2.1 into main
3 changed files with 39 additions and 8 deletions
Showing only changes of commit ad6b93a1f4 - Show all commits

View File

@ -7,5 +7,20 @@ DOMAIN=plausible.example.com
LETS_ENCRYPT_ENV=production
SECRET_KEY_BASE=replace-me
DISABLE_AUTH=replace-me # true or false
DISABLE_REGISTRATION=replace-me # true or false
DISABLE_AUTH=false
DISABLE_REGISTRATION=true
## SMTP settings (required — SMTP_HOST_PORT must be an integer)
SMTP_HOST_ADDR=localhost
MAILER_EMAIL=noreply@plausible.example.com
SMTP_HOST_PORT=25
#SMTP_USER_NAME=
#SMTP_USER_PWD=
SMTP_HOST_SSL_ENABLED=false
## Config object versions (increment when config file content changes)
CLICKHOUSE_CONF_VERSION=v1
CLICKHOUSE_USER_CONF_VERSION=v1
CLICKHOUSE_ENTRYPOINT_VERSION=v1
PG_BACKUP_VERSION=v1
CLICKHOUSE_BACKUP_SCRIPT_VERSION=v1