infrastructure/postgres/queries.sql

6 lines
317 B
MySQL
Raw Normal View History

2023-12-01 18:14:07 +01:00
-- https://vault.bitwarden.com/#/vault?search=post&itemId=89d31444-68a6-4fd5-b03d-af61010f87d1&cipherId=7295df35-fe24-403d-b8c8-afc6017bf42f
CREATE USER grafana WITH PASSWORD 'yourpassword';
CREATE DATABASE grafana;
ALTER DATABASE grafana OWNER TO grafana;
CREATE USER nocodelytics_prod WITH PASSWORD 'yourpassword';