-
Notifications
You must be signed in to change notification settings - Fork 53
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
Project dissapears after approx 2 days. #409
Comments
After connecting to mongo database, i have seen that there are three collections: the last one caught my attention and inside that collection there's an entry called README and its content is:
This is the first time i see something like this - not possible to get to that server (i have just checked all my access logs) and this is also in docker, so a question, is that done by somebody by connecting to that mongo database ? |
My quick fix was to block mongodb from outside access, but of course Mongo needs to be run with authentication, while your documentation suggests it's not neccesary. Can you confirm that the config files env.yml /server.yml are so structred, one can add authentication easily to those users that should be access to mongodb ? |
Observed behavior
After approx. 2 days, when user logs in to data tools, previously created Project (with gtfs uploaded and valid) get missing.
Expected behavior
After creating a new project, uploading gtfs, this project and data should remain intact.
Steps to reproduce the problem
Deploy Data tools, for example using this docker:
https://github.com/javandres/gtfs_editor_ibi_datatools_docker
Version of datatools-server and datatools-ui if applicable (exact commit hash or branch name)
UI Version: | 10c562
Server version: | 6eb794
The text was updated successfully, but these errors were encountered: