• 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.

Application Vault Package Building under Debian

W

webseitn

Guest
Hi everybody,

when I try to add an application vault package built as described in the plesk manual I always get an error message:

Code:
sappmng: ERROR: not ZIP-archive
sappmng: ERROR: not ZIP-archive
0

I use the command
Code:
dpkg -b typo3-4.1.2-1
to build the package (no errors).

And I use
Code:
/opt/psa/admin/bin/sappmng --test-package-vault --package-file=/root/typo3-4.1.2-1.deb
to test it.

This is my DEBIAN/control:
Code:
Section: free
Maintainer: SW Soft Inc. <[email protected]>
Package: psa-appvault-typo3-4.1.2-1
Version: 4.1.2)
Installed-size: 1000000
Architecture: all
Depends: psa (>= 8.0)
Provides: plesk-application-vault
Description: No desc.
 
Back
Top