Changes between Version 199 and Version 200 of Versions


Ignore:
Timestamp:
Feb 9, 2022, 6:17:53 PM (2 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v199 v200  
    2162161. Update the repository metadata with `sudo apt-get update` (Ubuntu) or `sudo yum update` (CentOS 7)
    2172172. Stop rasdaman with `sudo service rasdaman stop`; make sure that the processes are really stopped: if `ps aux | grep -E 'ras(mgr|server)'` returns any processes, stop them with `pkill -9 -f 'ras(mgr|server)'`
    218 3. Install the new rasdaman version with `sudo apt-get install rasdaman` (Ubuntu) or `sudo yum upgrade rasdaman` (CentOS 7)
     2183. Install the new rasdaman version with `sudo apt-get install rasdaman` (Ubuntu) or `sudo yum update rasdaman` (CentOS 7)
    219219
    220220==== From testing
     
    2252252. Stop rasdaman with `sudo service rasdaman stop`; make sure that the processes are really stopped: if `ps aux | grep -E 'ras(mgr|server)'` returns any processes, stop them with `pkill -9 -f 'ras(mgr|server)'`
    2262263. Remove the current rasdaman package with `sudo apt-get remove rasdaman` (Ubuntu) or `sudo yum erase rasdaman` (CentOS 7); this is required because the stable package has the same version but a lower iteration number than the testing one
    227 4. Install the new rasdaman version with `sudo apt-get install rasdaman` (Ubuntu) or `sudo yum upgrade rasdaman` (CentOS 7)
     2274. Install the new rasdaman version with `sudo apt-get install rasdaman` (Ubuntu) or `sudo yum update rasdaman` (CentOS 7)
    228228
    229229=== Contributors