We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e222e6e commit 15ae51cCopy full SHA for 15ae51c
install/upgrade/versions/1.9.0.sh
@@ -108,7 +108,7 @@ if [ -n "$DB_PMA_ALIAS" ]; then
108
$BIN/v-change-sys-db-alias pma "$old"
109
fi
110
if [ -n "$DB_PGA_ALIAS" ]; then
111
- old=$DB_PMA_ALIAS
+ old=$DB_PGA_ALIAS
112
$BIN/v-change-sys-db-alias pga "randomstring"
113
$BIN/v-change-sys-db-alias pga "$old"
114
install/upgrade/versions/1.9.2.sh
@@ -33,3 +33,11 @@ done
33
34
# Update permissiosn /usr/local/hestia/data/sessions
35
chown -R hestiaweb:hestiaweb /usr/local/hestia/data/sessions
36
+
37
+if [ -n $DB_PGA_ALIAS ]; then
38
+ if [ -n $DB_PMA_ALIAS ]; then
39
+ if [ "$DB_PMA_ALIAS" == "$DB_PGA_ALIAS" ]; then
40
+ $BIN/v-change-sys-db-alias pga "phppgadmin"
41
+ fi
42
43
+fi
0 commit comments