You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
if you used the example docker-compose.yml with the volume - ./data:/app/data, your database should be at ./data/wg_portal.db and at /app/data/wg_portal.db inside the container. it could be your dash instead of the underscore if you mounted the file not the directory
Same thing happens for v2, but in that case default sqlite database is not saved into /app/data folder anymore. Could not figure out whats the new path so instead set config to:
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: