Nagy Karoly Gabriel
13 years ago
3 changed files with 86 additions and 0 deletions
@ -0,0 +1,27 @@
|
||||
|
||||
[TIMESTAMP] 1340372438 Fri Jun 22 15:40:38 2012 |
||||
[BUILDTIME] 0 (5) |
||||
[SIZE] 0.12 MB, 13 files |
||||
|
||||
[DEP] bash |
||||
[DEP] binutils |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] fhs |
||||
[DEP] findutils |
||||
[DEP] gawk |
||||
[DEP] gcc |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] linux-header |
||||
[DEP] make |
||||
[DEP] openssl |
||||
[DEP] postgresql |
||||
[DEP] readline |
||||
[DEP] runit |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
||||
[DEP] util-linux |
||||
[DEP] zlib |
@ -0,0 +1,18 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../repmgr/repmgr.conf |
||||
# Copyright (C) 2012 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
var_append makeopt ' ' "USE_PGXS=1" |
||||
var_append makeinstopt ' ' "USE_PGXS=1" |
||||
|
||||
hook_add inmake 5 "cp -v repmgr.conf $docdir" |
@ -0,0 +1,41 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../repmgr/repmgr.desc |
||||
[COPY] Copyright (C) 2012 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A set of PostgreSQL cluster management tools |
||||
|
||||
[T] PostgreSQL 9+ allow us to have replicated Hot Standby servers |
||||
[T] which we can query and/or use for high availability. |
||||
[T] While the main components of the feature are included with PostgreSQL, |
||||
[T] the user is expected to manage the high availability part of it. |
||||
[T] repmgr allows you to monitor and manage your replicated PostgreSQL |
||||
[T] databases as a single cluster. repmgr includes two components: |
||||
[T] repmgr: command program that performs tasks and then exits |
||||
[T] repmgrd: management and monitoring daemon that watches |
||||
[T] the cluster and can automate remote actions. |
||||
|
||||
[U] http://www.repmgr.org |
||||
|
||||
[A] Jaime Casanova <jaime@2ndQuadrant.com> |
||||
[A] Simon Riggs <simon@2ndQuadrant.com> |
||||
[A] and others, see https://github.com/2ndQuadrant/repmgr/blob/master/CREDITS |
||||
[M] Nagy Karoly Gabriel <nagy.karoly@opensde.org> |
||||
|
||||
[C] extra/tool |
||||
|
||||
[L] GPL |
||||
[S] Stable |
||||
[V] 1.1.0 |
||||
[P] X -----5---9 800.000 |
||||
|
||||
[D] 706072059 repmgr-1.1.0.tar.gz http://www.repmgr.org/download/ |
Loading…
Reference in new issue