Coder Social home page Coder Social logo

Comments (12)

michelem09 avatar michelem09 commented on May 30, 2024

What's wrong?

from minera.

prolic avatar prolic commented on May 30, 2024

Hitting the "update now" button does nothing at all.

from minera.

prolic avatar prolic commented on May 30, 2024

updating from console... still 0.1.9

from minera.

michelem09 avatar michelem09 commented on May 30, 2024

Please run:

redis-cli del minera_update
redis-cli del minera_version

from minera.

prolic avatar prolic commented on May 30, 2024

works after 5th try.... don't know what's wrong.

from minera.

michelem09 avatar michelem09 commented on May 30, 2024

Found a little bug, there isn't any url on the "Update now" button... You should instead click the version number (when it's red).
Fixed in next version.

from minera.

prolic avatar prolic commented on May 30, 2024

I need to run

redis-cli del minera_update
redis-cli del minera_version

every time after update, otherwise it shows always old version.

from minera.

michelem09 avatar michelem09 commented on May 30, 2024

You need to run those because you didn't run the web update (you did a manual git pull).
I could add a git hook for that.

from minera.

prolic avatar prolic commented on May 30, 2024

So what's the update path then (from console):

./upgrade-minera.sh

or

git fetch
git merge origin/master --ff
./upgrade-minera.sh

?

from minera.

michelem09 avatar michelem09 commented on May 30, 2024

if you wanna update manually from console:

sudo git pull
sudo ./upgrade_minera.sh

This won't refresh redis data, so you should run also redis-cli del commands (but it's not important it will be refreshed in 1 hour)

sudo is important (without it you miss the system changes)

from minera.

prolic avatar prolic commented on May 30, 2024

Perhabs like this?
#22

from minera.

michelem09 avatar michelem09 commented on May 30, 2024

Yes, good, it could be useful for who do the sudo git pull manually.
Added, thanks

from minera.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.