Hi FiberDC,
Hi,
Thank you for the answer
Commands are successfully applied in
but the problem continues
the command:
/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --show-components --show-options
... will allow you to see the installed packages and extensions. With the command
/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --install-component COMPONENT_NAME
... you can install additional packages and/or extensions.
With the command string "
--install-everything" ( instead of "--install-component COMPONENT_NAME" ), you can install all packages and extensions for your current Plesk version.
Apart from all, you always have the choice to use the "
--help" command, to list options and/or short informations for the binary. For example:
/usr/local/psa/admin/bin/autoinstaller --help
... and wth the command line
/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component base
... you are always up-to-date and can be sure to have all patches installed as well.