Collapse AllExpand All

2.2.2. PostgreSQL Maintenance

Option 2 - PostgreSQL Maintenance

This menu provides a list of options regarding Postgres options and upkeep.

xTAU PostgreSQL menu

Install PostgreSQL 9.6

Begins the process of installing the latest version of Postgres.

List provisioned clusters

Lists Postgres instances. Instances are different copies of postgres on the OS, and the different ports each instance is listening in on.

Select a cluster to work with

Lists the created clusters. Clusters are a Postgres instance and the port it's listening to.

Create new cluster

Establishes a new Postgres instance and selecting which port it will belong to.

Backup Globals

Globals are a collection of common variables in an instance and separates them between other instances. Backing up a global allows you to save that information.

Ex.

Restore Globals

Retrieving the information from the a global information backup and putting it into the currently selected global.

Drop a cluster

Deleting a cluster.

Return to main menu

Takes you back to the beginning of the xtuple-admin-utility installation.