Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to upgrade caprover from 1.6 to 1.7 #767

Closed
tim-hub opened this issue Jul 20, 2020 · 4 comments
Closed

How to upgrade caprover from 1.6 to 1.7 #767

tim-hub opened this issue Jul 20, 2020 · 4 comments
Labels

Comments

@tim-hub
Copy link

tim-hub commented Jul 20, 2020

I tried searched on issues and google.

https://github.com/caprover/caprover/releases/tag/v1.7.1
image

it seems like there is no clear document about upgrade from 1.6 to 1.7?

can anyone create a guide for this?

@githubsaturn
Copy link
Collaborator

Are you by any change have blocked outgoing requests from your server?

CapRover checks the update status automatically and it displays an update message, when the update is available.

You can manually update by running

docker service update captain-captain --image caprover/caprover:1.7.1

But unless you've blocked outgoing request, you should be able to update from the UI too. That's why there is no issues, or documentation on this, because it's all in the UI.

image

@tim-hub
Copy link
Author

tim-hub commented Jul 20, 2020

Thanks, will check the firewall, but I assume it is not blocked

@tim-hub
Copy link
Author

tim-hub commented Aug 27, 2020

I found the problem.

It is not from firewall,

It is like when they get request from api.v2.caprover.com, it returns 404.

sudo docker service logs captain-captain

 Error: getaddrinfo EAI_AGAIN api.v2.caprover.com

@githubsaturn do you have any ideas on this?

@githubsaturn
Copy link
Collaborator

I replied to your other comment. It's not 404
#812

The error you're getting is EAI_AGAIN which is DNS lookup failure which is a network connectivity issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants