Skip to content
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

Test_Subscriber_NetCore creates a sqlite database in your cwd when running the program #140

Open
kvold opened this issue Sep 30, 2020 · 0 comments

Comments

@kvold
Copy link
Contributor

kvold commented Sep 30, 2020

The Test_Subscriber_NetCore linux client creates a sqlite database in whatever your current working directory is when running the program.
So if you run the subscriber with this command:
"/data/subscriber/Subscriber_NetCore list"
It will create and read from a sqlite database in the folder you're in when running the command. Which means you might run it while being in the /data directory and it'll create /data/geosyncDB.sqlite, or if you're in /data/subscriber it'll create and use /data/subscriber/geosyncDB.sqlite etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant