Checking Whether the BLOCK_SIZE Value of the Source Database Is the Same as That of the Destination Database
During PostgreSQL synchronization, the BLOCK_SIZE value of the destination database must be greater than or equal to that of the source database. Otherwise, the synchronization may fail.
Failure Cause
The BLOCK_SIZE value of the destination database is less than that of the source database.
Handling Suggestion
Change the BLOCK_SIZE value of the source or destination database to ensure that value of the destination database must be greater than or equal to that of the source database.
Parent topic: Database Parameters
- Failure Cause
- Handling Suggestion