Skip to content

Commit 2e7773c

Browse files
committed
Use correct php version and rebuild users
1 parent c9b03e9 commit 2e7773c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

install/upgrade/upgrade.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
# Update default templates when performing an upgrade
2222
# These flags should be set to true if any changes are made to the template files
2323
# to ensure that they are properly updated on the end-user's system.
24-
UPGRADE_UPDATE_WEB_TEMPLATES='false'
25-
UPGRADE_UPDATE_MAIL_TEMPLATES='false'
26-
UPGRADE_UPDATE_DNS_TEMPLATES='false'
24+
UPGRADE_UPDATE_WEB_TEMPLATES='true'
25+
UPGRADE_UPDATE_MAIL_TEMPLATES='true'
26+
UPGRADE_UPDATE_DNS_TEMPLATES='true'
2727

2828
# Post installation clean-up
2929
UPGRADE_REPLACE_KNOWN_KEYS='true'
30-
UPGRADE_REBUILD_USERS='false'
30+
UPGRADE_REBUILD_USERS='true'
3131
UPGRADE_RESTART_SERVICES='true'
3232

3333
#######################################################################################

src/deb/php/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: hestia-php
22
Package: hestia-php
33
Priority: optional
4-
Version: 8.3.6
4+
Version: 8.3.16
55
Section: admin
66
Maintainer: HestaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

0 commit comments

Comments
 (0)