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-03-28, 17:43:29

Author Topic: Help in restoring from old version kloxo  (Read 7076 times)

0 Members and 1 Guest are viewing this topic.

Offline South

  • Valuable Member
  • *
  • Posts: 108
  • Karma: +0/-0
    • View Profile
Help in restoring from old version kloxo
« on: 2017-12-15, 21:41:37 »
Hello everybody IM seeking for help so ya can explain a little bit more close and clear how to restore a backup file made with kloxo official yes that old version to MR version,if someone has achieved that I hope that you could explain to me step by step how you achieved it,Im  really appreciating your efforts

Offline amitkumar

  • Valuable Member
  • *
  • Posts: 121
  • Karma: +1/-1
  • Gender: Male
    • View Profile
    • webquicksolution
Re: Help in restoring from old version kloxo
« Reply #1 on: 2017-12-26, 22:09:09 »
dude, first of all, take your all backup to some other server manually and then do a fresh install. I would suggest a fresh install.

Offline South

  • Valuable Member
  • *
  • Posts: 108
  • Karma: +0/-0
    • View Profile
Re: Help in restoring from old version kloxo
« Reply #2 on: 2018-01-06, 07:57:46 »
Dude man dude,do you mean a fresh install of kloxoMR ,then restore my files as I used to with kloxo official?

Offline South

  • Valuable Member
  • *
  • Posts: 108
  • Karma: +0/-0
    • View Profile
Re: Help in restoring from old version kloxo
« Reply #3 on: 2018-01-13, 17:56:16 »
Can anybody explain more clearly

Offline azzureal

  • Master
  • **
  • Posts: 420
  • Karma: +1/-0
    • View Profile
Re: Help in restoring from old version kloxo
« Reply #4 on: 2018-02-03, 03:32:30 »
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  --no-check-certificate
        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

5. Trouble with 'rpm -Uvh':

    In CentOS 32bit may trouble with:

        # install rpm (read Warning)
        rpm -Uvh https://github.com/mustafaramadhan/rpms/raw/master/mratwork/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm

    and then use:

        cd /tmp
        # remove old rpm
        rm -f mratwork*

        # get rpm file
        wget https://github.com/mustafaramadhan/rpms/raw/master/mratwork/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm

rpm -ivh mratwork-release-0.0.1-1.noarch.rpm

Offline South

  • Valuable Member
  • *
  • Posts: 108
  • Karma: +0/-0
    • View Profile
Re: Help in restoring from old version kloxo
« Reply #5 on: 2018-02-20, 23:20:11 »
Thank you very much deer for all this lovely words of help,support and relief.But this proccedures come from the perspective of having kloxo official already installed on server and for that I would need to replace the needage of
wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh from the installation file in order to make work the installation process of kloxo official.Would anybody give me please an installation file of kloxo official that would not require lx center for to do installation process successfull?,taking in consideration I do have the package of kloxo official on my computer,but I cant upload it to my server since installation file starts installation process but then it boicots since it require lxcenter

Offline South

  • Valuable Member
  • *
  • Posts: 108
  • Karma: +0/-0
    • View Profile
Re: Help in restoring from old version kloxo
« Reply #6 on: 2018-03-02, 05:31:51 »
Hello I suppose now to have a succesfull master kloxo official but I still get this


