From 6df2f48a354078c499e72b491ff2580b8caab31d Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Thu, 22 Jun 2023 14:32:40 +0200 Subject: [PATCH] Add note about superuser requirement for Lemmy --- charts/lemmy/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/lemmy/README.md b/charts/lemmy/README.md index 1385ae0..428c384 100644 --- a/charts/lemmy/README.md +++ b/charts/lemmy/README.md @@ -14,4 +14,6 @@ Note that this will require a working ingress in your cluster, if an ingress isn **Nota Bene**: The system **will** require valid TLS certificates and working routing on regular HTTP(s) ports in order for federation to work. +The initial postgres migration also currently fails unless the Lemmy user in Postgres is a superuser. + S3 storage is also supported for media, refer to the [values](values.yaml) under `.pictrs.storage` for the necessary configuration.