Infra Provision
How to pull up infrasturcture on meta node
Pigsty uses a declarative interface, [configuration](. /config/) is done, just run the fixed Playbook and you’re done deploying
infrastructure initialization: in [meta-node](. /… /concept/arch/# meta-node) required to deploy Pigsty on [infrastructure](. /… /concept/arch/#infrastructure): infra.yml
database cluster initialization: in [database nodes](. /… /concept/arch/#database node) to deploy highly available PostgreSQL [database cluster](. /… /concept/arch/#database cluster) : pgsql.yml
sandbox.yml
](https://github.com/Vonng/pigsty/blob/master/sandbox. yml)pgsql-monitor.yml
](https://github.com/Vonng/pigsty/blob/master/ pgsql-monitor.yml)Pigsty also provides a number of pre-built scripts for daily operations and maintenance management.
database offline: you can remove an existing database cluster or instance and recycle nodes: [pgsql-remove.yml
](https://github.com/Vonng/pigsty/blob/master/pgsql- remove.yml)
create business database: you can create a new database in an existing cluster or modify an existing database: [pgsql-createdb.yml
](https://github.com/Vonng/pigsty/blob/master/ pgsql-createdb.yml)
create business database: You can create new users or modify existing users in an existing cluster: [pgsql-createuser.yml
](https://github.com/Vonng/pigsty/blob/master/ pgsql-createuser.yml)
create service: you can create or modify service in an existing cluster: [pgsql-service.yml
](https://github.com/Vonng/pigsty/blob/master/pgsql-service. yml)
How to pull up infrasturcture on meta node
How to define and create postgres clusters?
How to perform one-pass bootstrap for sandbox?
How to destroy postgres clusters and instances
How to deploy pigsty monitoring system without provisioning solution?
How to create new users on existing clusters?
How to create new database on running clusters?
Create or update service on cluster