cyberpanel icon indicating copy to clipboard operation
cyberpanel copied to clipboard

[BUG] Upgrade - SnappyMail and PhpMyAdmin

Open master3395 opened this issue 1 year ago • 4 comments

Both SnappyMail and PhpMyAdmin reset back to the default version when upgrading CyberPanel. I thought it would upgrade using the latest.

It resets PhpMyAdmin back to 5.2.0 While the latest is 5.2.1 (Not a big issue)

SnappyMail resets to 2.15.6 or something, while the latest is 2.27.3

Added a draft here for PhpMyAdmin https://github.com/usmannasir/cyberpanel/pull/1067

master3395 avatar May 19 '23 20:05 master3395

Did you update both manually?

shbs9 avatar May 20 '23 05:05 shbs9

Did you update both manually?

No, i use this, and it works perfectly. https://github.com/tbaldur/cyberpanel-mods

snappymail_v_changer: sh <(curl https://raw.githubusercontent.com/tbaldur/cyberpanel-mods/main/snappymail_v_changer.sh || wget -O - https://raw.githubusercontent.com/tbaldur/cyberpanel-mods/main/snappymail_v_changer.sh) 2.27.3

phpmyadmin_v_changer: sh <(curl https://raw.githubusercontent.com/tbaldur/cyberpanel-mods/main/phpmyadmin_v_changer.sh || wget -O - https://raw.githubusercontent.com/tbaldur/cyberpanel-mods/main/phpmyadmin_v_changer.sh) 5.2.1

master3395 avatar May 20 '23 16:05 master3395

As far as I know from my previous experiences, CyberPanel automatically updates these versions while upgrading the panel (albeit not the latest ones). So it seems like the default behaviour. Maybe there can be a fix like disabling internal update function for these folders/apps in case manual versioning or modification is detected.

umut-ore avatar May 30 '23 09:05 umut-ore

In cyberpanel we only add any integrated app update once its stable so the update is not an issue.

shbs9 avatar Jun 22 '23 08:06 shbs9