sorry... back to back posts again... From this ls -l /var/storage/pgsql92/data/pg_xlog ... i got back lots of row of entries like the examples below (I shortened the list quite a bit). So you are saying I could do the "rm 000000010000004600000041" command on entries like this? ( the may 1st entry for example ) But I should stay away from the May 6th entries since "archive_status" is also "May 6"? ( ignoring the time stamp for now just to be safe ) -rw------- 1 postgres postgres 16777216 May 6 13:20 00000001000000460000003E -rw------- 1 postgres postgres 16777216 May 6 14:35 00000001000000460000003F -rw------- 1 postgres postgres 16777216 May 6 14:56 000000010000004600000040 -rw------- 1 postgres postgres 16777216 May 1 23:32 000000010000004600000041 -rw------- 1 postgres postgres 16777216 May 2 00:14 000000010000004600000042 -rw------- 1 postgres postgres 16777216 May 2 01:05 000000010000004600000043 -rw------- 1 postgres postgres 16777216 May 2 01:47 000000010000004600000044 -rw------- 1 postgres postgres 16777216 May 2 02:27 000000010000004600000045 drwx------ 2 postgres postgres 12288 May 6 14:39 archive_status cronkright:/ #
↧