~> # service kloxo restart
Could not open input file: ../init/changeport.php
sh: /script/hiawatha-off: No such file or directory
Stopping kloxo-phpcgi:                                     [FAILED]
chmod: cannot access `../sbin/kloxo-wrapper.sh': No such file or directory
Starting kloxo-phpcgi ('php54s' in 'fpm' mode): /etc/init.d/kloxo: line 159: ../sbin/kloxo-wrapper.sh: No such file or directory
[02-Mar-2018 07:12:31] ERROR: failed to open configuration file '/usr/local/lxlabs/kloxo/init/kloxo-php-fpm.conf': No such file or directory (2)
[02-Mar-2018 07:12:31] ERROR: failed to load configuration file '/usr/local/lxlabs/kloxo/init/kloxo-php-fpm.conf'
[02-Mar-2018 07:12:31] ERROR: FPM initialization failed
                                                           [FAILED]
Starting kloxo-hiawatha: Error while reading mimetype configuration.
                                                           [FAILED]

Well I feel Im closer to restore my backups anybody knows this errors?
« Last Edit: 2018-03-02, 05:33:43 by South »

Offline South

  • Valuable Member
  • *
  • Posts: 108
  • Karma: +0/-0
    • View Profile
Re: Help in restoring from old version kloxo
« Reply #7 on: 2018-03-11, 07:09:59 »
Very cheap trick azzureal you just copied and pasted from this location
https://github.com/mustafaramadhan/kloxo/blob/dev/how-to-install.txt

The whole sheet is
A. pre-install -- better for fresh install

    cd /

    # update centos to latest version
    yum update -y
    # install some packages like package-cleanup, etc
    yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y
    yum install telnet wget -y

    cd /

B. Install Kloxo-MR
   - Install/reinstall/upgrade -- data not destroyed with this fork
     for existing Kloxo (6.1.x), run 'sh /script/update' first.

B.1. Fresh Install

    B.1.1. for version 6.5.0 (rpm naming as kloxomr-6.5.0-*.rpm)

        # move to /tmp
        cd /tmp

        # remove old rpm
        rm -f mratwork*

        # install rpm (read Warning)
        rpm -ivh https://github.com/mustafaramadhan/rpms/raw/master/mratwork/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm
        # move to /
        cd /

        # update
        yum clean all

        yum update mratwork-* -y

        yum install kloxomr -y

        sh /script/upcp
 
    B.1.2. for version 7.0.0 (rpm naming as kloxomr7-7.0.0-*.rpm)

        # move to /tmp
        cd /tmp

        # remove old rpm
        rm -f mratwork*

        # install rpm (read Warning)
        rpm -ivh https://github.com/mustafaramadhan/rpms/raw/master/mratwork/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm

        # move to /
        cd /

        # update
        yum clean all

        yum update mratwork-* -y

        yum install kloxomr7 -y

        sh /script/upcp

B.2. update from 6.5.0 to 7.0.0

    yum replace kloxomr --replace-with=kloxomr7 -y
   
    # '-y' mean force
    sh /script/upcp -y
    sh /script/mysql-optimize --select=upgrade

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
    sh /script/mysql-optimize --select=upgrade

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  --no-check-certificate
        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

5. Trouble with 'rpm -Uvh':

    In CentOS 32bit may trouble with:

        # install rpm (read Warning)
        rpm -Uvh https://github.com/mustafaramadhan/rpms/raw/master/mratwork/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm

    and then use:

        cd /tmp
        # remove old rpm
        rm -f mratwork*

        # get rpm file
        wget https://github.com/mustafaramadhan/rpms/raw/master/mratwork/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm

        rpm -ivh mratwork-release-0.0.1-1.noarch.rpm

   


Now this truly means that you are compleately abscent ,or stoned or blocked mentally I retire my words it wasnt any beautifull words ,it was just artifitial meaning.

We are actually working around this issue .We have achieved a succesfull master install,there is problem with configuration issues ,dont think we wont get over it,the main trick for us in order to use kloxo official as we do is find a way to get the repos ,we only get half of them nowadays,we encourage this side guy programmer that built kloxo to get hired from us in order to give us a repo url or do a negotiation based on a clean artistic trade you know we can give him artistic design for buttons and all the design of a project of his interest with graphic art made specially on a digital frame.WE hope to hear effectively about this issue,however when we find total solution to this issue by ourselves if that gets to be the case we will post all proccedures on Github.
« Last Edit: 2018-03-11, 07:13:47 by South »

 


Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine
Click Here

Page created in 0.039 seconds with 22 queries.

web stats analysis