mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-08 07:11:45 +02:00
8 lines
278 B
Bash
8 lines
278 B
Bash
#!/bin/sh
|
|
|
|
echo "--"
|
|
echo "Create a PostgreSQL user and database using /var/lib/mitra/init.sql."
|
|
echo "Be sure to set the database password in the config at /etc/mitra/config.yaml."
|
|
echo "Then create an admin user with 'mitractl create-user <user> <password> admin'."
|
|
echo "--"
|