Andi
Andi
Thank you, @nursoda! I had a similar problem upgrading on stable branch to 28.0.0 ... ``` Exception: Database error when running migration 28000Date20230906104802 for app core Index name "afoa" for...
I'm actually not sure if it's a bug or a feature request :)) It takes a lot of effort to test versions on different environments, create and maintain compatibility lists....
Small bugfix suggestion: The error output is in any case misleading. The database and the installation files were on the level. It was not about downgrading. Maybe it's possible to...
on taiga i get a 404 This would be a very helpful feature indeed
If anyone for some reason can't make use of PPA, here is a simple upgrade script for updating PDF-Over headless: ```bash #!/bin/bash # --- Config --- INSTALL_DIR="$HOME/PDF-Over" TMP_DIR="$(mktemp -d)" DOWNLOAD_URL="https://technology.a-sit.at/en/technology/download/pdf-over-linux/"...