-
Notifications
You must be signed in to change notification settings - Fork 129
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
Can't start wg-portal #159
Comments
today I did the same thing on debian 11 and everything worked as it should, I have no idea how to explain it at all, but for some reason on ubuntu it inside the container gave an error to the database. |
i get the same problem on ubuntu 20.04. after 04.17.2023 |
it turned out to run on version v1.0.17 with ubuntu 20.04 latest version will throw an error: |
same error on Ubuntu 22.04 |
delete database file and start again if its a new installation |
I found it to not be that issue at all with "file not found" is because the config.yml file is not manually created and in the same directory as the ./cmd/wg-portal/main.go file. Once I did that, (which wasn't in any instructions or documentation, then the go app wgportal ran "ran/worked" Still can't get AD to authenticate so I disabled ldap and just ran the app alone to see how it works. |
use docker-compose up -d
I have already started with a clean server several times and I get the same error:
obviously the problem is in the database, but I can't understand why it turns out and how to fix it.
I have a clean ubuntu 20.04.06 installed and configured wireguard from ubuntu repo + dependencies: golang (20), docker-compose, docker
The text was updated successfully, but these errors were encountered: