Fwd: Ayuda Respaldo incremental

From: Cristián Osorio <cosorio(dot)maldonado(at)gmail(dot)com>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Fwd: Ayuda Respaldo incremental
Date: 2008-08-12 20:57:07
Message-ID: c89b65f40808121357j4bd76614pf3a3e585ab347cd@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

---------- Forwarded message ----------
From: Cristián Osorio <cosorio(dot)maldonado(at)gmail(dot)com>
Date: 2008/8/12
Subject: Re: [pgsql-es-ayuda] Ayuda Respaldo incremental
To: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>

Si, hay una seccion en el archivo postgresql.conf que hace referencia a toda
la configuracion de WAL, y descomenté todo dejando por default el seteo, y
ademas agregando la instruccion en la parte del archive_command. Aun asi me
sige lanzando el error.

esta es la seccion de configuracion

#------------------------------------------------------------------------------
# WRITE AHEAD LOG
#------------------------------------------------------------------------------

# - Settings -

fsync = on # turns forced synchronization on or off
synchronous_commit = on # immediate fsync at commit
wal_sync_method = fsync # the default is the first option
# supported by the operating system:
# open_datasync
# fdatasync
# fsync
# fsync_writethrough
# open_sync
full_page_writes = on # recover from partial page writes
wal_buffers = 64kB # min 32kB
# (change requires restart)
wal_writer_delay = 200ms # 1-10000 milliseconds

commit_delay = 0 # range 0-100000, in microseconds
commit_siblings = 5 # range 1-1000

# - Checkpoints -

checkpoint_segments = 3 # in logfile segments, min 1, 16MB each
checkpoint_timeout = 5min # range 30s-1h
checkpoint_completion_target = 0.5 # checkpoint target duration, 0.0 -
1.0
checkpoint_warning = 30s # 0 is off

# - Archiving -

archive_mode = on # allows archiving to be done
# (change requires restart)
archive_command = 'cp -i %p /home/cosorio/wal/%f </dev/null' #
command to use to archive a logfile segment
archive_timeout = 0 # force a logfile segment switch after this
# time; 0 is off

2008/8/12 Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>

On Tue, Aug 12, 2008 at 1:55 PM, Cristián Osorio
> <cosorio(dot)maldonado(at)gmail(dot)com> wrote:
> > esto es lo que me arroja cuando ejecuto esta instruccion:
> > ERROR: el archivado WAL no está activo
> > HINT: El parámetro archive_mode debe ser activado al iniciar el
> servidor.
> >
> > el archive mode ya lo tengo dentro del postgresql.conf agregado al final
> del
> > archivo.
> >
>
> lo tienes seteado a on supongo... ya reiniciaste el servicio de postgres?
>
> --
> Atentamente,
> Jaime Casanova
> Soporte y capacitación de PostgreSQL
> Asesoría y desarrollo de sistemas
> Guayaquil - Ecuador
> Cel. (593) 87171157
>

--
Saludos,
Cristián Osorio M.

--
Saludos,
Cristián Osorio M.

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Raul Andres Duque 2008-08-12 21:01:24 Re: Retornar un conjunto de registros (SQL DINAMICO)
Previous Message Kalelx 2008-08-12 20:55:21 Error al start