• 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!
  • 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.

Upgrading Using Autoinstaller

O

om4knowledge

Guest
The updrade instructions say....
To upgrade Plesk Sitebuilder using Autoinstaller:

1. Download the Autoinstaller package for your OS from Parallels web site.
2. Run the Autoinstaller and select the Sitebuilder 4.5.0 component.
-------
That is too vague for me. Please give me a hand.

I'm running SB for Link on CENTOS Enterprise 4.6 i686.

1) What command do I need to type to download the specific package(including path to file)?

2) What command(s) do I need to type to Run?

Thanks.
 
So close. Yet....

from the command line...
The following product versions are available:

1. [ ] Plesk Control Panel

2. [*] Sitebuilder
3. (*) Sitebuilder 4.5.0
4. ( ) Sitebuilder 4.2.3
5. ( ) Sitebuilder 4.2.0 (currently installed)

6. [ ] SSO

N) Go to the next page; P) Go the previous page; Q) Cancel installing
To select a version, type the respective number;
Select action [N]:

You have the product version Sitebuilder 4.2.0 installed.
Do you want to upgrade it?

Y) Yes; N) No
Type Y for yes, or N for No: y
Downloading the file SiteBuilder/SiteBuilder_4.5.0/sitebuilder-4.5.0-cos4.3-i386.inf3: 12%..21%..31%..41%..51%..60%..70%..80%..92%..100% done.
Downloading the file repodata/repomd.xml: ERROR: Failed to download the package http://mirror.centos.org/centos-4/4.5/os/i386/repodata/repomd.xml:
The requested URL returned error: 404
Not all packages were installed.
Please try installing packages again later.
Please, resolve the above problem and try installing the packages again.
If you cannot resolve the problem on your own, contact product technical support for assistance.
 
I had a simillar 404 error with past installs.
if you check out the readme @
http://mirror.centos.org/centos-4/4.5/

it says
This directory (and version of CentOS) is depreciated. For normal users,
you should use /4/ and not /4.5/ in your path. Please see this FAQ
concerning the CentOS release scheme:

http://www.centos.org/modules/smartfaq/faq.php?faqid=34

If you know what you are doing, and absolutely want to remain at the 4.5
level, go to http://vault.centos.org/ for packages.


? Can SiteBuilder us just /4/ instead of 4.whatever?
 
It seems this situation not related to Sitebuilder itself as CentOS repository can not be accessed because of yum configuration I guess. Please check:

[root@fedora6 ~]# wget http://mirror.centos.org/centos-4/4.5/os/i386/repodata/repomd.xml
--05:25:15-- http://mirror.centos.org/centos-4/4.5/os/i386/repodata/repomd.xml
=> `repomd.xml.1'
Resolving mirror.centos.org... 66.147.238.146
Connecting to mirror.centos.org|66.147.238.146|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
05:25:16 ERROR 404: Not Found.

and change 4.5 to 4.6:

[root@fedora6 ~]# wget http://mirror.centos.org/centos-4/4.6/os/i386/repodata/repomd.xml
--05:25:21-- http://mirror.centos.org/centos-4/4.6/os/i386/repodata/repomd.xml
=> `repomd.xml.1'
Resolving mirror.centos.org... 66.147.238.146
Connecting to mirror.centos.org|66.147.238.146|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,144 (1.1K) [text/xml]

100%[=================================================================================>] 1,144 --.--K/s

05:25:22 (21.82 MB/s) - `repomd.xml' saved [1144/1144]

You need to check yum configuration. Could you provide here: /etc/yum/sources.list file?
 
d,

i tried with the 4.6 - similar error
yum

/etc/yum

has yum-daily.yum
but, no sources.list

yum-daily.yum
says
update
ts run
exit
 
Back
Top