• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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