-
Notifications
You must be signed in to change notification settings - Fork 12
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
Migration from venus-docker-grafana to venus-grafana #16
Comments
@jjx- Great idea, I should document that in the future. For the moment: The underlying database, structure, and config file format have not changed. Also with Influx DB we are stuck at version 1.8 which is the last one running officially on 32bit The only changes that happened are actually internal, fixing bugs, making javascript code compile after many component updates, etc. If you take your
all should be well. But of course YMMV, please post your |
Thank you for your quick response! I tried it on a test VM and got some errors because the version numbers need to be 1.0.0 instead of 1.0. Other than that it worked flawlessly. I do attach my docker-compose file for reference in case anybody needs it. Thanks again for your help! |
@jjx- Good catch with the version numbers, I need to add some |
@mman Wondering if there has been any progress the migration path? |
Nope, haven't gotten around to it yet, but here is the essence of it. The docker images were renamed. UPNP image was merged with the loader image. And hardcoded pointers were turned into environment variables so that they can be easily overridden. Let me please know which of these need better explanation and I will merge it into the main README. --- docker-compose-old.yaml
+++ docker-compose-new.yaml 1. Replace docker image name
|
It would be great to give users a migration path from venus-docker-grafana to venus-grafana which includes keeping the data in the influx db and the grafana dasboards.
I am using venus-docker-grafana for about a year and would like to migrate to venus-grafana to be able to benefit from the latest updates. I do want to keep my data of the last year and the grafana dasboards I built.
Is there a way to upgrade/migrate and if so which are the steps I need?
If there is no easy way of migration then a guide on how to export the data on the old one and import it on the new one would be appreciated.
The text was updated successfully, but these errors were encountered: