-
Notifications
You must be signed in to change notification settings - Fork 10
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
multi.meshviewer.org isn't up to date #33
Comments
@rotanid The reboot performed this night was not sufficient. |
@rotanid need also to pull this repository for update (and the reload the meshviewer-collector, restart or reboot) |
I think he has done that like three? days ago? |
Yes, he pasted the following script: #!/bin/sh
export GOPATH=/opt/go;
export PATH="$PATH:/usr/local/go/bin:$GOPATH/bin"
echo "update collector and build";
systemctl stop meshviewer-collector
go get -v -u github.com/genofire/meshviewer-collector;
echo "start meshviewer-collector";
systemctl start meshviewer-collector This certainly could be automated. However, it would be good if this wouldn't result in regular restarts. So some form of check for available updates and a comparison with the currently running version would be required. |
Oh good, one of my old scripts xD That is for upgrading the daemon, not for updating the config file ... But yes maybe we could write something, which autodetect changes on git remote |
not sure why it was no problem for around 1.7 years and all of a sudden we need regular updates? what happened? |
Well, my understanding is that it did run for quite some time, but it is currently required to manually "pull" all changes onto the VM. Bit I certainly could be wrong with this. So the idea was to automate this process so that it can continue running without much intervention. But that is just me trying to lower the burden for you, @rotanid 😉 It's also fine with me to just close this issue and keep everything as it is. It just would be great if changes, probably mainly within the config, would be deployed at some point in time. |
hm, if you say something went "different" during those 1.7 years since we took over this machine, i wonder why, because we did nothing (until a few days ago) besides regular apt updates and reboots... |
i believe was not detected the last 1.7 years, because the URL changes in the Maybe the upgrade script of the binary meshviewer-collector has the new |
Is this still up to date? The map service is currently broken? Or is this project deprecated? |
First, the census-exporter was develop without any take / hint to this project: if this project is down, i do not know i am willing to merge and maintain the code. But i do not have any access to multi.meshviewer.org anymore (but @rotanid ) ... |
Hi,
according to https://data.meshviewer.org/collector/ new commits haven't been pulled in quite some time for multi.meshviewer.org
(at least April). It would be great if this could happen.
Thanks a lot!
cc @AiyionPrime
The text was updated successfully, but these errors were encountered: