When running `fleet prepare db` with the server of...
# fleet
v
When running
fleet prepare db
with the server offline, nothing happens: It has been like that for over 5 minutes
l
Hi @Vinny! Try with
fleet prepare db --logging_debug
k
Based on the location there, it looks like you've downloaded
fleetctl
. Do you also have Fleet present and in your path?
v
Yes, I have fleet in my path as well
I tried the logging_debug but still stuck
k
What happens if you run
fleet --version
?
v
interesting, it does not recognize,
--version
image.png
when I run
fleet --version
it shows the help output
l
Do
fleet version
k
Sorry! Thanks, @Lucas Rodriguez!
v
ahh this works, which is the version I need to replace by the latest:
fleet version 4.44.1
Just updating here in case others ended up with the same problem, which was very unique. But I coworker set this up in CentOS with custom values. So I had to run the prepare command with the flags as similar as the documentation shows in the installation section. All working now!