eGov ERP DevOps
Postgresql Database
Database Setup:
Create a database and user in postgres
Create a schema called generic
Execute ALTER ROLE <your_login_role> SET search_path TO generic,public;
DevOps as a Culture
eGov ERP DevOps
Database Setup:
Create a database and user in postgres
Create a schema called generic
Execute ALTER ROLE <your_login_role> SET search_path TO generic,public;
DevOps as a Culture