Hi,
Everything is in the title...
I don't understand, I did many dummy entries (nodes, input, feeds) for testing purpose.
I was unable to delete it. (When I delete an input, it appeared again few seconds after)
Browser cache cleared -> Same
Then I tried to delete everything, and restart with a fresh install.
I deleted the /var/www/emoncms and the emoncms database, and did the Git install again, and database creation (changed settings for sql connection).
After creating a new user, and login, what a surprise !! All the feeds and Inputs and nodes are still there !!!!!
Browser cache cleared -> Same
It's crazy ! !!
I think there s a cache files on the server ? maybe an apache module ? or something else ?
I did the Git install (for apache2 too) so nothing special for that server.
Any idea ?
Re: Emoncs + Database deleted and reinstall, cache cleared, but still old nodes,input and feed entries !!
bugmax, they are probably in redis. Try this:
$ redis-cli
and then:
flushall
Re: Emoncs + Database deleted and reinstall, cache cleared, but still old nodes,input and feed entries !!
Hi,
Thanks a lot, now it's cleared !
I wasn't aware of that redis cache system.
Great.