Check Details
Check whether the plugins existing in the source database also exist in the target database.
If there are plugins to be migrated from the source database, and the target database lacks the permissions to create plugins, the verification task will report an error.
If there are plugins to be migrated from the source database, and the corresponding plugins are not installed on the target database, or the versions do not match, the verification task will report an error.
Fixing Method
Install the plugin of the same version on the target database as the source database, and grant the corresponding permissions for the plugin on the target database. For details, see PostgreSQL Official Guide.
Was this page helpful?