You've already forked Mailu
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user