Fresh install of ispconfig and version show ispconfig3.1-dev

Discussion in 'Installation/Configuration' started by CreeWarrior, Jun 11, 2019.

  1. CreeWarrior

    CreeWarrior Member

    Hi, great tutorial
    The Perfect Server - Ubuntu 18.04
    as usual. The is one thing that seems off, followed the tutorial and everything installs fine no errors and everything seems to work just fine. however when i log in to ispconfig and go to the monitoring tab and it shows version ispconfig3.1-dev. Does that mean that the tutorial is installing the dev version and not the stable one?
     
    Last edited: Jun 11, 2019
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    If you now have ispconfig3.1-dev, it looks like you downloaded the dev version and then installed that. The Perfect Server Guide for Ubuntu 18.04 with Apache shows this:
    Code:
    cd /tmp
    wget -O ispconfig.tar.gz https://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=stable-3.1
    So that does not download the -dev version.
    Which Tutorial do you use that tells to install the -dev version?
     
  3. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    Perhaps you followed some current advice to update to git-stable due to a bug with letsencrypt certificates not updating/issuing correctly?
     
  4. CreeWarrior

    CreeWarrior Member

    Well see that's the weird thing I'm using

    https://www.howtoforge.com/tutorial...l-pureftpd-bind-postfix-doveot-and-ispconfig/

    And I understand that it has this command which should download the stable version of ispconfig.

    Code:
    cd /tmp
    wget -O ispconfig.tar.gz https://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=stable-3.1
    However I'm copy and pasting the commands from the tutorial into the terminal, and paying close attention to the step that has command shown above. For some strange reason after installing ispconfig it still shows version of ispconfig 3. 1-dev, it's happened 2 times now possibly 3 I didn't notice what version was Installed the first time.
     
  5. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    Indeed, that will show '3.1dev' as the version (per https://git.ispconfig.org/ispconfig/ispconfig3/blob/stable-3.1/install/sql/ispconfig3.sql#L2567), and is equivalent to installing any 3.1 version then updating to git-stable.

    Compare the Debian 9 tutorial steps, which have you choose either the stable release tarball or latest stable-3.1 from git: https://www.howtoforge.com/tutorial...dovecot-ispconfig-3-1/3/#-download-ispconfig-

    So you are running the latest stable-3.1 dev version, and that's the best choice right now.
     

Share This Page