This repository contains a collection of scripts for managing PostgreSQL clusters, with a focus on the Spock extension.
scripts/: Contains general-purpose scripts for managing PostgreSQL nodes, including installation, compilation, and basic node management. See the scripts README for more details.spock/: Contains scripts specifically for managing Spock clusters, including setting up a mesh, adding nodes, and more. See the spock README for more details.
- Install the prerequisites by running the
scripts/pre_req.shscript. - Configure the
scripts/pg.conffile to match your environment. - Use the scripts in the
scripts/andspock/directories to manage your PostgreSQL clusters.
This project is licensed under the terms of the LICENSE file.