vagrant-moodlebox icon indicating copy to clipboard operation
vagrant-moodlebox copied to clipboard

Mysql Package key expired

Open juanantoniofm opened this issue 5 years ago • 0 comments

It looks like the key for the mysql packages has expired. While provisioning the machine for the 1st time, the mysql installation fails, because it can't verify the packages. It could be avoided with a --force-yes, or maybe there is a better approach. For now, to work around it, I manually vagrant ssh and sudo apt-install -y --force-yes mysql-server, then vagrant provision again.

juanantoniofm avatar Aug 12 '19 09:08 juanantoniofm