Remove obsolete mysql client install
This fails nowadays,and the client is already installed via the mysql package in the first place.
This commit is contained in:
parent
b7e2a72369
commit
8dd146e95c
@ -62,12 +62,6 @@ cron "default backup model" do
|
|||||||
end
|
end
|
||||||
|
|
||||||
include_recipe 'logrotate'
|
include_recipe 'logrotate'
|
||||||
# Install MySQL client (includes mysqldump)
|
|
||||||
mysql_client 'default' do
|
|
||||||
action :create
|
|
||||||
version '5.7' if node[:platform_version].to_f == 18.04
|
|
||||||
not_if { node["backup"]["mysql"]["databases"].empty? }
|
|
||||||
end
|
|
||||||
|
|
||||||
# Write the credentials file to allow dumps without password for the root
|
# Write the credentials file to allow dumps without password for the root
|
||||||
# user (https://dev.mysql.com/doc/refman/5.7/en/option-files.html)
|
# user (https://dev.mysql.com/doc/refman/5.7/en/option-files.html)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user