"Vitaly Burshteyn" <vburshteyn(at)broadway(dot)com> wrote:
> Followed all the steps and such. On the initial start of the
> standby server it reads all the WAL files and acts like it should.
> The issue is, when new WAL files start to arrive say
>
> 000000010000000000000049
>
> the system starts creating
>
>
>
> 00000002.history
>
> 000000020000000000000049
>
>
>
> And the updates are not propagated.
>
>
>
> Any ideas?
As a shot in the dark, is your recovery script exiting with 1 if it
can't find a file which has a name other than 24 hexadecimal
characters? (Hint: It should.)
If that's not the issue, please review this page and repost with
more information:
http://wiki.postgresql.org/wiki/Guide_to_reporting_problems
-Kevin