Changes between Version 199 and Version 200 of Versions
- Timestamp:
- Feb 9, 2022, 6:17:53 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Versions
v199 v200 216 216 1. Update the repository metadata with `sudo apt-get update` (Ubuntu) or `sudo yum update` (CentOS 7) 217 217 2. 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 up grade rasdaman` (CentOS 7)218 3. Install the new rasdaman version with `sudo apt-get install rasdaman` (Ubuntu) or `sudo yum update rasdaman` (CentOS 7) 219 219 220 220 ==== From testing … … 225 225 2. 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)'` 226 226 3. 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 up grade rasdaman` (CentOS 7)227 4. Install the new rasdaman version with `sudo apt-get install rasdaman` (Ubuntu) or `sudo yum update rasdaman` (CentOS 7) 228 228 229 229 === Contributors