This topic describes how to change the log level to logical for a PostgreSQL instance.
Background information
If you select Incremental Synchronization when you create a project to migrate or synchronize data from a PostgreSQL instance to an Oracle tenant of OceanBase Database, you must set the log level parameter wal_level of the instance to logical. Otherwise, the precheck item Check the wal_level parameter of the database will fail.
Procedure
Log on to the server where the PostgreSQL instance resides.
Open the
postgresql.confconfiguration file.Find the
wal_levelparameter and change its value tological.If this parameter does not exist in the configuration file, you can add
wal_level = logicalto the file.Save and close the file.
Restart the PostgreSQL instance for the configuration to take effect.