• 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.

Cant backup large databases with phpmyadmin

  • Thread starter Ulrik Christensen
  • Start date
U

Ulrik Christensen

Guest
Hello

I have a problem, I cant backup large databases with phpmyadmin.
Normally this can be solved with some edits in php.ini

But that doesn't seem to be enough with Plesk.
I get a browser error telling me that export.php was not found.

I can backup using SSH
And I can install "my own" phpmyadmin on the server.

The thing is that I want be able to backup my databases in phpmyadmin.

Does anybody have a solution for this?
 
A friendly bump.

Can anybody help me with this issue?
 
Hi

You can try to increase the value memory_limit in /usr/local/psa/admin/conf/php.ini to higher value and restart
Plesk CP after that.
# cat /usr/local/psa/admin/conf/php.ini | grep memory_limit
memory_limit = 128M

Set it to 512 for example..
 
Hi Yulia Kostina

Thank You Thank You Thank You :eek:)
That did the trick.
 
Back
Top