summarylogtreecommitdiffstats
path: root/pleroma.install
diff options
context:
space:
mode:
authorgudzpoz2022-11-03 17:45:58 +0800
committergudzpoz2022-11-03 17:45:58 +0800
commit06b1883e2637fa80233422d30847dd71fc8df624 (patch)
tree1b5e785d26eaaa35104ee32f184e3401ed2ac684 /pleroma.install
parent1896afc5a426a1165795dc932c7121720fd9f888 (diff)
downloadaur-06b1883e2637fa80233422d30847dd71fc8df624.tar.gz
Pleroma security release: 2.4.4
Diffstat (limited to 'pleroma.install')
-rw-r--r--pleroma.install4
1 files changed, 3 insertions, 1 deletions
diff --git a/pleroma.install b/pleroma.install
index 5375050a5b9b..786ff6a573b4 100644
--- a/pleroma.install
+++ b/pleroma.install
@@ -57,11 +57,13 @@ post_upgrade() {
;&
"2.4.3-1")
;&
+ "2.4.4-1")
+ ;&
esac
if [ "$migration_needed" = "true" ]; then
printf "\nYou will need to migrate your database as the above upgrade notes state.\n"
- printf "Ensure your postgresql database, whether local or remote, is up, and run the following command:\n"
+ printf "Ensure your postgresql database, whether local or remote, is up, and run the following command:\n"
printf ">>> cd \"$home_dir\"\n"
printf ">>> sudo -Hu \"$username\" ./bin/pleroma_ctl migrate\n"
fi