mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Workaround for custom backup/restore hook issue
This commit is contained in:
parent
6b72fc5fc5
commit
bc19bef59e
1 changed files with 5 additions and 0 deletions
5
data/hooks/restore/11-conf_ynh_mysql
Normal file
5
data/hooks/restore/11-conf_ynh_mysql
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# We don't backup/restore mysql password anymore
|
||||||
|
# c.f. https://github.com/YunoHost/yunohost/pull/912
|
||||||
|
|
||||||
|
# This is a dummy empty file as a workaround for
|
||||||
|
# https://github.com/YunoHost/issues/issues/1553 until it is fixed
|
Loading…
Add table
Reference in a new issue