• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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