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.
postgresql_fuer_listmonk.1735125177.txt.gz · Last modified: 2024/12/25 11:12 by admin