mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #387] Migrations fail on initial start up #329
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#329
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 @chriskacerguis on GitHub (Apr 25, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/387
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
Starting the container for the first time, I am getting the following errors in my logs:
[the log repeats that over and over]
v2.2.3
To Reproduce
Steps to reproduce the behavior:
config.jsonfileAt that point I am unable to login, and when looking at the logs, I get the above error. (on a related note, I got 2 unable to find module
body-parserandpg. Idocker exec'd into the container and manually installed them withnpm i pgandnpm i body-parserInteresting to note, the logs indicate that several tables were created, however when I log into the DB server, there are only two created
migrationsandmigrations_lockExpected behavior
I expected the container to start correctly, doing whatever it needs to do on first run. Then logging into and doing all the things.
Screenshots
n/a
Operating System
Ubuntu 18.04
Additional context
Docker version 19.03.8
@chriskacerguis commented on GitHub (Apr 25, 2020):
So I tried to use MySQL and it had no issues. I didn't see in the docs that Postgres would not work (but, I might have missed it), so feel free to close this if you don't want to support Postgres
[update]: ok, I found where you said you don't support it.