mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #2838] Got an error reading communication packets #1950
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#1950
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @radaniba on GitHub (Apr 18, 2023).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2838
Hi everyone
I am using npm deployed through a portainer stack. Everything worked fine until I had to upgrade my server for more resources.
On stack restarts, i lost connection to npm and it didn't want to start over. I rebuilt the stack hoping to still have access to my data.
The stack went up, docker images started fine, but when I login to my admin I have the "bad gateway" error message in the login screen
I checked the logs for the db and I have these messages
my docker compose is classic
I am thinking maybe because of the restart, something went wrong with the db .
On the app side log I have some permission denied errors
Any idea on how to save my admin session without losing data ?
Thanks
@radaniba commented on GitHub (Apr 18, 2023):
I investigated a bit further and managed to make it work by separating the folders for app and database in the volumes, so to realize that it is a new fresh mysql container that I have and it is not pointing to my old data.
I tried naively to copy the mysql folder on my host to the new mount point but I got this error
I think the host changed from 172.25.0.3 to 172.25.0.2 and somehow it is still stored in the database tables (which ones I am not sure) so I have issues in the connections.
Do you guys have any ideas how I can safely restore my data stored in
/data/compose/1/npm-data/mysql/?@radaniba commented on GitHub (Apr 18, 2023):
Ok some updates on this in case you need similar solutions.
I was able to restore my data and proxies by following recommendation on other issues, and by changing permission level on the db image to
mysqlThis gave me access to all my proxies.
The problem that remains now is that I am not able to create new proxies anymore, especially when I ask for SSL certicates, I got
internal problemissue that I am investigating now, any help would be welcome@github-actions[bot] commented on GitHub (Jan 22, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@github-actions[bot] commented on GitHub (Mar 8, 2025):
Issue was closed due to inactivity.