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.

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