How to upgrade Data Science Studio?

Options
UserBird
UserBird Dataiker, Alpha Tester Posts: 535 Dataiker

Best Answer

  • jrouquie
    jrouquie Dataiker Alumni Posts: 87 ✭✭✭✭✭✭✭
    Answer ✓
    Options
    1. Download the last version of Data Science Studio from:

      http://downloads.dataiku.com/public/studio/

      Note that this is the same archive for the Enterprise Edition and for the Community Edition: the licence file unlocks the Enterprise features.
    2. We highly recommend you to back up your data directory (DATA_DIR) before upgrading.
    3. Unpack the new downloaded archive:

      tar xzf dataiku-dss-VERSION.tar.gz
    4. Stop the old version and run the upgrade script (indicating the location of DATA_DIR):

      DATA_DIR/bin/dss stop
      dataiku-dss-VERSION/installer.sh -d DATA_DIR -u
      DATA_DIR/bin/dss start

    You can find further instructions in the documentation.

Setup Info
    Tags
      Help me…