From 7cd6bc84ac242c38b719077a7ad5fcf23497421c Mon Sep 17 00:00:00 2001 From: nemsia Date: Sat, 8 Jul 2017 21:28:38 +0200 Subject: [PATCH] Fix backup fail on yunohost 2.6 + update mastodon version to 1.4.7 --- manifest.json | 2 +- scripts/backup | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b096d4f..ccf281d 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ "en": "Mastodon is a free, open-source social network.", "fr": "Mastodon est un réseau social gratuit et open source." }, - "version": "1.4.1", + "version": "1.4.7", "url": "https://github.com/tootsuite/mastodon", "license": "AGPL v3.0", "maintainer": { diff --git a/scripts/backup b/scripts/backup index cc94aa4..d3bf424 100644 --- a/scripts/backup +++ b/scripts/backup @@ -37,4 +37,5 @@ sudo su - postgres < mastodon_db.sql COMMANDS ynh_backup "/var/lib/postgresql/${app}_db.sql" "${app}_db.sql" -ynh_secure_remove /var/lib/postgresql/mastodon_db.sql +# Fix backup fail on yunohost 2.6 +#ynh_secure_remove /var/lib/postgresql/mastodon_db.sql