When I’m trying to install the percona-agent it’s exiting due a 404 error:
[root@blog percona-agent-1.0.1-x86_64]# ./install
Detected Linux x86_64
CTRL-C at any time to quit
API host: v2-cloud-api.percona.com
API key: XXX__REMOVED__XXX
Verifying API key XXX__REMOVED__XXX...
API key XXX__REMOVED__XXX is OK
Created server instance: hostname=XXX__REMOVED__XXX id=1
Create MySQL user for agent? ('N' to use existing user) (Y):
Specify a root/super MySQL user to create a user for the agent
MySQL username: XXX__REMOVED__XXX
MySQL password:
MySQL host[:port] or socket file (localhost): XXX__REMOVED__XXX
Testing MySQL connection XXX__REMOVED__XXX:...@unix(XXX__REMOVED__XXX)...
MySQL connection OK
Creating new MySQL user for agent...
Agent MySQL user: percona-agent:XXX__REMOVED__XXX@unix(XXX__REMOVED__XXX)/?parseTime=true
Failed to get new MySQL instance (status code 404)
Install failed
ERROR: Failed to install percona-agent
[root@blog percona-agent-1.0.1-x86_64]#
Do you know what is causing this issue?