File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171``` shell
7272sudo -s
7373BORG_PASSPHRASE=s3cr3t-s3cur3-p4ssw0rd bash backup.sh
74- ```
74+ ```
75+
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ aufzusetzen und zu konfigurieren.
1414services :
1515 postgres :
1616 restart : always
17- image : postgres:13 -alpine
17+ image : postgres:18 -alpine
1818 env_file : .postgres.env
1919 environment :
2020 POSTGRES_USER : psono
@@ -232,7 +232,7 @@ Domains so ohne Probleme verwendet werden und jederzeit auch noch später angepa
232232
233233### User erstellen
234234``` shell
235- docker compose exec python3 ./psono/manage.py createuser \
235+ docker compose exec psono-combo python3 ./psono/manage.py createuser \
236236 username@example.com \
237237 myPassword \
238238 email@something.com
@@ -243,7 +243,7 @@ Jetzt kann der User sich unter https://psono.domain.de/ einloggen.
243243
244244### User zum Admin erklären
245245``` shell
246- docker compose exec python3 ./psono/manage.py promoteuser username@example.com superuser
246+ docker compose exec psono-combo python3 ./psono/manage.py promoteuser username@example.com superuser
247247```
248248
249249Der Admin Login (mit einem Dashboard, Userverwaltung, etc.) befindet sich unter https://psono.domain.de/portal/
You can’t perform that action at this time.
0 commit comments