OpenProject: Various fixes (#12246)

* Updates

* Add jemalloc

* Better engrish
This commit is contained in:
Slaviša Arežina
2026-02-25 08:22:48 +01:00
committed by GitHub
parent 31f410c3e5
commit 191539b28b
3 changed files with 33 additions and 11 deletions

View File

@@ -23,7 +23,7 @@
"ram": 4096,
"hdd": 8,
"os": "Debian",
"version": "12"
"version": "13"
}
}
],
@@ -31,5 +31,10 @@
"username": "admin",
"password": "admin"
},
"notes": []
"notes": [
{
"text": "If you want to update from v15.x to v17.x, please read `https://www.openproject.org/docs/installation-and-operations/operation/upgrading/#major-upgrades` before doing so.",
"type": "warning"
}
]
}