On Tue, Dec 6, 2016 at 7:24 AM, Israel Brewster <israel@xxxxxxxxxxxxxx> wrote: > Simple question: are WAL files archived when full, or when recycled? When full. > That is, are the WAL archive files "up-to-date" other than the current WAL file, > or will the archives always be wal_keep_segments behind? WAL archives are kept up to date, meaning that all the segments older than the one being written are archived (well perhaps not if the archiver lags behind). wal_keep_segments numbers the number of segments kept in pg_xlog past the last completed checkpoint. -- Michael -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general