Zum Forum springen
Benachrichtigungen
Alles löschen

[Geschlossen] error msg

2 Beiträge
2 Benutzer
0 Reactions
288 Ansichten
xMars
Beigetreten: 21.06.2008
PokerStrategist

There were errors during the housekeeping process.

Unable to execute query: VACUUM;; Reason: Fatal Error
(Error: invalid page header in block 701 of relation "holdem_cache_primary_key")

hatte jemand schon mal den fehler? hab es jetzt zweimal laufen lassen nachdem ich das neueste update installiert hab


1 Antwort
Ajezz
Beigetreten: 20.07.2005
BlackMember

There are two main reasons for this kind of error. The first is a result of data corruption from a computer crash that requires reindexing your database. You can reindex your database from the Database Management window - it may take a while but shouldn't take more than an hour or two unless your database is very large.

The second reason for this error is a result of faulty hardware. You can set PostgreSQL to ignore these errors by clicking Start --> Programs --> PostgreSQL --> Configuration Files --> Edit postgresql.conf. In the configuration file that appears, go to the bottom of the file and add the text “zero_damaged_pages = on” on a new line and then save and close the file. Click Start --> Programs --> PostgreSQL --> Reload Configuration and PostgreSQL will ignore the damaged data. If you continue to have problems with that hard drive, you should consider replacing it.


Teilen: