Hi all,
While trying to install Devolutions Server on Linux , I encountered a critical issue with the latest Devolutions.PowerShell module version 2025.1.1.
The cmdlet Update-DPSDatabase does not work — it throws an error when attempting to initialize or update the DVLS database. This effectively breaks the entire installation flow on Linux when using the latest module.
I confirmed that this issue does not exist in version 2024.3.5 . Downgrading the module resolves the problem, and DVLS installs correctly afterward.
You can install the working version with:
Install-Module Devolutions.PowerShell -RequiredVersion 2024.3.5 -Force
I actually figured this out after installing the Docker Version and checking the Dockerfile that is used to build the DVLS Container. The script uses 2024.3.5
No one else has posted about this yet, so I wanted to raise visibility. Would be great if the Devolutions team could review this regression in Update-DPSDatabase for 2025.1.1.
Let me know if logs or error messages are needed — happy to provide.
Thanks!
BR,
Greg