[GH-ISSUE #1640] Downgrade to 2.9.9 #1230

Closed
opened 2026-02-26 06:36:19 +03:00 by kerem · 3 comments
Owner

Originally created by @joeyboli on GitHub (Dec 8, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1640

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.

Originally created by @joeyboli on GitHub (Dec 8, 2021). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1640 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.
kerem 2026-02-26 06:36:19 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@chaptergy commented on GitHub (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' 
<!-- gh-comment-id:988992924 --> @chaptergy commented on GitHub (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`. ```diff - image: 'jc21/nginx-proxy-manager:latest' + image: 'jc21/nginx-proxy-manager:2.9.9' ```
Author
Owner

@chaptergy commented on GitHub (Dec 8, 2021):

Since you said this results in a bad gateway, you need to provide more information like logs (see https://github.com/jc21/nginx-proxy-manager/issues/1271). Have you also just tried waiting for a few minutes to make sure the database is up and running?

<!-- gh-comment-id:988995116 --> @chaptergy commented on GitHub (Dec 8, 2021): Since you said this results in a bad gateway, you need to provide more information like logs (see https://github.com/jc21/nginx-proxy-manager/issues/1271). Have you also just tried waiting for a few minutes to make sure the database is up and running?
Author
Owner

@joeyboli commented on GitHub (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

<!-- gh-comment-id:989048125 --> @joeyboli commented on GitHub (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`. > > > > ```diff > > - 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 in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#1230
No description provided.