• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question pre and post scripts for distupgrade (deb7 to deb8)

stevang

New Pleskian
Dist-Upgrade Support

regarding the pre and post scripts under /usr/local/psa/bin/ or /opt/psa/bin/:
in have the following files only. a deb7-deb8_post file is missing.

distupgrade.helper.deb6-deb7_post.x64.sh
distupgrade.helper.deb7-deb8_pre.x64.sh
distupgrade.helper.deb7-deb8.x64.sh

were can i get the post script file for deb7 to deb8,
and what is happening exactly in the pre and post scripts?

Regards,
Stephan
 
Actually, this file is a part of plesk-core package:

# ls -la /opt/psa/bin/distupgrade.helper.deb7-deb8_post.x64.sh
-rwxr-xr-x 1 root root 61327 bře 17 2017 /opt/psa/bin/distupgrade.helper.deb7-deb8_post.x64.sh

# dpkg -S /opt/psa/bin/distupgrade.helper.deb7-deb8_post.x64.sh
plesk-core: /opt/psa/bin/distupgrade.helper.deb7-deb8_post.x64.sh

I have attached this file.
 

Attachments

  • distupgrade.helper.deb7-deb8_post.x64.sh.zip
    17.6 KB · Views: 5
Thank you very much Igor!
Would you mind to post the pre script as well. I'm not sure if my pre script is up to date.

i took your post script and compared it to my distupgrade.helper.deb7-deb8.x64.sh
they look almost the same. just some differences here and there. so i guess for some reason
i am not up to date there. maybe the plesk update from 12.5 did not update everything?

i'm running Plesk Onyx
Version 17.5.3 Update #30

Regards,
Stephan

ps: i can't upload a zip or sh file here
"The uploaded file does not have an allowed extension.
distupgrade-helper-deb7-deb8-x64.zip"
 
Try to fix it with

# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components
# plesk repair installation

ok, i did this as you recommended.
but looking at the file dates it does not look like the distupgrade script files have been replaced

root@servername:/opt/psa/bin# ls -la dist*
-rwxr-xr-x 1 root root 60433 Mär 17 2017 distupgrade.helper.deb6-deb7_post.x64.sh
-rwxr-xr-x 1 root root 61327 Nov 16 11:34 distupgrade.helper.deb7-deb8_post.x64.sh
-rwxr-xr-x 1 root root 61763 Mär 17 2017 distupgrade.helper.deb7-deb8_pre.x64.sh
-rwxr-xr-x 1 root root 61484 Mär 17 2017 distupgrade.helper.deb7-deb8.x64.sh

root@servername:/usr/local/psa/bin# ls -la dist*
-rwxr-xr-x 1 root root 60433 Mär 17 2017 distupgrade.helper.deb6-deb7_post.x64.sh
-rwxr-xr-x 1 root root 61327 Nov 16 11:34 distupgrade.helper.deb7-deb8_post.x64.sh
-rwxr-xr-x 1 root root 61763 Mär 17 2017 distupgrade.helper.deb7-deb8_pre.x64.sh
-rwxr-xr-x 1 root root 61484 Mär 17 2017 distupgrade.helper.deb7-deb8.x64.sh
 
Back
Top