New tenant database based on database template
SELECT
pg_terminate_backend(pg_stat_activity.pid)
FROM
pg_stat_activity
WHERE
pg_stat_activity.datname = 'coral_conversion'
AND pid <> pg_backend_pid();
CREATE DATABASE coral_palm_beach_dev WITH TEMPLATE coral_conversion OWNER orms_db_user;
, multiple selections available,
Related content
Steps for Adding a New Tenant
Steps for Adding a New Tenant
More like this
Data for new Tenant
Data for new Tenant
Read with this
Database: coral_erecord
Database: coral_erecord
More like this
Scripts to clean transactions
Scripts to clean transactions
Read with this
Client Database Conversion
Client Database Conversion
Read with this
Client Database Migration Schema script
Client Database Migration Schema script
Read with this