• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Dist-Upgrade Debian 11 to Debian 12 fails

OGR

New Pleskian
Server operating system version
Debian 11.11 x86_64
Plesk version and microupdate number
Plesk Obsidian 18.0.65.2
The upgrade from Debian 11 to Debian 12 fails after the successful reboot at step 17 when using this guide:


Code:
plesk installer update --skip-cleanup

The command fails with these errors:
Code:
Unpacking libodbc2:amd64 (2.3.11-2+deb12u1) ...
dpkg: error processing archive /tmp/apt-dpkg-install-KzzUiP/12-libodbc2_2.3.11-2+deb12u1_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/x86_64-linux-gnu/libodbc.so.2.0.0', which is also in package libodbc1:amd64 2.3.11-3
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)

# and further down...

Errors were encountered while processing:
 /tmp/apt-dpkg-install-KzzUiP/12-libodbc2_2.3.11-2+deb12u1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
/usr/bin/sw-engine: error while loading shared libraries: libaps.so.1: cannot open shared object file: No such file or directory

The libodbc1 package seemingly cannot be removed when trying to install libodbc2. The following dependencies for libodbc1 are installed:
  • plesk-php74-odbc, plesk-php81-odbc and plesk-php82-odbc
  • plesk-librdbmspp
I retried after uninstalling the PHP dependencies, but the "plesk-librdbmspp" is needed by "libaps" and that is needed by "sw-engine". Forcing a removal would basically remove all of Plesk. The problem seems to be the same as in this topic but it wasn't properly resolved there because completely uninstalling Plesk is not a solution.

Luckily this is a VM, so I have rolled it back to before starting the upgrade process for the time being.

Is there a proper way to fix this problem?
 
try aptitude instead, it should be able to provide suggestions how to fix this
 
I am using aptitude for this. It wasn't able to provide a solution that doesn't completely remove Plesk.
 
Back
Top