The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

        # PostgreSQLHosting

        High Availability, Load Balancing, and Replication for PostgreSQL using Hot Standby at  cloud providers like Linode, Hetzner, Digital Ocean

SYNOPSIS

        ## Install 

        $ sudo apt-get install carton git
        $ git clone git@github.com:ovntatar/PostgreSQLHosting.git
        $ cd PostgreSQLHosting
        $ carton install 


        ## Configuration

        Edit `config.yml` according to your needs. 

        > Please, use only alphanumeric characters and underscore to name the hosts

        ## Usage

        ### Deploy


        PRIVATE_KEY=/path/to/private/key carton exec -- rex deploy


        ### List machines

        PRIVATE_KEY=/path/to/private/key carton exec -- rex inventory



        ### Remove machines [!!!!]

        PLEASE, BE CAREFUL. THIS COMMAND REMOVES ALL MACHINES

        PRIVATE_KEY=/path/to/private/key carton exec -- rex wipe

DESCRIPTION

        High Availability, Load Balancing, and Replication for PostgreSQL using Hot Standby
 

PERL VERSIONS

        You can also specify the minimum perl required in C<cpanfile>:
 
        requires 'perl', '5.16.3';

AUTHOR

        Ovidiu Tatar, Gabriel Andrade
 

COPYRIGHT

        3Ziele.de - ovntatar
 

LICENSE

        This software is licensed under the same terms as Perl itself.
 

SEE ALSO

PostgreSQLHosting