Skip to content

Upgrade

This page shows you how to upgrade from SQLFlow 5.x to SQLFlow 6.x

You can refer to the following page if you would like to know the difference between SQLFlow 5.x and SQLFlow 6.x

!!! note "Change Logs" Click here to view the Change Logs documentation

Step1: Backup Old Data

1
mv /wings/sqlflow/* /wings/bak/sqlflow

Step2: Install the SQLFlow 6.x

!!! note "Installation" Click here to view the Installation documentation

Step3: Migrate your SQLFlow Jobs

1
cp -r <old sqlflow backup>/data/job/*  <new sqlflow>/data/job/

Step4: Migrate your SQLFlow Data

1
cp -r <old sqlflow backup>/conf/sqlflow.sqlite  <new sqlflow>/conf/

Step5: Move your License File

1
cp -r <old sqlflow backup>/conf/gudu_sqlflow_license.txt  <new sqlflow>/conf/

Step6: Start SQLFlow 6.x

1
sudo /wings/sqlflow/backend/bin/backend.sh

Please send an email to support@gudusoft.com if there's any issues with your license file.