HI
We attempted to perform a major version upgrade for our Cloud SQL instance, but the operation failed with the error code 1005. Below are the details of the failed operation:
Operation Details:
Upgrade Attempt:
Error Details:
Additional Context:
We kindly request your assistance with the following:
Error Explanation:
Debugging Details:
Recommended Next Steps:
Logs and Troubleshooting:
{
"protoPayload": {
"@type": "type.googleapis.com/google.cloud.audit.AuditLog",
"status": {
"code": 1005
},
"serviceName": "cloudsql.googleapis.com",
"methodName": "cloudsql.instances.update",
"metadata": {
"@type": "type.googleapis.com/speckle.UpdateIntentEventLog",
"intents": [
{
"diffs": [
{
"newValue": "POSTGRES_14",
"oldValue": "POSTGRES_9_6",
"property": "database_version"
}
],
"intent": "MAJOR_VERSION_UPGRADE"
}
]
}
},
"insertId": "7a1hr7e61pmg",
"timestamp": "2024-11-28T06:47:37.833398Z",
"severity": "ERROR",
"operation": {
"id": "13b52dec-2faf-4a40-92fb-a86300000025",
"producer": "cloudsql.googleapis.com",
"last": true
},
"receiveTimestamp": "2024-11-28T06:47:38.062535257Z"
}
Thank you for your assistance!
Hi @gateweb,
Unfortunately, error code 1005 in Google Cloud Platform (GCP) is generic and signifies an internal error. It doesn't provide specific details about the issue. While there's no confirmation, a significant version jump (PostgreSQL 9.6 to 14) might have compatibility issues that the upgrade process cannot handle automatically. Upgrading to a closer version (10) failing with the same error suggests this possibility.
For a full guide on how to perform an in-place major version upgrade, check out the documentation here. It's a good idea to get in touch with Google Cloud Support. They can access internal logs and have expertise to diagnose the root cause of error 1005 in this specific context. When reaching out, be sure to include as much detail as possible, including any screenshots, to help them understand the issue and resolve it faster.
Hope this helps.