Hello! Is it possible to reinitialize Fleet with D...
# fleet
a
Hello! Is it possible to reinitialize Fleet with DB without uninstalling? Maybe these is some kind of flush?
n
Hi @Artem what does you current deployment set up look like for Fleet? Are you using Docker, Amazon EC2, or something else?
a
@Noah Talerman hi! We use on-premise installation on CentOS VM from binary without Docker.
n
You can always run the
drop database fleet; create database fleet
using the mysql command line tool Please note that this will clear and reset all of the data you currently have in Fleet.
a
@Noah Talerman got it! Thanks a lot! We are still trying to figure out the problem described in the thread https://osquery.slack.com/archives/C08V7KTJB/p1612293961069500?thread_ts=1611648934.020700&cid=C08V7KTJB
But we noticed an interesting point. When the user reconnected to the test Fleet, the watchdog disable status recognition began to occur correctly. Moreover, it started to happen correctly after the user returned to the main Fleet. That is, it seems that some kind of data refresh was required. At the same time, I can say that other settings, for example, the amount of RAM allocated for the watchdog (watchdog_memory_limit), were recognized correctly even when they were changed. Therefore, we want to re-initialize the Fleet database and see if this helps in solving our problem.
n
Hi Artem, do you mind pinning or reposting your latest comment in this thread to the main thread in the #fleet channel? That way others that may have noticed similar behavior can provide suggestions.
a
Sure! Thanks!