• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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