Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-19, 11:50:08

Author Topic: How to Upgrade Kloxo to MRKloxo  (Read 18844 times)

0 Members and 1 Guest are viewing this topic.

Offline pakgalaxy

  • Valuable Member
  • *
  • Posts: 72
  • Karma: +0/-0
    • View Profile
How to Upgrade Kloxo to MRKloxo
« on: 2015-11-12, 08:48:17 »
i have installed Kloxo Latest Version:   6.1.19, i want to Upgrade it to Kloxo-MR. How can i do it?

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: How to Upgrade Kloxo to MRKloxo
« Reply #1 on: 2015-11-12, 09:06:28 »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline pakgalaxy

  • Valuable Member
  • *
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Re: How to Upgrade Kloxo to MRKloxo
« Reply #2 on: 2015-11-12, 09:21:50 »
B.3. update from Kloxo Official 6.1.19

    ## follow step B.1.1 or B.1.2 and read 'WARNING' below before next step

    # '-y' mean force
    sh /script/upcp -y

WARNING:

1. Need running 'sh /script/backup-patch' in Kloxo Official (6.1.12) before backup data.

    - In Kloxo offical run:

        cd /script
        wget https://github.com/mustafaramadhan/kloxo/raw/dev/kloxo/pscript/backup-patch
        sh ./backup-patch

2. Need remove certain rpms in Kloxo Official after 6.1.12 (testing in 6.1.19)

   # remove packages from Kloxo Official
    yum remove kloxo* -y
   
3. Since 6.5.0.f-20130701, Kloxo-MR using MySQLi API instead MySQL API. Need update mysql 5.0.x to 5.1.x or above for Centos 5.

    - Check mysql version with:

        mysql -V|awk '{print $5}'

    - Update with 'yum replace mysql --replace-with=mysql55' (ask to forum for update to MariaDB)

4. Make sure all MySQL databases in MyISAM storage-engine (especially upgrade to version 6.5.0) with execute:

   ## convert to MyISAM storage-engine
   sh /script/mysql-convert --engine=myisam

Offline pakgalaxy

  • Valuable Member
  • *
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Re: How to Upgrade Kloxo to MRKloxo
« Reply #3 on: 2015-11-12, 14:37:25 »
updated according to your send link

but now admin not login and sites are down  :-(

http://mass.pakgalaxy.com

http://tlh.edu.pk



Offline pakgalaxy

  • Valuable Member
  • *
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Re: How to Upgrade Kloxo to MRKloxo
« Reply #4 on: 2015-11-12, 14:47:38 »
 sh /script/resetpassword master <newpassword>

error message
Notice : The resource you have requested doesn't exist. The server returned the error message: <br>  only_admin_can_modify_general nname

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: How to Upgrade Kloxo to MRKloxo
« Reply #5 on: 2015-11-12, 15:00:16 »
Try (before reserpassword):
Code: [Select]
sh /script/reset-mysql-root-password YOURPASSWORD
mysql_upgrade --user=root --password=YOURPASSWORD
« Last Edit: 2015-11-12, 15:18:43 by MRatWork »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline pakgalaxy

  • Valuable Member
  • *
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Re: How to Upgrade Kloxo to MRKloxo
« Reply #6 on: 2015-11-12, 17:19:07 »
still same message  :-(
sh /script/resetpassword master password
Notice : The resource you have requested doesn't exist. The server returned the error message: <br>  only_admin_can_modify_general nname  <br>

Offline pakgalaxy

  • Valuable Member
  • *
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Re: How to Upgrade Kloxo to MRKloxo
« Reply #7 on: 2015-11-12, 17:36:32 »
 /script/resetpassword master password
-bash: /script/resetpassword: Permission denied

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: How to Upgrade Kloxo to MRKloxo
« Reply #8 on: 2015-11-12, 17:40:39 »
/script/resetpassword master password
-bash: /script/resetpassword: Permission denied

Because scripts inside /script not permissions for executable, you need 'sh /script/resetpassword' instead '/script/resetpassword'
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline pakgalaxy

  • Valuable Member
  • *
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Re: How to Upgrade Kloxo to MRKloxo
« Reply #9 on: 2015-11-12, 17:42:19 »
both not working as in above reply

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: How to Upgrade Kloxo to MRKloxo
« Reply #10 on: 2015-11-12, 17:56:49 »
Try 'sh /script/fix-missing-admin'
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline pakgalaxy

  • Valuable Member
  • *
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Re: How to Upgrade Kloxo to MRKloxo
« Reply #11 on: 2015-11-13, 05:58:33 »
 sh /script/fix-missing-admin
This script will be fixed an issue:
- Run 'sh /script/resetpassword' will appear 'only_admin_can_modify_general'
- Fail login as 'admin' with error 'This login has been Disabled'

* Already exists 'admin' client. Enough running 'sh /script/resetpassword'
[root@cvps2764517222 ~]# sh /script/resetpassword password
first argument is master/slave
[root@cvps2764517222 ~]#


what to do now?

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: How to Upgrade Kloxo to MRKloxo
« Reply #12 on: 2015-11-13, 06:37:51 »
Run 'sh /script/resetpassword master password' instead 'sh /script/resetpassword password'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline pakgalaxy

  • Valuable Member
  • *
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Re: How to Upgrade Kloxo to MRKloxo
« Reply #13 on: 2015-11-13, 07:02:29 »
Admin password reset thanks,
and Kloxo Mr 7 installed but my sites are not working and dns not resolving

23.254.165.3

:-(

Offline pakgalaxy

  • Valuable Member
  • *
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Re: How to Upgrade Kloxo to MRKloxo
« Reply #14 on: 2015-11-13, 07:27:24 »
How to start mysql service or databases to active in this kloxo mr 7?

 


MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix

Page created in 0.064 seconds with 21 queries.

web stats analysis