Ad Widget

Collapse

how to upgrade from 1.8.2 to 1.8.3

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fonefone
    Junior Member
    • Jul 2010
    • 12

    #1

    how to upgrade from 1.8.2 to 1.8.3

    Hi All,

    Plz tell me how to do this, thx in advance...

    with procedure will be perfect...
  • tchjts1
    Senior Member
    • May 2008
    • 1605

    #2
    1. Download the 1.8.3 source code and unzip
    2. stop the Zabbix processes (Including httpd)
    3 compile using the appropriate command line for your platform/setup
    4. put the new frontend files into place
    5. Restart Zabbix processes and httpd

    Just FYI - There is not a stable release of 1.8.3 yet. They are still on Release Candidates.

    Installation and Upgrade Notes

    Installation

    See Zabbix Manual for full details.

    Upgrade

    Recompile Zabbix binaries and update front-end PHP files. Execute a database patch if migating from Zabbix 1.6.x. See Zabbix Manual for a detailed upgrade procedure.

    Comment

    • fonefone
      Junior Member
      • Jul 2010
      • 12

      #3
      Originally posted by tchjts1
      1. Download the 1.8.3 source code and unzip
      2. stop the Zabbix processes (Including httpd)
      3 compile using the appropriate command line for your platform/setup
      4. put the new frontend files into place
      5. Restart Zabbix processes and httpd

      Just FYI - There is not a stable release of 1.8.3 yet. They are still on Release Candidates.

      Installation and Upgrade Notes

      Installation

      See Zabbix Manual for full details.

      Upgrade

      Recompile Zabbix binaries and update front-end PHP files. Execute a database patch if migating from Zabbix 1.6.x. See Zabbix Manual for a detailed upgrade procedure.

      thank you very much!

      Comment

      • mayak
        Junior Member
        • Aug 2010
        • 1

        #4
        Thanks tchjts1, it worked just fine.

        Cheers
        mayak

        Comment

        • tchjts1
          Senior Member
          • May 2008
          • 1605

          #5
          Excellent. Now you can upgrade 1.8.2 to 1.8.3
          Stable version has been released.
          Last edited by tchjts1; 17-08-2010, 11:29.

          Comment

          • Sparky
            Member
            • Jun 2010
            • 54

            #6
            1.8.2 upgrade to 1.8.3

            Hi Guys

            I'm attempting my first upgrade of Zabbix, and well, it's not going to well

            Ok, I have Zabbix 1.8.2 running on Ubuntu 10.04 and MySQL, and I'm trying to move to 1.8.3. I'm following the "Install from Source" guide to configure and compile the binary downloaded from the Zabbix site.

            When running this command "./configure --enable-server --with-mysql --with-net-snmp --with-jabber --with-libcurl # for MySQL + Jabber + WEB monitoring" I receive an error stating that "configure: command not found"

            What am I doing wrong? Command was run using sudo, and I can see the file "configure" is in the directory.

            Comment

            • tchjts1
              Senior Member
              • May 2008
              • 1605

              #7
              You should be running that compile command from the zabbix-1.8.3 directory.

              Also, check to make sure that the configure file is set to executable:

              chmod +x configure

              Comment

              • Sparky
                Member
                • Jun 2010
                • 54

                #8
                Originally posted by tchjts1
                You should be running that compile command from the zabbix-1.8.3 directory.

                Also, check to make sure that the configure file is set to executable:

                chmod +x configure
                Well now I feel pretty stupid.

                I forgot to mark the file as executable!

                Thanks dude, all working now.

                Comment

                Working...