From f34e2a960201b765e5dc33b13fd720a21772909b Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 12 Sep 2024 10:24:04 +0200 Subject: [PATCH 1/4] Added new error to cloud errors page. --- umbraco-cloud/troubleshooting/cloud-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbraco-cloud/troubleshooting/cloud-errors.md b/umbraco-cloud/troubleshooting/cloud-errors.md index d5c27b3177c..b08de7b9304 100644 --- a/umbraco-cloud/troubleshooting/cloud-errors.md +++ b/umbraco-cloud/troubleshooting/cloud-errors.md @@ -32,7 +32,7 @@ Each error code is accompanied by a clear description of the issue it represents ### Deployment Update and SiteExtension Errors -
Error nameDescriptionExtended Explanation
DeploymentUpdateUnableToInitializeUpdateInSiteExtensionSome preflight checks failed from the Deployment Update service.This error occurs when preflight checks from the Deployment update service fail, preventing the initialization of the update process. Retry the operation after verifying configurations and permissions.
DeploymentUpdateSourceSiteExtensionNotFoundWe were unable to reach the source SiteExtension - either 404 or BadRequest.This error occurs when the system cannot locate or access the source SiteExtension required for the deployment update process. Verify source SiteExtension settings and retry the deployment update.
DeploymentUpdateTargetSiteExtensionNotFoundWe were unable to reach the target SiteExtension - either 404 or BadRequest.This error occurs when the system cannot locate or access the target SiteExtension required for the deployment update process. Verify target SiteExtension settings and retry the deployment update.
DeploymentUpdateDeploymentTimedOutWe never got a completed or failed answer from the SiteExtension within our timeout.This error occurs when the deployment update process does not receive a response (completed or failed) from the SiteExtension within the expected time frame. Adjust timeout settings and retry the deployment update.
DeploymentUpdateSiteExtensionCantConnectToRemoteRepositorySiteExtension preflight, can't reach the remote repository.This error occurs when the SiteExtension encounters difficulties connecting to the remote repository during preflight checks. Verify network settings, repository permissions, or firewall configurations and retry the operation.
DeploymentUpdateSiteExtensionIsSourceBusySiteExtension preflight, the source is busy.This error occurs when the SiteExtension detects that the source environment or repository is currently busy and unavailable for updates. Retry the operation later when the source environment is less busy.
DeploymentUpdateSiteExtensionIsTargetBusySiteExtension preflight, the target is busy.This error occurs when the SiteExtension detects that the target environment or repository is currently busy and unavailable for updates. Retry the operation later when the target environment is less busy.
DeploymentUpdateSiteExtensionIsConfiguredForUmbracoDeploySiteExtension preflight, UmbracoDeploy API key not found or configured.This error occurs during preflight checks when the SiteExtension is not properly configured with the necessary UmbracoDeploy API key. Verify and configure the API key correctly in the SiteExtension settings to resolve the issue.
DeploymentUpdateSiteExtensionGitPullFailedUnable to do a Git pull, if it was required.This error occurs when the SiteExtension fails to perform a Git pull operation as part of the deployment update process. Verify repository settings, permissions, or authentication and retry the operation.
DeploymentUpdateSiteExtensionGitPushFailedThis also hides a build error - it's the Kudu process that kicks in, so it's a combined Git push + Kudu deploy.This error occurs when the Git push and subsequent Kudu deployment process fails during the deployment update. Review Kudu logs for detailed error messages and retry the operation.
DeploymentUpdateSiteExtensionExtractionFailedUmbraco Deploy tried to extract changes but encountered a problem. Please review the CMS log files for detailed information.This error occurs when Umbraco Deploy encounters difficulties while extracting changes during deployment updates. Review CMS log files for detailed error messages and take corrective actions as necessary.
DeploymentUpdateSiteExtensionExtractionTimedOutUmbraco Deploy extraction timed out.This error occurs when the Umbraco Deploy extraction process exceeds the expected time limit during the deployment update. Adjust timeout settings and retry the deployment update.
+
Error nameDescriptionExtended Explanation
DeploymentUpdateUnableToInitializeUpdateInSiteExtensionSome preflight checks failed from the Deployment Update service.This error occurs when preflight checks from the Deployment update service fail, preventing the initialization of the update process. Retry the operation after verifying configurations and permissions.
DeploymentUpdateSourceSiteExtensionNotFoundWe were unable to reach the source SiteExtension - either 404 or BadRequest.This error occurs when the system cannot locate or access the source SiteExtension required for the deployment update process. Verify source SiteExtension settings and retry the deployment update.
DeploymentUpdateTargetSiteExtensionNotFoundWe were unable to reach the target SiteExtension - either 404 or BadRequest.This error occurs when the system cannot locate or access the target SiteExtension required for the deployment update process. Verify target SiteExtension settings and retry the deployment update.
DeploymentUpdateDeploymentTimedOutWe never got a completed or failed answer from the SiteExtension within our timeout.This error occurs when the deployment update process does not receive a response (completed or failed) from the SiteExtension within the expected time frame. Adjust timeout settings and retry the deployment update.
DeploymentUpdateSiteExtensionCantConnectToRemoteRepositorySiteExtension preflight, can't reach the remote repository.This error occurs when the SiteExtension encounters difficulties connecting to the remote repository during preflight checks. Verify network settings, repository permissions, or firewall configurations and retry the operation.
DeploymentUpdateSiteExtensionIsSourceBusySiteExtension preflight, the source is busy.This error occurs when the SiteExtension detects that the source environment or repository is currently busy and unavailable for updates. Retry the operation later when the source environment is less busy.
DeploymentUpdateSiteExtensionIsTargetBusySiteExtension preflight, the target is busy.This error occurs when the SiteExtension detects that the target environment or repository is currently busy and unavailable for updates. Retry the operation later when the target environment is less busy.
DeploymentUpdateSiteExtensionIsConfiguredForUmbracoDeploySiteExtension preflight, UmbracoDeploy API key not found or configured.This error occurs during preflight checks when the SiteExtension is not properly configured with the necessary UmbracoDeploy API key. Verify and configure the API key correctly in the SiteExtension settings to resolve the issue.
DeploymentUpdateSiteExtensionGitPullFailedUnable to do a Git pull, if it was required.This error occurs when the SiteExtension fails to perform a Git pull operation as part of the deployment update process. Verify repository settings, permissions, or authentication and retry the operation.
DeploymentUpdateSiteExtensionGitPushFailedThis also hides a build error - it's the Kudu process that kicks in, so it's a combined Git push + Kudu deploy.This error occurs when the Git push and subsequent Kudu deployment process fails during the deployment update. Review Kudu logs for detailed error messages and retry the operation.
DeploymentUpdateSiteExtensionExtractionFailedUmbraco Deploy tried to extract changes but encountered a problem. Please review the CMS log files for detailed information.This error occurs when Umbraco Deploy encounters difficulties while extracting changes during deployment updates. Review CMS log files for detailed error messages and take corrective actions as necessary.
DeploymentUpdateSiteExtensionExtractionTimedOutUmbraco Deploy extraction timed out.This error occurs when the Umbraco Deploy extraction process exceeds the expected time limit during the deployment update. Adjust timeout settings and retry the deployment update.
DeploymentUpdateSiteExtensionTargetUnavailableA SiteExtension went down and was unable start up again.This error occurs when a SiteExtension shut itself down on the target environment and is unable start up again. Restart the target environment and retry the deployment.
### Database Allocation and Movement Errors From 5548148a17234d2418f95e91d98196423ffd389a Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 12 Sep 2024 10:30:52 +0200 Subject: [PATCH 2/4] minor change --- umbraco-cloud/troubleshooting/cloud-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbraco-cloud/troubleshooting/cloud-errors.md b/umbraco-cloud/troubleshooting/cloud-errors.md index b08de7b9304..eb402252b1c 100644 --- a/umbraco-cloud/troubleshooting/cloud-errors.md +++ b/umbraco-cloud/troubleshooting/cloud-errors.md @@ -32,7 +32,7 @@ Each error code is accompanied by a clear description of the issue it represents ### Deployment Update and SiteExtension Errors -
Error nameDescriptionExtended Explanation
DeploymentUpdateUnableToInitializeUpdateInSiteExtensionSome preflight checks failed from the Deployment Update service.This error occurs when preflight checks from the Deployment update service fail, preventing the initialization of the update process. Retry the operation after verifying configurations and permissions.
DeploymentUpdateSourceSiteExtensionNotFoundWe were unable to reach the source SiteExtension - either 404 or BadRequest.This error occurs when the system cannot locate or access the source SiteExtension required for the deployment update process. Verify source SiteExtension settings and retry the deployment update.
DeploymentUpdateTargetSiteExtensionNotFoundWe were unable to reach the target SiteExtension - either 404 or BadRequest.This error occurs when the system cannot locate or access the target SiteExtension required for the deployment update process. Verify target SiteExtension settings and retry the deployment update.
DeploymentUpdateDeploymentTimedOutWe never got a completed or failed answer from the SiteExtension within our timeout.This error occurs when the deployment update process does not receive a response (completed or failed) from the SiteExtension within the expected time frame. Adjust timeout settings and retry the deployment update.
DeploymentUpdateSiteExtensionCantConnectToRemoteRepositorySiteExtension preflight, can't reach the remote repository.This error occurs when the SiteExtension encounters difficulties connecting to the remote repository during preflight checks. Verify network settings, repository permissions, or firewall configurations and retry the operation.
DeploymentUpdateSiteExtensionIsSourceBusySiteExtension preflight, the source is busy.This error occurs when the SiteExtension detects that the source environment or repository is currently busy and unavailable for updates. Retry the operation later when the source environment is less busy.
DeploymentUpdateSiteExtensionIsTargetBusySiteExtension preflight, the target is busy.This error occurs when the SiteExtension detects that the target environment or repository is currently busy and unavailable for updates. Retry the operation later when the target environment is less busy.
DeploymentUpdateSiteExtensionIsConfiguredForUmbracoDeploySiteExtension preflight, UmbracoDeploy API key not found or configured.This error occurs during preflight checks when the SiteExtension is not properly configured with the necessary UmbracoDeploy API key. Verify and configure the API key correctly in the SiteExtension settings to resolve the issue.
DeploymentUpdateSiteExtensionGitPullFailedUnable to do a Git pull, if it was required.This error occurs when the SiteExtension fails to perform a Git pull operation as part of the deployment update process. Verify repository settings, permissions, or authentication and retry the operation.
DeploymentUpdateSiteExtensionGitPushFailedThis also hides a build error - it's the Kudu process that kicks in, so it's a combined Git push + Kudu deploy.This error occurs when the Git push and subsequent Kudu deployment process fails during the deployment update. Review Kudu logs for detailed error messages and retry the operation.
DeploymentUpdateSiteExtensionExtractionFailedUmbraco Deploy tried to extract changes but encountered a problem. Please review the CMS log files for detailed information.This error occurs when Umbraco Deploy encounters difficulties while extracting changes during deployment updates. Review CMS log files for detailed error messages and take corrective actions as necessary.
DeploymentUpdateSiteExtensionExtractionTimedOutUmbraco Deploy extraction timed out.This error occurs when the Umbraco Deploy extraction process exceeds the expected time limit during the deployment update. Adjust timeout settings and retry the deployment update.
DeploymentUpdateSiteExtensionTargetUnavailableA SiteExtension went down and was unable start up again.This error occurs when a SiteExtension shut itself down on the target environment and is unable start up again. Restart the target environment and retry the deployment.
+
Error nameDescriptionExtended Explanation
DeploymentUpdateUnableToInitializeUpdateInSiteExtensionSome preflight checks failed from the Deployment Update service.This error occurs when preflight checks from the Deployment update service fail, preventing the initialization of the update process. Retry the operation after verifying configurations and permissions.
DeploymentUpdateSourceSiteExtensionNotFoundWe were unable to reach the source SiteExtension - either 404 or BadRequest.This error occurs when the system cannot locate or access the source SiteExtension required for the deployment update process. Verify source SiteExtension settings and retry the deployment update.
DeploymentUpdateTargetSiteExtensionNotFoundWe were unable to reach the target SiteExtension - either 404 or BadRequest.This error occurs when the system cannot locate or access the target SiteExtension required for the deployment update process. Verify target SiteExtension settings and retry the deployment update.
DeploymentUpdateDeploymentTimedOutWe never got a completed or failed answer from the SiteExtension within our timeout.This error occurs when the deployment update process does not receive a response (completed or failed) from the SiteExtension within the expected time frame. Adjust timeout settings and retry the deployment update.
DeploymentUpdateSiteExtensionCantConnectToRemoteRepositorySiteExtension preflight, can't reach the remote repository.This error occurs when the SiteExtension encounters difficulties connecting to the remote repository during preflight checks. Verify network settings, repository permissions, or firewall configurations and retry the operation.
DeploymentUpdateSiteExtensionIsSourceBusySiteExtension preflight, the source is busy.This error occurs when the SiteExtension detects that the source environment or repository is currently busy and unavailable for updates. Retry the operation later when the source environment is less busy.
DeploymentUpdateSiteExtensionIsTargetBusySiteExtension preflight, the target is busy.This error occurs when the SiteExtension detects that the target environment or repository is currently busy and unavailable for updates. Retry the operation later when the target environment is less busy.
DeploymentUpdateSiteExtensionIsConfiguredForUmbracoDeploySiteExtension preflight, UmbracoDeploy API key not found or configured.This error occurs during preflight checks when the SiteExtension is not properly configured with the necessary UmbracoDeploy API key. Verify and configure the API key correctly in the SiteExtension settings to resolve the issue.
DeploymentUpdateSiteExtensionGitPullFailedUnable to do a Git pull, if it was required.This error occurs when the SiteExtension fails to perform a Git pull operation as part of the deployment update process. Verify repository settings, permissions, or authentication and retry the operation.
DeploymentUpdateSiteExtensionGitPushFailedThis also hides a build error - it's the Kudu process that kicks in, so it's a combined Git push + Kudu deploy.This error occurs when the Git push and subsequent Kudu deployment process fails during the deployment update. Review Kudu logs for detailed error messages and retry the operation.
DeploymentUpdateSiteExtensionExtractionFailedUmbraco Deploy tried to extract changes but encountered a problem. Please review the CMS log files for detailed information.This error occurs when Umbraco Deploy encounters difficulties while extracting changes during deployment updates. Review CMS log files for detailed error messages and take corrective actions as necessary.
DeploymentUpdateSiteExtensionExtractionTimedOutUmbraco Deploy extraction timed out.This error occurs when the Umbraco Deploy extraction process exceeds the expected time limit during the deployment update. Adjust timeout settings and retry the deployment update.
DeploymentUpdateSiteExtensionTargetUnavailableA SiteExtension went down and was unable start up again.This error occurs when the SiteExtension shut itself down on the target environment and is unable start up again. Restart the target environment and retry the deployment.
### Database Allocation and Movement Errors From c5f76f5334c77d3f744c030782a78cf641a5f11b Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 12 Sep 2024 10:32:44 +0200 Subject: [PATCH 3/4] Minor change --- umbraco-cloud/troubleshooting/cloud-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbraco-cloud/troubleshooting/cloud-errors.md b/umbraco-cloud/troubleshooting/cloud-errors.md index eb402252b1c..4975aa5882a 100644 --- a/umbraco-cloud/troubleshooting/cloud-errors.md +++ b/umbraco-cloud/troubleshooting/cloud-errors.md @@ -32,7 +32,7 @@ Each error code is accompanied by a clear description of the issue it represents ### Deployment Update and SiteExtension Errors -
Error nameDescriptionExtended Explanation
DeploymentUpdateUnableToInitializeUpdateInSiteExtensionSome preflight checks failed from the Deployment Update service.This error occurs when preflight checks from the Deployment update service fail, preventing the initialization of the update process. Retry the operation after verifying configurations and permissions.
DeploymentUpdateSourceSiteExtensionNotFoundWe were unable to reach the source SiteExtension - either 404 or BadRequest.This error occurs when the system cannot locate or access the source SiteExtension required for the deployment update process. Verify source SiteExtension settings and retry the deployment update.
DeploymentUpdateTargetSiteExtensionNotFoundWe were unable to reach the target SiteExtension - either 404 or BadRequest.This error occurs when the system cannot locate or access the target SiteExtension required for the deployment update process. Verify target SiteExtension settings and retry the deployment update.
DeploymentUpdateDeploymentTimedOutWe never got a completed or failed answer from the SiteExtension within our timeout.This error occurs when the deployment update process does not receive a response (completed or failed) from the SiteExtension within the expected time frame. Adjust timeout settings and retry the deployment update.
DeploymentUpdateSiteExtensionCantConnectToRemoteRepositorySiteExtension preflight, can't reach the remote repository.This error occurs when the SiteExtension encounters difficulties connecting to the remote repository during preflight checks. Verify network settings, repository permissions, or firewall configurations and retry the operation.
DeploymentUpdateSiteExtensionIsSourceBusySiteExtension preflight, the source is busy.This error occurs when the SiteExtension detects that the source environment or repository is currently busy and unavailable for updates. Retry the operation later when the source environment is less busy.
DeploymentUpdateSiteExtensionIsTargetBusySiteExtension preflight, the target is busy.This error occurs when the SiteExtension detects that the target environment or repository is currently busy and unavailable for updates. Retry the operation later when the target environment is less busy.
DeploymentUpdateSiteExtensionIsConfiguredForUmbracoDeploySiteExtension preflight, UmbracoDeploy API key not found or configured.This error occurs during preflight checks when the SiteExtension is not properly configured with the necessary UmbracoDeploy API key. Verify and configure the API key correctly in the SiteExtension settings to resolve the issue.
DeploymentUpdateSiteExtensionGitPullFailedUnable to do a Git pull, if it was required.This error occurs when the SiteExtension fails to perform a Git pull operation as part of the deployment update process. Verify repository settings, permissions, or authentication and retry the operation.
DeploymentUpdateSiteExtensionGitPushFailedThis also hides a build error - it's the Kudu process that kicks in, so it's a combined Git push + Kudu deploy.This error occurs when the Git push and subsequent Kudu deployment process fails during the deployment update. Review Kudu logs for detailed error messages and retry the operation.
DeploymentUpdateSiteExtensionExtractionFailedUmbraco Deploy tried to extract changes but encountered a problem. Please review the CMS log files for detailed information.This error occurs when Umbraco Deploy encounters difficulties while extracting changes during deployment updates. Review CMS log files for detailed error messages and take corrective actions as necessary.
DeploymentUpdateSiteExtensionExtractionTimedOutUmbraco Deploy extraction timed out.This error occurs when the Umbraco Deploy extraction process exceeds the expected time limit during the deployment update. Adjust timeout settings and retry the deployment update.
DeploymentUpdateSiteExtensionTargetUnavailableA SiteExtension went down and was unable start up again.This error occurs when the SiteExtension shut itself down on the target environment and is unable start up again. Restart the target environment and retry the deployment.
+
Error nameDescriptionExtended Explanation
DeploymentUpdateUnableToInitializeUpdateInSiteExtensionSome preflight checks failed from the Deployment Update service.This error occurs when preflight checks from the Deployment update service fail, preventing the initialization of the update process. Retry the operation after verifying configurations and permissions.
DeploymentUpdateSourceSiteExtensionNotFoundWe were unable to reach the source SiteExtension - either 404 or BadRequest.This error occurs when the system cannot locate or access the source SiteExtension required for the deployment update process. Verify source SiteExtension settings and retry the deployment update.
DeploymentUpdateTargetSiteExtensionNotFoundWe were unable to reach the target SiteExtension - either 404 or BadRequest.This error occurs when the system cannot locate or access the target SiteExtension required for the deployment update process. Verify target SiteExtension settings and retry the deployment update.
DeploymentUpdateDeploymentTimedOutWe never got a completed or failed answer from the SiteExtension within our timeout.This error occurs when the deployment update process does not receive a response (completed or failed) from the SiteExtension within the expected time frame. Adjust timeout settings and retry the deployment update.
DeploymentUpdateSiteExtensionCantConnectToRemoteRepositorySiteExtension preflight, can't reach the remote repository.This error occurs when the SiteExtension encounters difficulties connecting to the remote repository during preflight checks. Verify network settings, repository permissions, or firewall configurations and retry the operation.
DeploymentUpdateSiteExtensionIsSourceBusySiteExtension preflight, the source is busy.This error occurs when the SiteExtension detects that the source environment or repository is currently busy and unavailable for updates. Retry the operation later when the source environment is less busy.
DeploymentUpdateSiteExtensionIsTargetBusySiteExtension preflight, the target is busy.This error occurs when the SiteExtension detects that the target environment or repository is currently busy and unavailable for updates. Retry the operation later when the target environment is less busy.
DeploymentUpdateSiteExtensionIsConfiguredForUmbracoDeploySiteExtension preflight, UmbracoDeploy API key not found or configured.This error occurs during preflight checks when the SiteExtension is not properly configured with the necessary UmbracoDeploy API key. Verify and configure the API key correctly in the SiteExtension settings to resolve the issue.
DeploymentUpdateSiteExtensionGitPullFailedUnable to do a Git pull, if it was required.This error occurs when the SiteExtension fails to perform a Git pull operation as part of the deployment update process. Verify repository settings, permissions, or authentication and retry the operation.
DeploymentUpdateSiteExtensionGitPushFailedThis also hides a build error - it's the Kudu process that kicks in, so it's a combined Git push + Kudu deploy.This error occurs when the Git push and subsequent Kudu deployment process fails during the deployment update. Review Kudu logs for detailed error messages and retry the operation.
DeploymentUpdateSiteExtensionExtractionFailedUmbraco Deploy tried to extract changes but encountered a problem. Please review the CMS log files for detailed information.This error occurs when Umbraco Deploy encounters difficulties while extracting changes during deployment updates. Review CMS log files for detailed error messages and take corrective actions as necessary.
DeploymentUpdateSiteExtensionExtractionTimedOutUmbraco Deploy extraction timed out.This error occurs when the Umbraco Deploy extraction process exceeds the expected time limit during the deployment update. Adjust timeout settings and retry the deployment update.
DeploymentUpdateSiteExtensionTargetUnavailableThe SiteExtension went down and was unable start up again.This error occurs when the SiteExtension shut itself down on the target environment and is unable start up again. Restart the target environment and retry the deployment.
### Database Allocation and Movement Errors From ec4678bb153b743c2884797aad0e4115845f78a7 Mon Sep 17 00:00:00 2001 From: jonat123 <54025331+jonat123@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:46:10 +0200 Subject: [PATCH 4/4] Update umbraco-cloud/troubleshooting/cloud-errors.md --- umbraco-cloud/troubleshooting/cloud-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbraco-cloud/troubleshooting/cloud-errors.md b/umbraco-cloud/troubleshooting/cloud-errors.md index 4975aa5882a..c23fc3a7b90 100644 --- a/umbraco-cloud/troubleshooting/cloud-errors.md +++ b/umbraco-cloud/troubleshooting/cloud-errors.md @@ -32,7 +32,7 @@ Each error code is accompanied by a clear description of the issue it represents ### Deployment Update and SiteExtension Errors -
Error nameDescriptionExtended Explanation
DeploymentUpdateUnableToInitializeUpdateInSiteExtensionSome preflight checks failed from the Deployment Update service.This error occurs when preflight checks from the Deployment update service fail, preventing the initialization of the update process. Retry the operation after verifying configurations and permissions.
DeploymentUpdateSourceSiteExtensionNotFoundWe were unable to reach the source SiteExtension - either 404 or BadRequest.This error occurs when the system cannot locate or access the source SiteExtension required for the deployment update process. Verify source SiteExtension settings and retry the deployment update.
DeploymentUpdateTargetSiteExtensionNotFoundWe were unable to reach the target SiteExtension - either 404 or BadRequest.This error occurs when the system cannot locate or access the target SiteExtension required for the deployment update process. Verify target SiteExtension settings and retry the deployment update.
DeploymentUpdateDeploymentTimedOutWe never got a completed or failed answer from the SiteExtension within our timeout.This error occurs when the deployment update process does not receive a response (completed or failed) from the SiteExtension within the expected time frame. Adjust timeout settings and retry the deployment update.
DeploymentUpdateSiteExtensionCantConnectToRemoteRepositorySiteExtension preflight, can't reach the remote repository.This error occurs when the SiteExtension encounters difficulties connecting to the remote repository during preflight checks. Verify network settings, repository permissions, or firewall configurations and retry the operation.
DeploymentUpdateSiteExtensionIsSourceBusySiteExtension preflight, the source is busy.This error occurs when the SiteExtension detects that the source environment or repository is currently busy and unavailable for updates. Retry the operation later when the source environment is less busy.
DeploymentUpdateSiteExtensionIsTargetBusySiteExtension preflight, the target is busy.This error occurs when the SiteExtension detects that the target environment or repository is currently busy and unavailable for updates. Retry the operation later when the target environment is less busy.
DeploymentUpdateSiteExtensionIsConfiguredForUmbracoDeploySiteExtension preflight, UmbracoDeploy API key not found or configured.This error occurs during preflight checks when the SiteExtension is not properly configured with the necessary UmbracoDeploy API key. Verify and configure the API key correctly in the SiteExtension settings to resolve the issue.
DeploymentUpdateSiteExtensionGitPullFailedUnable to do a Git pull, if it was required.This error occurs when the SiteExtension fails to perform a Git pull operation as part of the deployment update process. Verify repository settings, permissions, or authentication and retry the operation.
DeploymentUpdateSiteExtensionGitPushFailedThis also hides a build error - it's the Kudu process that kicks in, so it's a combined Git push + Kudu deploy.This error occurs when the Git push and subsequent Kudu deployment process fails during the deployment update. Review Kudu logs for detailed error messages and retry the operation.
DeploymentUpdateSiteExtensionExtractionFailedUmbraco Deploy tried to extract changes but encountered a problem. Please review the CMS log files for detailed information.This error occurs when Umbraco Deploy encounters difficulties while extracting changes during deployment updates. Review CMS log files for detailed error messages and take corrective actions as necessary.
DeploymentUpdateSiteExtensionExtractionTimedOutUmbraco Deploy extraction timed out.This error occurs when the Umbraco Deploy extraction process exceeds the expected time limit during the deployment update. Adjust timeout settings and retry the deployment update.
DeploymentUpdateSiteExtensionTargetUnavailableThe SiteExtension went down and was unable start up again.This error occurs when the SiteExtension shut itself down on the target environment and is unable start up again. Restart the target environment and retry the deployment.
+
Error nameDescriptionExtended Explanation
DeploymentUpdateUnableToInitializeUpdateInSiteExtensionSome preflight checks failed from the Deployment Update service.This error occurs when preflight checks from the Deployment update service fail, preventing the initialization of the update process. Retry the operation after verifying configurations and permissions.
DeploymentUpdateSourceSiteExtensionNotFoundWe were unable to reach the source SiteExtension - either 404 or BadRequest.This error occurs when the system cannot locate or access the source SiteExtension required for the deployment update process. Verify source SiteExtension settings and retry the deployment update.
DeploymentUpdateTargetSiteExtensionNotFoundWe were unable to reach the target SiteExtension - either 404 or BadRequest.This error occurs when the system cannot locate or access the target SiteExtension required for the deployment update process. Verify target SiteExtension settings and retry the deployment update.
DeploymentUpdateDeploymentTimedOutWe never got a completed or failed answer from the SiteExtension within our timeout.This error occurs when the deployment update process does not receive a response (completed or failed) from the SiteExtension within the expected time frame. Adjust timeout settings and retry the deployment update.
DeploymentUpdateSiteExtensionCantConnectToRemoteRepositorySiteExtension preflight, can't reach the remote repository.This error occurs when the SiteExtension encounters difficulties connecting to the remote repository during preflight checks. Verify network settings, repository permissions, or firewall configurations and retry the operation.
DeploymentUpdateSiteExtensionIsSourceBusySiteExtension preflight, the source is busy.This error occurs when the SiteExtension detects that the source environment or repository is currently busy and unavailable for updates. Retry the operation later when the source environment is less busy.
DeploymentUpdateSiteExtensionIsTargetBusySiteExtension preflight, the target is busy.This error occurs when the SiteExtension detects that the target environment or repository is currently busy and unavailable for updates. Retry the operation later when the target environment is less busy.
DeploymentUpdateSiteExtensionIsConfiguredForUmbracoDeploySiteExtension preflight, UmbracoDeploy API key not found or configured.This error occurs during preflight checks when the SiteExtension is not properly configured with the necessary UmbracoDeploy API key. Verify and configure the API key correctly in the SiteExtension settings to resolve the issue.
DeploymentUpdateSiteExtensionGitPullFailedUnable to do a Git pull, if it was required.This error occurs when the SiteExtension fails to perform a Git pull operation as part of the deployment update process. Verify repository settings, permissions, or authentication and retry the operation.
DeploymentUpdateSiteExtensionGitPushFailedThis also hides a build error - it's the Kudu process that kicks in, so it's a combined Git push + Kudu deploy.This error occurs when the Git push and subsequent Kudu deployment process fails during the deployment update. Review Kudu logs for detailed error messages and retry the operation.
DeploymentUpdateSiteExtensionExtractionFailedUmbraco Deploy tried to extract changes but encountered a problem. Please review the CMS log files for detailed information.This error occurs when Umbraco Deploy encounters difficulties while extracting changes during deployment updates. Review CMS log files for detailed error messages and take corrective actions as necessary.
DeploymentUpdateSiteExtensionExtractionTimedOutUmbraco Deploy extraction timed out.This error occurs when the Umbraco Deploy extraction process exceeds the expected time limit during the deployment update. Adjust timeout settings and retry the deployment update.
DeploymentUpdateSiteExtensionTargetUnavailableThe SiteExtension went down and was unable start up again.This error occurs when the SiteExtension shuts itself down on the target environment and is unable start up again. Restart the target environment and retry the deployment.
### Database Allocation and Movement Errors