postgresql_fuer_listmonk
This is an old revision of the document!
apt install postgresql postgresql-contrib
Schönes Passwort erstellen
pwgen 20
Dann Passwort für Nutzer listmonk verwenden:
passwd postgres
Datenbank erstellen, dazu in die Datenbankanwendung psql wechseln:
sudo -u postgres psql
create user listmonk with password 'einanderespasswortauspwgen'; CREATE DATABASE listmonk; GRANT ALL PRIVILEGES ON DATABASE listmonk TO listmonk;
Jetzt wieder raus aus psql.
Nutzer anlegen
adduser --system --group --shell="/sbin/nologin" --home="/var/lib/listmonk" listmonk
postgresql_fuer_listmonk.1735132005.txt.gz · Last modified: 2024/12/25 13:06 by admin