Project

General

Profile

Feature #2038

Updated by Alexander Watzinger 12 months ago

After "Debian":https://www.debian.org/, the standard installation system for OpenAtlas, released the new version 12 "bookworm":https://www.debian.org/News/2023/20230610.en.html we will look into, test and adapt OpenAtlas to the new available software packages. 

 * *Python* from 3.9 to *3.11.2* (changelog "3.10":https://docs.python.org/3/whatsnew/3.10.html, "3.11":https://docs.python.org/3/whatsnew/3.11.html) 
 * *Flask* from 1.1.2 to *2.2.2* 
 * *PostgreSQL* from 13.11 to *15* 
 * *PostGIS* from 3.1 *to 3.3* 
 * *Jinja2* from 2.11 to *3.1* 
 * *nodejs* from 12.22.12 to *18.13.0* 

 Removable packages: *python3-rdflib-jsonld* (python3-rdflib 6.1.1 should include this package)  
 This link might be useful when upgrading: "howto upgrade to bookworm":https://www.linuxlookup.com/howto/upgrade_debian_11_bullseye_debian_12_bookworm, in short: 
 <pre> 
 # apt update 
 # apt upgrade 
 # vim /etc/apt/sources.list (replace bullseye with bookworm, add non-free-firmware) 
 # apt update 
 # apt upgrade 
 </pre> 
 * When asked if to enable app-armor for msmtp I choose "yes" and it worked out ok 

 <pre> 
 # apt full-upgrade 
 # apt autoremove 
 # reboot 
 </pre> 

Back