Stefan Langenmaier
1 year
Andreas Vöst
10 months
Kim Klotz
9 years
Andreas Vöst
10 months
Andreas Vöst
11 months
Claus-Theodor Riegg
5 years
Kim Klotz
4 years
Moritz Kraus
1 year
Andreas Vöst
1 year
Emma Heinle
1 year
Kim Klotz
9 years
Andreas Vöst
1 year
Kim Klotz
1 year
Claus-Theodor Riegg
9 years
Moritz Kraus
2 years
Emma Heinle
1 year
Kim Klotz
1 year
Andreas Vöst
4 years
Andreas Vöst
1 year
Andreas Vöst
1 year
Andreas Vöst
1 year
Moritz Kraus
1 year
Emma Heinle
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}'