• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Is it possible to modify apt to accept the msodbcsql package MS EULA in pum?

da9h0st

New Pleskian
Server operating system version
ubuntu22.04
Plesk version and microupdate number
Plesk Obsidian 18.0.69 Update #4
Hello everyone, I have a litte problem on Plesk Obsidia 18.x with the Plesk Update Manager (pum). The Ubuntu package msodbcsql, which we need, requires acceptance of the EULA with every update. Because of this, the automatic PUM update service repeatedly throws an error. On the shell, it’s no problem to resolve this by running "ACCEPT_EULA=y apt install/upgrade/... msodbcsql...". My question is: is there a way in Plesk to permanently accept the EULA for this package or is there some other way to fix this problem?
 
I haven't tried this myself but found something that says to create a file in /etc/apt/apt.conf.d like /etc/apt/apt.conf.d/90forceyes with the following:

Bash:
APT::Get::Assume-Yes "true";
APT::Get::force-yes "true";

This will remove any kind of security checks though.

Source: https://superuser.com/a/164580
 
Back
Top