Checking Whether the Extensions Are Supported
PostgreSQL Synchronization
Check Item |
Whether the extensions are supported |
---|---|
Description |
Check whether the source database has plug-ins that are not installed on the destination database. |
Failure Cause and Handling Suggestion |
Failure cause: Extensions installed in the source database are not supported in the destination database. Handling suggestion:
|
Failure cause: The source database has extensions that contain tables as members. Handling suggestion: Check whether the source database extensions contain metadata generated after the extensions are created. If yes, use the dedicated syntax of the extension to rebuild the metadata after the migration is complete. |
|
Failure cause: The destination database user does not have the permission to create extensions. Handling suggestion: Grant the permission to the user in the destination database as user root. Run the following SQL statements (replace username with the destination database username): alter user username inherit; grant root to username; |
|
Failure cause: The extension version supported by the destination database is earlier than that installed in the source database. Handling suggestion: Use the destination database that supports extensions of a later version (not earlier than the source database extension version) and create a synchronization task again. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot