Hi everyone, I'm having some issues after upgrading from 3.0.0 to 3.0.4. Here is the process I followed: - sudo /etc/init.d/arangodb3 stop - sudo dpkg --purge arangodb3 - dpkg -i arangodb3_3.0.4_amd64.deb - sudo /etc/init.d/arangodb3 stop - sudo cp dbdata/arangodb.conf /etc/arangodb3/arangod.conf (restoring the .conf) - arangod --database.auto-upgrade - sudo /etc/init.d/arangodb3 start
And that last command fails, saying that "database version check failed". Now I don't really trust this error message, as I also saw it when the access rights to the database directory folder weren't set right. What's weird is that just running the DB with "sudo arangod" works fine, but for some reason the service won't start... Any troubleshooting advice would be appreciated here! Thanks Thomas -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
