postgres-migrations/001-create-replicator-user.sql
2025-01-23 21:59:46 +01:00

2 lines
179 B
SQL

CREATE ROLE replicator WITH REPLICATION LOGIN PASSWORD '{{ postgres.replication_password }}';
SELECT * FROM pg_create_physical_replication_slot('pg_britaliope_intra_catgrl_org');