Development
CREATE USER march_development_owner WITH CREATEDB; ALTER USER march_development_owner PASSWORD 'march_development_owner'; CREATE DATABASE march_development OWNER march_development_owner;
Production
Much the same as development with the appropriate changes.
