Giter Club home page Giter Club logo

postgresql-high-availability-cookbook's Introduction

PostgreSQL High Availability Cookbook

This is the code repository for PostgreSQL High Availability Cookbook, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

Instructions and Navigations

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter 3.

The code will look like the following:

       COPY
       (
              SELECT '"' || rolname || '" "' ||
              coalesce(rolpassword, '') || '"'
                FROM pg_authid
       )
       TO '/etc/pgbouncer/userlist.txt';

Software requirements:

This book concentrates on UNIX systems with a focus on Linux in particular. Such servers have become increasingly popular for hosting databases for companies large and small. As such, we highly recommend you have a virtual machine or development system running a recent copy of Debian, Ubuntu, Red Hat Enterprise Linux or a variant such as CentOS or Scientific Linux.

You will also need a copy of PostgreSQL. If your chosen Linux distribution isn't keeping the included PostgreSQL packages sufficiently up to date, the PostgreSQL website maintains binaries for most popular distributions. You can find these at the following URL: h t t p s ://w w w . p o s t g r e s q l . o r g /d o w n l o a d / Users of Red Hat Enterprise Linux and its variants should refer to the following URL to add the official PostgreSQL YUM repository to important database systems: h t t p s ://y u m . p o s t g r e s q l . o r g /r e p o p a c k a g e s . p h p Users of Debian, Ubuntu, Mint, and other related Linux systems should refer to the PostgreSQL APT wiki page at this URL instead: h t t p s ://w i k i . p o s t g r e s q l . o r g /w i k i /A p t Be sure to include any “contrib” packages in your installation. They include helpful utilities and database extensions we will use in some recipes.

Related Products:

###Suggestions and Feedback Click here if you have any feedback or suggestions.

postgresql-high-availability-cookbook's People

Contributors

packt-itservice avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.