blob: 9c1717ee6f53a72ed17640cb9aaa2afe3799b22e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# PostgreSQL as a Service (PGaaS) DB VM.
This package is built on top of the stock PostgreSQL and Repmgr packages.
PGaaS contains a set of configuration scripts, daemons, and administrative scripts
that allow PostgreSQL to be deployed, configured and managed by the DCAE Controller.
PGaaS may be deployed singly or in a cascaded cluster.
The running daemons provide health check and other information suitable for the
DCAE Controller and future dashboard access.
## Building the Code
To build the code, use the "make build" command.
To build the code and upload to a debian repository, use the "make debian" command.
|