Re: Subir servidor en DEBIAN

From: Raúl Andrés Duque Murillo <ra_duque(at)yahoo(dot)com(dot)mx>
To: "Neil Peter Braggio" <pbraggio(at)gmail(dot)com>, <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: Subir servidor en DEBIAN
Date: 2008-06-04 09:19:10
Message-ID: 4D2B6869A00C4F838409CB8D6FA4D60B@Principal
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

--------------------------------------------------
From: "Neil Peter Braggio" <pbraggio(at)gmail(dot)com>
Sent: Wednesday, June 04, 2008 5:31 PM
To: <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: [pgsql-es-ayuda] Subir servidor en DEBIAN

> Revisa el script /etc/init.d/postgres-8.3
> Bastaría con cambiar la ruta a tu nueva ubicación
>

El contenido de este archivo NO contiene (o por lo menos no ubico) la ruta
del cluster. Tambien revisé el init.d-functions y tampoco veo dirección de
cluster:

[ -r /usr/share/postgresql-common/init.d-functions ] || exit 0

. /usr/share/postgresql-common/init.d-functions

VERSION=8.3

case "$1" in
start)
start $VERSION
;;
stop)
stop "$VERSION"
;;
restart)
restart "$VERSION"
;;
force-reload | reload)
reload $VERSION
;;
status)
status $VERSION
;;
autovac-start)
autovac_start $VERSION
;;
autovac-stop)
autovac_stop $VERSION
;;
autovac-restart)
autovac_restart $VERSION
;;
*)
echo "Usage: $0
{start|stop|restart|reload|force-reload|status|autovac-start|autovac-stop|autovac-restart}"
exit 1
;;
esac

exit 0

atentamente,

RAUL DUQUE
Bogotá, Colombia

> ----
> Neil Peter Braggio
> pbraggio(at)gmail(dot)com
>
>
> 2008/6/5 Raúl Andrés Duque Murillo <ra_duque(at)yahoo(dot)com(dot)mx>:
>>>
>>>
>>> From: Jose Luis Balle
>>> Sent: Wednesday, June 04, 2008 3:59 PM
>>> To: Raúl Andrés Duque Murillo
>>> Cc: Miguel Rodríguez Penabad ; pgsql-es-ayuda(at)postgresql(dot)org
>>> Subject: Re: [pgsql-es-ayuda] Subir servidor en DEBIAN
>>>
>>>
>>> Si queres dos instancias funcionando en el mismo servidor vas a tener
>>> que
>>> cambiar el puerto de escucha en una de las >instancias
>>>
>>
>> No ... ese no es realmente mi problema (voy a tener una sóla instancia
>> arriba), el problema radica en COMO subir un cluster haciendo referencia
>> a
>> un postgresql.conf que se encuentra en otro directorio.
>>
>> Atentamente,
>>
>> RAUL DUQUE
>> Bogotá, Colombia
>>
>>>
>>> El día 4 de junio de 2008 2:56, Raúl Andrés Duque Murillo
>>> <ra_duque(at)yahoo(dot)com(dot)mx> escribió:
>>>
>>>
>>>
>> --------------------------------------------------
>> From: "Miguel Rodríguez Penabad" <penabad(at)gmail(dot)com>
>> Sent: Wednesday, June 04, 2008 9:47 AM
>> To: "Raúl Andrés Duque Murillo" <ra_duque(at)yahoo(dot)com(dot)mx>
>> Cc: <pgsql-es-ayuda(at)postgresql(dot)org>
>> Subject: Re: [pgsql-es-ayuda] Subir servidor en DEBIAN
>>
>>
>>
>> [Para crear un nuevo cluster]
>>
>>
>> Prueba pg_createcluster (está en el paquete postgresql-common)
>>
>>
>>
>>
>>
>> Gracias Miguel pero realmente el problema no es crear el cluster (con el
>> conocido initdb funciona bien), es levantar un cluster para el cual el
>> postgresql.conf se encuentra en OTRO directorio diferente al del cluster.
>>
>>
>> Atentamente,
>>
>> RAUL DUQUE
>> Bogotá, Colombia
>>
>>
>>
>> --
>> Miguel Rodríguez Penabad
>>
>> __________ Information from ESET Smart Security, version of virus
>> signature
>> database 3157 (20080604) __________
>>
>> The message was checked by ESET Smart Security.
>>
>> http://www.eset.com
>>
>>
>>
>> --
>> TIP 6: ¿Has buscado en los archivos de nuestra lista de correo?
>> http://archives.postgresql.org/pgsql-es-ayuda
>>
>>
>>
>>
>> --
>> Informático:
>> Persona falta de recursos que, partiendo de premisas falsas y de
>> especificaciones inconsistentes e incompletas, dirigido por incompetentes
>> y
>> utilizando herramientas que no funcionan es capaz de iniciar un proyecto
>> de
>> dudoso éxito realizando una obra de arte que ,por supuesto, es cara y no
>> tiene otro fin que dar prestigio a la empresa que ha contratado sus
>> servicios.
>> http://islamanzana.es/desarrollo-de-software/definicion-de-informatico
>> --
>> TIP 8: explain analyze es tu amigo
>>
> --
> TIP 4: No hagas 'kill -9' a postmaster
>
> __________ Information from ESET Smart Security, version of virus
> signature database 3158 (20080604) __________
>
> The message was checked by ESET Smart Security.
>
> http://www.eset.com
>
>

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Laura reiva 2008-06-04 10:32:01 RE: Duda sql bases de datos
Previous Message Raúl Andrés Duque Murillo 2008-06-04 08:33:59 Re: Subir servidor en DEBIAN