bdun
01/30/2023, 8:41 PMfleet serve
I get hit with the following error
mysql="could not connect to db: Error 1045: Access denied for user 'kolide@localhost' (using password: YES)
How could I go about trouble shooting the kolide user?Kathy Satterlee
01/30/2023, 8:49 PMbdun
01/30/2023, 8:52 PMfleet prepare db
command just now. Next I ran fleet serve
and got hit with thisKathy Satterlee
01/30/2023, 8:59 PMfleet serve --auth_jwt_key=<that random value in the error>
fleet serve
, your configuration values would be pulled in from environmental variables.bdun
01/30/2023, 9:03 PMKathy Satterlee
01/30/2023, 9:05 PMbdun
01/30/2023, 9:05 PMKathy Satterlee
01/30/2023, 9:13 PMfleet serve \
--mysql_address=127.0.0.1:3306 \
--mysql_database=kolide \
--mysql_username=root \
--mysql_password=toor \
--redis_address=127.0.0.1:6379 \
--server_cert=/tmp/server.cert \
--server_key=/tmp/server.key \
--logging_json
--auth_jwt_key=<that random value in the error>
That being said. this version of Fleet is no longer supported and I'd really recommend upgrading to the latest version (or at least the current major version).
https://fleetdm.com/docs/deploying/upgrading-fleetzwass
01/30/2023, 9:24 PMfleet
command was run previously? Ideally you would figure out the configs and then update to a newer supported version of Fleet.bdun
01/30/2023, 9:39 PMzwass
01/30/2023, 9:43 PMbdun
01/30/2023, 9:43 PM