1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00
This commit is contained in:
Éric Gaspar 2024-06-25 14:42:58 +02:00
parent abdc52f107
commit 4e13df8196

View file

@ -32,9 +32,6 @@ ynh_remove_logrotate
# Remove the dedicated NGINX config # Remove the dedicated NGINX config
ynh_remove_nginx_config ynh_remove_nginx_config
# Remove the log file
ynh_secure_remove --file="/var/log/$app"
# If the user attempted to upgrade from an older MariaDB-based version, but the upgrade failed, # If the user attempted to upgrade from an older MariaDB-based version, but the upgrade failed,
# the 'remove' action will automatically remove the PostgreSQL database but doesn't know # the 'remove' action will automatically remove the PostgreSQL database but doesn't know
# that a MariaDB database is still lying around. # that a MariaDB database is still lying around.