| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | Gregory Stark <stark(at)enterprisedb(dot)com> |
| Cc: | PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Invalid magic number in log file? |
| Date: | 2007-05-15 13:24:31 |
| Message-ID: | 20070515132431.GB6298@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Gregory Stark wrote:
>
> When starting up a postmaster from an older build on a database initialized
> with a newer build I'm getting the following errors. I think I saw the same
> thing earlier going in the opposite direction too. Shouldn't there be some
> earlier errors firing from the control file version number?
>
> stark(at)oxford:~$ /usr/local/pgsql/bin/postgres -D /var/tmp/db
> LOG: database system was shut down at 2007-05-14 19:47:51 BST
> LOG: invalid magic number D061 in log file 0, segment 0, offset 0
> LOG: invalid primary checkpoint record
> LOG: invalid magic number D061 in log file 0, segment 0, offset 0
> LOG: invalid secondary checkpoint record
> PANIC: could not locate a valid checkpoint record
> LOG: startup process (PID 9590) was terminated by signal 6: Aborted
> LOG: aborting startup due to startup process failure
Huh, works for me, what versions were those?
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2007-05-15 13:34:29 | Re: Removing pg_auth_members.grantor (was Grantor name gets lost when grantor role dropped) |
| Previous Message | Andrew Dunstan | 2007-05-15 13:18:11 | fixing uuid-ossp |