| 30 | |
| 31 | === Upgrading |
| 32 | |
| 33 | The sections below contain instructions on how to upgrade the software installation from a previous version to stable rasdaman v10.3. |
| 34 | |
| 35 | ==== From v10.2 |
| 36 | |
| 37 | To upgrade from the previous stable version v10.2 to stable v10.3: |
| 38 | |
| 39 | 1. Update the repository metadata with `sudo apt update` |
| 40 | 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)'` |
| 41 | 3. Install the new rasdaman version with `sudo apt install rasdaman` |
| 42 | |
| 43 | ==== From testing |
| 44 | |
| 45 | To upgrade from the testing repository to stable v10.3: |
| 46 | |
| 47 | 1. Change the testing package repository to the stable one in `/etc/apt/sources.list.d/rasdaman.list` |
| 48 | 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)'` |
| 49 | 3. Remove the current rasdaman package with `sudo apt remove rasdaman`; this is required because the stable package has the same version but a lower iteration number than the testing one |
| 50 | 4. Install the new rasdaman version with `sudo apt install rasdaman` |
| 51 | |
| 52 | ==== From previous Ubuntu version |
| 53 | |
| 54 | Check our [https://doc.rasdaman.org/10.2/02_inst-guide.html#migration migration guide] for hints on how to upgrade your Ubuntu OS, or migrate your installation from one machine to another. |