We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84569da commit 511aafeCopy full SHA for 511aafe
install/upgrade/versions/latest.sh
@@ -185,4 +185,11 @@ if [ -z "$IMAP_SYSTEM" ]; then
185
if [ -e /etc/dovecot/conf.d/90-quota.conf ]; then
186
cp -f $HESTIA/install/deb/dovecot/conf.d/90-quota.conf /etc/dovecot/conf.d/90-quota.conf
187
fi
188
+fi
189
+
190
+# Trigger multiphp legacy migration script
191
+num_php_versions=$(ls -d /etc/php/*/fpm/pool.d 2>/dev/null |wc -l)
192
+if [ "$num_php_versions" -gt 1 ] && [ -z "$WEB_BACKEND" ]; then
193
+ echo "(*) Migrate to new multiphp backend system..."
194
+ $HESTIA/install/upgrade/manual/migrate-190718-multiphp.sh > /dev/null 2>&1
195
0 commit comments