• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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