I did this: ispconfig_update.sh

Discussion in 'Installation/Configuration' started by bigmatlem, Sep 29, 2016.

  1. bigmatlem

    bigmatlem Member

    Now it is at 3.1 and won't let me login with my accounts. It blew up during upgrade process while reloading servers and gave me a syntax error of (else) and wouldn't continue. Didn't write it down as I thought it was no big deal. Well here I am with a broken login. HELP!!!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    1) Delete cookies and empty the browser cache. Close the browser and open it again.
    2) Don't worry about the syntax error, that's ok and does not harm.
     
  3. bigmatlem

    bigmatlem Member

    I did and now I can login but my billing module disappeared. Did I lose all that or do I just need to reinstall the billing module?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

  5. Marvin Wiik

    Marvin Wiik New Member

    Worked like a charm for me! Good looking upgrade by the way :)
     
    till likes this.
  6. bigmatlem

    bigmatlem Member

    Now it just blew up the e-mails. UGH! upload_2016-9-29_12-6-20.png
     
  7. Marvin Wiik

    Marvin Wiik New Member

    Works fine on my install - Did you try clearing cache or another browser?
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Seems as if the database scheme has not been updated correctly. is the mysql root password in /usr/local/ispconfig/server/lib/mysql_clientdb.conf correct?
     
  9. bigmatlem

    bigmatlem Member

    passwords are set correctly. How do I drop back to the previous version? I'm thinking I need to reinstall. If I retain the database is it going to create a problem? And is it still uninstall.sh?
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    There is a uninstall script but dont use it as it will wipe out ispconfig and that's not what you want here.

    Go to the /var/backup folder, there you find a backup of your ISPConfig
    installation that was taken right before the update. run:

    cp etc.tar.gz /
    cp ispconfig_software.tar.gz /
    cd /
    tar xfz etc.tar.gz
    tar xfz ispconfig_software.tar.gz
    finally drop the dbispconfig database and import the ispconfig_db_backup.sql
     

Share This Page