---------- Forwarded message ----------
From: Cristián Osorio <[EMAIL PROTECTED]>
Date: 2008/8/12
Subject: Re: [pgsql-es-ayuda] Ayuda Respaldo incremental
To: Jaime Casanova <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
On Tue, Aug 12, 2008 at 1:55 PM, Cristián Osorio
> <[EMAIL PROTECTED]> 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.