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

    (Solved) Update Issue

    Kopano Groupware Core
    3
    12
    2622
    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.
    • fbartels
      fbartels Kopano @Sinux last edited by

      Hello @Sinux ,

      the easiest thing is to simply delete the offending higher version from the versions table in the database.

      Regards Felix

      Resources:
      https://kopano.com/blog/how-to-get-kopano/
      https://documentation.kopano.io/
      https://kb.kopano.io/

      Support overview:
      https://kopano.com/support/

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

        Hi fbartels,

        thank you, I try it once but how can such a thing happen?

        Sinux

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

          ok,

          here my Bash History from Linux Terminal and Mysql console ;)

          First Backup
          mysqldump -u root -p zarafa > kopano.sql

          mysql -u root -p
          USE zarafa;
          SHOW FIELDS FROM versions; (Overview=Überblick ;)
          SELECT * FROM versions;
          DELETE FROM versions WHERE revision=‘2153382282’;
          \q
          service kopano-server start
          service kopano-server status

          • kopano-server is running

          ;););)

          Warum auch immer das passiert ist es funktioniert jetzt endlich wieder.

          Sinux

          fbartels 1 Reply Last reply Reply Quote 0
          • fbartels
            fbartels Kopano @Sinux last edited by

            Hello @sinux ,

            I’m wondering if this could be a side effect of https://jira.kopano.io/browse/KC-839. I have created https://jira.kopano.io/browse/KC-859 to investigate a bit further.

            Regards Felix

            Resources:
            https://kopano.com/blog/how-to-get-kopano/
            https://documentation.kopano.io/
            https://kb.kopano.io/

            Support overview:
            https://kopano.com/support/

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

              @sinux said in (Solved) Update Issue:
              Hi fbartels,

              thank you, I made a migration from Yaffas (7.1) to Kopano 8.3 some time ago.
              After that the nighlybuild updates ran without problem, until now ;)

              Sinux

              fbartels 1 Reply Last reply Reply Quote 0
              • fbartels
                fbartels Kopano @Sinux last edited by

                Small update: the fix that is associated with https://jira.kopano.io/browse/KC-859 is included in the latest nightly, so the messages about old database revisions should now be gone.

                Regards Felix

                Resources:
                https://kopano.com/blog/how-to-get-kopano/
                https://documentation.kopano.io/
                https://kb.kopano.io/

                Support overview:
                https://kopano.com/support/

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

                  Thank You fbartels,

                  Stupid question, how can I mark the fred as solved?

                  fbartels 1 Reply Last reply Reply Quote 0
                  • fbartels
                    fbartels Kopano @Sinux last edited by

                    @sinux said in (Solved) Update Issue:

                    Stupid question, how can I mark the fred as solved?

                    We don’t really work that way here, but if you really want to you can mark your initial post as a question (from the “topic tools”) and then could select one of the replies as “the answer”.

                    Regards Felix

                    Resources:
                    https://kopano.com/blog/how-to-get-kopano/
                    https://documentation.kopano.io/
                    https://kb.kopano.io/

                    Support overview:
                    https://kopano.com/support/

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

                      Thanks, then I leave it like that

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

                        I’m using kopano-server:amd64 8.4.90.1116-0+143.1 (on Ubuntu 16.04) and get the following message when starting it.

                        Sun Sep 10 16:23:53 2017: [ notice] Starting server version 8,4,0,644, pid 20894
                        Sun Dec 3 14:29:02 2017: [ notice] Starting kopano-server version 8.4.90 (pid 996)
                        Sun Dec 3 14:29:02 2017: [warning] WARNING: Database version (8,4,90,2153382282,66) is newer than the server version (8,4,90,2153381888,66)
                        Sun Dec 3 14:29:02 2017: [warning] You can force the server to start with --ignore-database-version-conflict

                        I’m not quite sure what I’ve updated from (might either have been 8.4.0~644-137.1 or 8.4.90.394-0+59.1)…

                        I’ve changed
                        ExecStart=/usr/sbin/kopano-server -F --ignore-database-version-conflict
                        in
                        /lib/systemd/system/kopano-server.service
                        to get it to start for now. Still strange, since I’m pretty sure I did not downgrade ?!?

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

                          UPDATE:
                          I’ve now updated another server which was previously on 8.3.0~1042 and this one did not have the database problem.

                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post