Emma Heinle
20 days
Emma Heinle
1 month
Andreas Vöst
1 month
Claus-Theodor Riegg
5 years
Andreas Vöst
2 years
Ruben Aleman
3 months
Ruben Aleman
4 months
Stefan Xenopol
4 months
Kim Klotz
9 years
Moritz Kraus
5 months
Claus-Theodor Riegg
9 years
Kim Klotz
6 months
Ruben Aleman
7 months
Claus-Theodor Riegg
8 years
Moritz Kraus
7 months
Emma Heinle
8 months
Moritz Kraus
8 months
Claus-Theodor Riegg
8 years
Claus-Theodor Riegg
7 years
Marc Dierig
1 year
Andreas Vöst
9 months
Andreas Vöst
5 years
Emma Heinle
9 months
Stefan Langenmaier
1 year
For some reason you have to pass the password hash if you want to create a role in postgres. To calculate the hash use the following snippet:
echo -n "md5"; echo -n "${PG_PASSWORD}${PG_USERNAME}" | md5sum | awk '{print $1}'