Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provisioning Server error on step Install MySQL #19

Open
3x1io opened this issue Jan 9, 2024 · 0 comments
Open

provisioning Server error on step Install MySQL #19

3x1io opened this issue Jan 9, 2024 · 0 comments

Comments

@3x1io
Copy link

3x1io commented Jan 9, 2024

Error on provisioning Server

(Reading database ... 209529 files and directories currently installed.)
Preparing to unpack mysql-apt-config_0.8.24-1_all.deb ...
Unpacking mysql-apt-config (0.8.24-1) over (0.8.24-1) ...
Setting up mysql-apt-config (0.8.24-1) ...
Warning: apt-key should not be used in scripts (called from postinst maintainerscript of the package mysql-apt-config)
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK

this step in this command

sudo dpkg --install mysql-apt-config_0.8.24-1_all.deb

my fix is to replace it with new mysql-apt-config version 0.8.29

change these lines on resources/views/tasks/provision/software/install-mysql80.blade.php

wget -c https://dev.mysql.com/get/mysql-apt-config_0.8.29-1_all.deb
dpkg --install mysql-apt-config_0.8.29-1_all.deb

rm mysql-apt-config_0.8.29-1_all.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant