• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Ubuntu 14.04 LTS: apt-package tool removed plesk packages... :-(

chris-taylor

New Pleskian
Hello,

is there a way to repair a broken plesk install using the autoinstaller?

What happened to me:
After installing and configuring Plesk I started the apt package tool
to install an additional phpmyadmin with the following command:

apt-get install phpmyadmin

This resulted in the following install dialogue:
(Mind the item "The following packages will be REMOVED:")
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
  linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  dbconfig-common javascript-common libjs-codemirror libjs-jquery
  libjs-jquery-cookie libjs-jquery-event-drag libjs-jquery-metadata
  libjs-jquery-mousewheel libjs-jquery-tablesorter libjs-jquery-ui
  libjs-underscore php-gettext
Suggested packages:
  libjs-jquery-ui-docs
The following packages will be REMOVED:
  libpam-plesk plesk-base plesk-config-troubleshooter plesk-core plesk-l10n
  plesk-mail-pc-driver plesk-management-node plesk-service-node-utilities
  plesk-web-hosting pp-sitebuilder psa-health-monitor psa-libxml-proxy
  psa-mail-driver-common psa-migration-agents psa-migration-manager
  psa-php5-configurator psa-phpfpm-configurator psa-phpmyadmin psa-phppgadmin
  psa-pylibplesk psa-updates psa-watchdog wpb-core wpb-headers
The following NEW packages will be installed:
  dbconfig-common javascript-common libjs-codemirror libjs-jquery
  libjs-jquery-cookie libjs-jquery-event-drag libjs-jquery-metadata
  libjs-jquery-mousewheel libjs-jquery-tablesorter libjs-jquery-ui
  libjs-underscore php-gettext phpmyadmin
0 upgraded, 13 newly installed, 24 to remove and 8 not upgraded.
Need to get 5,603 kB of archives.
After this operation, 367 MB disk space will be freed.
Do you want to continue? [Y/n]

And silly me just continued with <YES> :( (I sob, I sob...)

And now my plesk is gone...

Is there a way to fix this via autoinstaller?
Or do I have to repeat the complete installation?
(Luckily I have a detailed installation log...)

Kind regards

Christian
 
You had already installed Plesk phpmyadmin package - psa-phpmyadmin. Why you need additional phpmyadmin?
I think you can try to reinstall Plesk again with autoinstaller.
 
In my hosting environment I usually set up one special webhosting e.g. sql.domain.com
for providing access to the mysql server via phpmyadmin...
Using the URL https://sql.domain.com my "customers" can access the phpmyadmin interface of the mysql server
without the need of being registered as a plesk user; just by giving valid mysql login and password...

Can I make the psa-phpmyadmin package available like this as well?

Giving an alias like
Alias /SQL /usr/share/phpmyadmin
and an apache Directory-Konfiguration


Thank you

Igor
 
Hi chris-taylor,

you can define the URL of the Plesk - phpMyAdmin in the settings at "/usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/config.inc.php" ( "/opt/psa/admin/htdocs/domains/databases/phpMyAdmin/config.inc.php" ) , but be aware that Plesk might change/edit/modify your settings, in case of Plesk updates/patches/upgrades.
 
Back
Top