Closed oregonpillow closed 1 year ago
It failed to connect to your remote Postgres server, so it couldn't set the user up. The connection worked once, but then failed. That doesn't seem like an issue with the script, but your system/network.
It's also very easy to create the user manually or change the password.
Ok i managed to fix it. For some reason the script wasn't creating the user i specify in the install script prompt. Manually specifying PAPERLESS_ADMIN_USER
and PAPERLESS_ADMIN_PASSWORD
in the docker-compose.env
seemed to fix the issue.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns.
Description
The install script does not work. I'm getting database errors. If i use
docker-compose up -d
after it fails, i get to login page but it incorrectly tells me my username/password do not match. I assure you, it's correct since for testing i'm using admin:admin.If i completely nuke the containers and rebuild from scratch same exact error.
Thanks in advance for any advice!
Steps to reproduce
Webserver logs