• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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