fix(dawarich): add missing build deps and handle seed failure

- Add missing system dependencies from upstream Dockerfile:
  libgeos++-dev, libxml2-dev, libxslt-dev, libjemalloc-dev
- Sort dependency list alphabetically
- Split db:prepare into db:create + db:schema:load + db:seed
  to handle upstream rgeo-geojson 2.2.0 seed bug gracefully

Fixes #12395
This commit is contained in:
CanbiZ (MickLesk)
2026-02-28 10:35:37 +01:00
parent 1e391e22ce
commit ae61461baa
2 changed files with 20 additions and 13 deletions

View File

@@ -29,6 +29,8 @@ function update_script() {
exit
fi
ensure_dependencies libgeos++-dev libxml2-dev libxslt-dev libjemalloc-dev
if check_for_gh_release "dawarich" "Freika/dawarich"; then
msg_info "Stopping Services"
systemctl stop dawarich-web dawarich-worker