• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Plesk 7.5.2 Released!

S

smtalk

Guest
What's new in Plesk v.7.5.2 build 75050130.17
==============================================
1. [*] Autoresponder processes e-mails that arrives on it's alias.
2. [*] Control panel performance improved.
3. [+] New tags are supported in Help Desk tickets notifications.
4. [-] Hard disk quotas is not reset during upgrade anymore.
5. [-] Problem with PostgreSQL start script naming in RedHat EL 3 is resolved.
6. [-] Images of custom logo and custom buttons are now backed up and restored.
7. [-] Password retrieval for domain users works.
8. [-] "Reject mail to nonexistent user" option have no effect if mail is disabled on domain.
9. [-] Autogenerated dump name has correct month number.
10. [-] Subdomain parameters is now displayed properly for domain administrator.
11. [*] PreFork is enabled for Dr.Web.
12. [-] ColdFusion support works.
13. [-] E-mails to full mailbox does not hangs in mail queue anymore.
14. [-] "subdomainmng: Error: paramenter 'cl-id' wasn't specified" error eliminated.
15. [-] Autoresponder crash problem is resolved.
16. [-] statistics utility reliability improved.
17. [*] It is now possible to disable Updater feature and remove the Updater button from the Server Administration page.
18. [-] CST time zone is now set properly.
19. [-] Problem with CSS of phpMyAdmin right panel is resolved.
20. [-] Error on Server -> Application Vault page is resolved.
21. [*] Mambo works with safe_mode = On.
22. [-] migration.log is now rotated if it's size exceeds 1 GB.
23. [-] Incompatibility with some configurations of IE 6.0 on mail name, web user and database creation pages is resolved.
24. [+] Integration with HSPc 3.1 is now supported.
25. [*] Integration with VZPP is improved.
26. [+] New OS version supported (FreeBSD 5.3).
27. [+] Build for FreeBSD 4.9 is now available.
 
Got an error already ..

package perl-Compress-Zlib-1.33-0.rhfc1.dag (which is newer than perl-Compress-Zlib-1.33-fc1.build75050128.10) is already installed


Bill

I had to remove dag package and install the sw-soft package then the updater ran fine afterward ..
 
17. [*] It is now possible to disable Updater feature and remove the Updater button from the Server Administration page.

Nice, but after the installation, the button is gone away.
How can I get this button back?? Anyone any ideas?
 
Anyone successfully upgraded through the admin updater?
 
Sub Reseller account creation

I have only Question about Plesk for Reseller

Can Plesk provide facility to create reseller to create their subreseller ?

Ex.: i am server administraor i am create one reseller (abc) on my server so pelase tell me can abc (reseller) create their reseller in plesk panel

can this features is available in new Release ?????
 
Originally posted by kdis
Nice, but after the installation, the button is gone away.
How can I get this button back?? Anyone any ideas?

Where can you disable it?
I searched for it but cannot find that either.

Btw .. upgrade went fine for the first time after 4 releases!

Grtz!
 
Originally posted by pdreissen
Where can you disable it?
I searched for it but cannot find that either.

Btw .. upgrade went fine for the first time after 4 releases!

Grtz!

Code:
mysql -uadmin -p`cat /etc/psa/.psa.shadow`
use psa;
UPDATE misc SET val='true' WHERE param='disable_updater';
exit
 
Sorry, but why would someone want to disable it? I mean I don't use it, and wouldn't want it used on any of our managed servers, but if someone has Plesk admin access they also have Plesk 'psa' DB access so they can make changes anyway.

Something like editing a file in /etc/psa/ would be better surely?
 
So, if I enable 'updater' again will the control panel slow down, again?
 
Hard Disk Quotas not Checked !!!!

[-] Hard disk quotas is not reset during upgrade anymore.

This is a very big deal to me, upgrading should go much smoother and not require me to take the server down for 1 hour+. I would like to thank the Plesk staff for this improvement,

Brandon Petersen
 
upgrade

Upgraded last night and instantly lost the updater icon and then had clients contacting me to let me know they are receiving quota errors after logging into the control panel.

This quota issue should have been fixed by now in a release

and

I want the updater ICON back !!!

Because I am also on Virtuozzo had to get the quota issue fixed by a tech at the data centre and he also had to reboot.
 
Updater button:
mysql -uadmin -p`cat /etc/psa/.psa.shadow`
use psa;
UPDATE misc SET val='false' WHERE param='disable_updater';
exit
 
quotacheck took an Hour

Only problem I have is waiting for quotacheck to finish on upgrades, which took over an hour.

But, it seemed worth the upgrade. The control panel appears to be significantly faster.

Good upgrade, but someday they need to find a way to not shutdown every server and perform the quotacheck. I takes everything down for over an hour.

Brandon Petersen
 
Originally posted by Griffith
cranky: have you updated to 7.5.2? or are you waiting?

I've upgraded 85% of our physical servers to 7.5.2 - and the 7.5.2-hotfix. Haven't begun upgrading VE's to new plesk template though yet.
 
Thanks for the hints on getting the updater icon back, everybody... I was just about to bug sw-soft about it.
 
Back
Top