...
- Stop all jobs in old server, then terminate. Check that the checkpoint file was written.
Load the latest ecflow 5
Code Block module load ecflow/5new
Start the new ecflow 5 server with same port. It will automatically read the checkpoint file that were created in version 4.7.X and above.
Code Block ecflow_start.sh -p <port> # Open with same port.
If you used '-d' option for location of ECF_HOME directory(i.e. for checkpoint and log file, includes etc), make sure you use the same location.
Code Block ecflow_start.sh -p <port> -d $HOME/course<dir> # Open with same port and -d ECF_HOME dir dir as used for ecflow 4
For the very first use of ecflow_ui, then move aside the old .ecflowrc directory.
Code Block mv $HOME/.ecflowrc $HOME/.ecflowrc_old4
...