• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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