Navigation:  SoftExpert Suite installation with Docker >

4th digit update

Previous  Top  Next

The 4th digit update refers to changes in the version - for example, from 2.1.9.x to 2.1.9.y. The 4th digit of the number that will be edited corresponds to a few changes, which may be bug fixes and small updates within the product.

 

To perform a 4th digit update, follow the steps below:

 

1.Search for "Windows PowerShell" in the search bar and run it as admin.

 

2.Make sure SoftExpert Suite is stopped:

C:\sesuite\sesuite.ps1 stop

 

Or, if the installation is using another disk, such as D:

D:\sesuite\sesuite.ps1 stop

 

3.Download the configuration files in disk C:

Invoke-WebRequest -Uri 'https://dockerdocs.softexpert.com/_scripts/windows/docker-compose.yml' -OutFile 'C:\sesuite\docker-compose.yml'

Invoke-WebRequest -Uri 'https://dockerdocs.softexpert.com/_scripts/windows/sesuite.ps1' -OutFile 'C:\sesuite\sesuite.ps1'

 

Or, if you are using disk D:

Invoke-WebRequest -Uri 'https://dockerdocs.softexpert.com/_scripts/windows/docker-compose.yml' -OutFile 'D:\sesuite\docker-compose.yml'

Invoke-WebRequest -Uri 'https://dockerdocs.softexpert.com/_scripts/windows/sesuite.ps1' -OutFile 'D:\sesuite\sesuite.ps1'

Remember to configure docker-compose.yml again if you have a shared directory.

 

4.Run the script to perform the update:

C:\sesuite\sesuite.ps1 update

 

Or, if the installation is using another disk, such as D:

D:\sesuite\sesuite.ps1 update

 

5.Add the desired version, when requested, to the console:

 

update

 

This is only an example. Usually, versions are, for example, 2.1.9.20, including the dots.

 

6.Use this command to start SoftExpert Suite:

C:\sesuite\sesuite.ps1 start

 

Or, if the installation is using another disk, such as D:

D:\sesuite\sesuite.ps1 start

 

Windows PowerShell will automatically start downloading the container and the new version, such as in the example below:

 

equalizeupdate