• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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