Changes between Version 511 and Version 512 of Versions


Ignore:
Timestamp:
Nov 29, 2024, 8:08:55 AM (6 weeks ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v511 v512  
    5252
    5353
     54=== Upgrading
     55
     56The sections below contain instructions on how to upgrade the software installation from a previous version to stable rasdaman v10.4.
     57
     58==== From v10.3
     59
     60To upgrade from the previous stable version v10.3 to stable v10.4:
     61
     621. Update the repository metadata with `sudo apt update`
     632. 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)'`
     643. Install the new rasdaman version with `sudo apt install rasdaman`
     65
     66==== From testing
     67
     68To upgrade from the testing repository to stable v10.4:
     69
     701. Change the testing package repository to the stable one in `/etc/apt/sources.list.d/rasdaman.list`
     712. 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)'`
     723. 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
     734. Update the repository metadata with `sudo apt update`
     745. Install the new rasdaman version with `sudo apt install rasdaman`
     75
     76==== From previous Ubuntu version
     77
     78Check our [https://doc.rasdaman.org/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.
     79
    5480
    5581