-
Notifications
You must be signed in to change notification settings - Fork 78
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
How does the Database work? #86
Comments
Official Statement from the SHKeeper Development Team We would like to clarify that the SHKeeper development team consists solely of the following: It is managed through our official GitHub account https://github.com/vsys-host We NEVER:
If you encounter any comments, issues, or users claiming to represent SHKeeper and sharing external links or providing questionable support, please report them immediately. These individuals are not affiliated with the SHKeeper team. For accurate information and official support, please refer only to: Our GitHub account: https://github.com/vsys-host/shkeeper.io Thank you for your understanding and vigilance. SHKeeper Development Team |
Hello, mariadb is used for crypto pods (if such cryptocurrencies are enabled by config):
shkeeper pod uses sqlite file |
Hi @yukonet ! Thanks for the info! Is there a way for shkeeper pod to use another DB (like the mariadb, postgres, mysql, etc)? If such is the case, do you perhaps have any guide on that? I can see that there is a config.py that we could potentially pass parameters to |
Unfortunately, we haven't tested it on other DBs, so if you simply replace the database in the configuration, there is a chance that it may not work. |
I am trying to understand how this system works.
Does it have it's own embedded database? Because I am seeing sqllite in the code and i also see the shkeeper.sqllite
What is the mariadb that is in the helm chart? I tried removing that DB and it still seems to be working.
It seems to have it's own init script:
The text was updated successfully, but these errors were encountered: