koba
03/30/2021, 12:16 PMmysqldump
to dump the data from old DB to new one but when i try to access new fleet instance I get a 500 error for what looks like for all the api endpoints.zwass
03/30/2021, 3:06 PMkoba
03/31/2021, 6:21 AM{
"message": "Unknown Error",
"errors": [
{
"name": "base",
"reason": "list hosts: missing destination name primary_ip in *[]*kolide.Host"
}
]
}
fleetctl - version 3.0.0
branch: master
revision: 0058d459022df132df36556c40c342958639501c
build date: 2020-07-23T17:05:21Z
build user: zwass
go version: go1.14.4
Live query disabled due to error: reading from redis: dial tcp: lookup fleet-cache-redis on 10.100.0.10:53: no such host
{
"message": "Unknown Error",
"errors": [
{
"name": "base",
"reason": "client auth error: 535 5.7.8 Username and Password not accepted. Learn more at\n5.7.8 <https://support.google.com/mail/?p=BadCredentials> s1sm1243779pjo.36 - gsmtp"
}
]
}
zwass
03/31/2021, 4:12 PMdial tcp: lookup fleet-cache-redis on 10.100.0.10:53: no such hostYou'll have to check your config and make sure Fleet can actually connect to Redis on that host and port.
koba
03/31/2021, 5:22 PM