1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-29 22:37:58 +02:00

Implement health checking

This commit is contained in:
Tim Möhlmann
2018-11-30 13:54:12 +02:00
parent 92bdc6e0a3
commit de3f125ed3
5 changed files with 15 additions and 8 deletions

View File

@@ -18,6 +18,12 @@ begin
end
$$;
-- name: grant_health!
-- Grant connect permission for the health user
grant connect
on database postgres
to health;
-- name: update_pw!
alter
user mailu