The VirtualBox image which we provide for DSS trials is a standard Linux (CentOS 7) installation, so the short answer is that the standard upgrade instructions apply:
http://doc.dataiku.com/dss/latest/installation/upgrade_instance.html
The steps to upgrade are:
- start the virtual machine
- login to it using the "dataiku" account, either directly on the VM console or using SSH. The instructions for this depend whether you are running under VirtualBox or VMWare, and are printed on the VM console when it starts.
- download the new DSS kit from within the VM (or download it from your Mac/PC first and copy it to the VM):
http://downloads.dataiku.com/public/studio
- within the VM, using the "dataiku" account, issue the following commands in order to perform the upgrade:
# Unpack the new distribution kit
tar xf dataiku-dss-NEWVERSION.tar.gz
# Stop DSS
dss/bin/dss stop
# Upgrade
dataiku-dss-NEWVERSION/installer.sh -d dss -u
# Restart DSS
dss/bin/dss start
Note that another upgrade path would be to download and install the pre-built VirtualBox image for the new DSS version, and transfer your work from one to the other using project export/import DSS functionalities.
Patrice Bertin
Dataiku