Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    Upgrade from 8.6 to .8.7 fails

    Kopano Groupware Core
    5
    25
    2647
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • thctlo
      thctlo last edited by thctlo

      You are on Ubuntu i see.

      This can be ignored.
      mv: './kopano-archiver …..
      Somewhere archiver is double packaged.

      Sorry, Your os and/or version not supported in this script
      Ah.thats, you enabled libreoffice online and that one is not supported yet for Ubuntu 18.04.
      i’ll make that message better.

      Can you show me the content of the files in /etc/apt/sources.list.d/

      The file repo looks created.
      run apt-get update again, you tried that?
      Then apt-cache policy kopano-server-packages to check?

      1 Reply Last reply Reply Quote 0
      • marty
        marty Kopano (Inactive) @hispeed last edited by

        @hispeed said in Upgrade from 8.6 to .8.7 fails:

        Hi @marty

        Why is it a bug in the MDM plugin I also don’t understand because it’s in the webapp wrong and for Z-Push, but you know that probably better than me.

        Because the MDM plugin is showing this z-push server version in WebApp.

        Is the mdm plugin installed or pointing to the same z-push server? (Check mdm config.php)

        https://documentation.kopano.io/deskapp_admin_manual
        http://documentation.kopano.io/webapp_smime_manual
        https://documentation.kopano.io/webapp_admin_manual

        1 Reply Last reply Reply Quote 0
        • hispeed
          hispeed last edited by

          hi @marty

          nano /etc/kopano/webapp/config-mdm.php

          <?php
          define(‘PLUGIN_MDM_USER_DEFAULT_ENABLE_MDM’, true);
          define(‘PLUGIN_MDM_SERVER’, ‘XXX.XXXXX.ch’);
          define(‘PLUGIN_MDM_SERVER_SSL’, true);
          ?>

          @thctlo

          /etc/apt/sources.list.d# dir
          kopano-com.list kopano-community.list kopano-z-push.list z-push.list

          and I found the mistake: in z-push.list I had the repo already added. So I commented that out and your script worked fine. It’s not always Kopano, also my mistakes :(. Now I’m up to date with the production server.

          WebApp:
          3.5.3.2161+1200.1
          Kopano Core:
          8.7.80
          Z-Push:
          2.4.3+0-0 -> Probably a bug in the MDM Plugin.

          Also the version in: Plugins are not correct. MDM is updated as well to the latest version and it’s showing Version: 0.1 but the file shows 2.1 and the backend for files: 0.1
          I don’t know what is correct, but it works and it looks good :).

          1 Reply Last reply Reply Quote 0
          • marty
            marty Kopano (Inactive) last edited by

            @hispeed

            The versions shown in the plugin tab are the version defined in the plugins manifest.xml, but we don’t do anything with it right now. Don’t worry about that. Package version is the important thing here.

            As for the z-push version in webapp settings, added by the mdm plugin:

            Again in the console can you change the setting to:

            container.getSettingsModel().set('zarafa/v1/plugins/mdm/zpush-server-version', '')
            

            Then logout + login

            And check what the setting is after login with

            container.getSettingsModel().get('zarafa/v1/plugins/mdm/zpush-server-version')
            

            https://documentation.kopano.io/deskapp_admin_manual
            http://documentation.kopano.io/webapp_smime_manual
            https://documentation.kopano.io/webapp_admin_manual

            1 Reply Last reply Reply Quote 0
            • hispeed
              hispeed last edited by

              When I do that I recieve:

              container.getSettingsModel().set('zarafa/v1/plugins/mdm/zpush-server-version', '')
              undefined
              

              After logout - login:

              container.getSettingsModel().get('zarafa/v1/plugins/mdm/zpush-server-version')
              "2.4.3+0-0"
              
              1 Reply Last reply Reply Quote 0
              • First post
                Last post