GAUSS-03571 -- GAUSS-03580

GAUSS-03571: “WAL level not sufficient for making an online backup”

SQLSTATE: 55000

Description: The WAL level is insufficient.

Solution: Set the WAL level to archive or hot_standby and perform a backup operation after the database is restarted.

GAUSS-03572: “backup label too long (max %d bytes)”

SQLSTATE: 22023

Description: The length of the backup path name exceeds the limit.

Solution: Change the backup path name and back up again.

GAUSS-03573: “a backup is already in progress”

SQLSTATE: 55000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03574: “WAL generated with full_page_writes=off was replayed since last restartpoint”

SQLSTATE: 55000

Description: The configuration item full_page_writes is set to off.

Solution: Set the configuration item full_page_writes to on, perform CHECKPOINT on the host, and back up again.

GAUSS-03575: “could not write file '%s': %m”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03576: “a backup is not in progress”

SQLSTATE: 55000

Description: No backup is in process.

Solution: The SELECT pg_start_backup and SELECT pg_stop_backup functions are called in pairs. Call the SELECT pg_start_backup and SELECT pg_stop_backup in sequence. Check whether related backup is started.

GAUSS-03577: “invalid data in file '%s'”

SQLSTATE: 55000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03578: “the standby was promoted during online backup”

SQLSTATE: 55000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03579: “WAL generated with full_page_writes=off was replayed during online backup”

SQLSTATE: 55000

Description: The configuration item full_page_writes is set to off.

Solution: Set the configuration item full_page_writes to on, perform CHECKPOINT on the host, and back up again.

GAUSS-03580: “invalid record offset at %X/%X.”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

Feedback
编组 3备份
    openGauss 2024-05-06 00:44:54
    cancel