Skip to content

Commit 7fe81c7

Browse files
Add lost connection fail message
1 parent 1b8bfab commit 7fe81c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/paas/migration.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ func httpGet(endpoint string) (*ProgressResponse, error) {
439439
httpReq.Header.Add("User-Agent", rest.DefaultKubernetesUserAgent())
440440
httpResp, err := http.DefaultClient.Do(httpReq)
441441
if err != nil {
442+
failureOutput("Migration is running in the background. You can continue monitoring the process using 'arvan paas migrate'.")
442443
return nil, err
443444
}
444445

0 commit comments

Comments
 (0)