-
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
Users deleted when server is restarted #179
Comments
if you used the example docker-compose.yml with the volume |
Same thing happens for database:
dsn: "app/data/wg-portal.db" |
- update docker build - move default database to /app/data (#179) - move config file location to /app/config
By default, the database is stored in a folder called data which located next to the wg-portal binary. |
Hello,
I have encountered an issue with v1.0.17. When the server was patched and restarted, the Docker container started automatically but the users and VPN configuration were wiped.
I have checked in the database file (/data/wg-portal.db) but this is empty, as I believe that the database may not be working correctly in this version.
Where are the users stored in v1.0.17? I would then make sure the directory is mounted to the Docker container.
Thanks
The text was updated successfully, but these errors were encountered: