restoring to different architecture with WAL

Поиск
Список
Период
Сортировка
От Balázs Keresztury
Тема restoring to different architecture with WAL
Дата
Msg-id CAEA+5WBhpfwR3iEyu_jyj_rTOKHaLRQ2E+kW5f9mYAbR0Dp=hw@mail.gmail.com
обсуждение исходный текст
Ответы Re: restoring to different architecture with WAL
Re: restoring to different architecture with WAL
Список pgsql-general
hi,
I have a postgres 8.4 on a Ubuntu box at my workplace, and I plan to implement continuous backup with the WAL technique. This backup is mainly used to provide the usual backup for the company, but I would also like to use it as an almost always up-to-date copy for my personal computer, mainly for development purposes. Thus, no two-way synchronization required. 
I could (actually I am) use pg_dump to get the full copy each time, but since the database is very big and the vpn is slowish, it would be significantly less pain to download only the changes in the WAL files.
I already created the base backup with pg_start_backup and transferred to my computer, which is currently running Windows. The problem is that I can't even start up the base cluster, because postgres throws the following exception. Is there any way to circumvent this problem or should I stick to the pg_dump-pg_restore method?
Thanks,
Balazs

c:\Program Files (x86)\PostgreSQL\8.4\bin>pg_ctl start -D d://documents//munka//postgres_data
server starting

c:\Program Files (x86)\PostgreSQL\8.4\bin>2013-03-07 22:11:16 CET FATAL:  database files are incompatible with server
2013-03-07 22:11:16 CET DETAIL:  The database cluster was initialized with USE_FLOAT8_BYVAL but the server was compiled without USE_FLOAT8_BYVAL.
2013-03-07 22:11:16 CET HINT:  It looks like you need to recompile or initdb.

В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: table dump function
Следующее
От: AI Rumman
Дата:
Сообщение: crosstab creating multiple rows for same id