BACKUP Error: Index "pg_toast_16772_index"

Moderator: crythias

Locked
clayton
Znuny newbie
Posts: 13
Joined: 06 Nov 2018, 17:48
Znuny Version: 6.0.8

BACKUP Error: Index "pg_toast_16772_index"

Post by clayton »

Hi, has anyone seen this error below? and how to solve?


pg_dump: server error message: ERROR: index "pg_toast_16772_index" contains page corrupted in block 625
wurzel
Znuny guru
Posts: 3273
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: BACKUP Error: Index "pg_toast_16772_index"

Post by wurzel »

Hi,

you should ask in a postgres forum. For me, this seems not to be an OTRS issue.

Florian
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
clayton
Znuny newbie
Posts: 13
Joined: 06 Nov 2018, 17:48
Znuny Version: 6.0.8

Re: BACKUP Error: Index "pg_toast_16772_index"

Post by clayton »

Problem solved.

Connect to the database and execute the command to reindex the table.

# REINDEX database basename;

I did at my base and organized the table in the bank and solved the error .
Locked