• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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. <info@swsoft.com>
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