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

Downgrade to 2.9.9 #1640

Closed
joeyboli opened this issue Dec 8, 2021 · 3 comments
Closed

Downgrade to 2.9.9 #1640

joeyboli opened this issue Dec 8, 2021 · 3 comments
Labels

Comments

@joeyboli
Copy link

joeyboli commented Dec 8, 2021

Please how do i downgrade to v 2.9.9 and if possible any recommended docker-compose.yml file with the config with the 2.9.9 tag i have tried and all i get is bad gateway! Thanks.

@chaptergy chaptergy changed the title QUESTION !! Downgrade to 2.9.9 Dec 8, 2021
@chaptergy
Copy link
Collaborator

First of all, please use a sensible title, not just "QUESTION !!". It is not helpful, and for me personally it really rubs me the wrong way, since it seems you didn't want to take the time to think of a good title, but expect others to use their free time to help you.

About your question: Since there were no database changes between 2.9.12 and 2.9.9, you can just set the image tag in your docker-compose yml file to :2.9.9.

- image: 'jc21/nginx-proxy-manager:latest'
+ image: 'jc21/nginx-proxy-manager:2.9.9' 

@chaptergy
Copy link
Collaborator

Since you said this results in a bad gateway, you need to provide more information like logs (see #1271). Have you also just tried waiting for a few minutes to make sure the database is up and running?

@chaptergy chaptergy reopened this Dec 8, 2021
@joeyboli
Copy link
Author

joeyboli commented Dec 8, 2021

First of all, please use a sensible title, not just "QUESTION !!". It is not helpful, and for me personally it really rubs me the wrong way, since it seems you didn't want to take the time to think of a good title, but expect others to use their free time to help you.

About your question: Since there were no database changes between 2.9.12 and 2.9.9, you can just set the image tag in your docker-compose yml file to :2.9.9.

- image: 'jc21/nginx-proxy-manager:latest'

+ image: 'jc21/nginx-proxy-manager:2.9.9' 

Thank you! Sorry if I triggered any alert. Will verify if it works

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