On Mar 26, 2014 7:17 AM, "Rui Monteiro" <[email protected]> wrote: > > Hello > > I have the following base backups : > > > postgres@ip-xx-xxx-xx-xxx:~$ envdir /etc/wal-e.d/env /usr/local/bin/wal-e backup-list > name last_modified expanded_size_bytes wal_segment_backup_start wal_segment_offset_backup_start wal_segment_backup_stop wal_segment_offset_backup_stop > > base_000000010000000000000002_00000032 2014-03-25T15:44:20.000Z 000000010000000000000002 00000032 > base_000000010000000000000006_00000032 2014-03-25T16:56:33.000Z 000000010000000000000006 00000032 > base_00000001000000000000000E_00000032 2014-03-25T17:53:10.000Z 00000001000000000000000E 00000032 > -- > > How can i recover from one of the list ? > > Without the following command : > > envdir /etc/wal-e.d/env /usr/local/bin/wal-e backup-fetch /var/lib/postgresql/9.1/main LATEST
Instead of "LATEST", copy the base backup name seen in backup-list, e.g. " base_000000010000000000000006_00000032" -- You received this message because you are subscribed to the Google Groups "wal-e" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
