mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
6 lines
179 B
SQL
6 lines
179 B
SQL
-- Execute this with your DB admin user
|
|
create role fireguard;
|
|
alter role fireguard with password 'postgres';
|
|
alter role firegurd with login;
|
|
alter role fireguard with superuser;
|