User Tools

Site Tools


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

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki