deliciousbrains / wp-migrate-db

WordPress plugin that exports your database, does a find and replace on URLs and file paths, then allows you to save it to your computer.
https://wordpress.org/plugins/wp-migrate-db/
341 stars 515 forks source link

"503 Service Unavailable" while exporting database #121

Closed bylmzio closed 2 years ago

bylmzio commented 3 years ago

I am getting following error while exporting databse:

Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. 
Please try again later.

Diagnostic Info:

Table Prefix:   wp_

WordPress Version:  5.7.2

WP Migrate DB:  2.0.2

Web Server: ..................... Apache
PHP: ............................ 7.4.19
WP Memory Limit: ................ 256M
PHP Time Limit: ................. 60
Blocked External HTTP Requests:   None
fsockopen: ...................... Enabled
OpenSSL: ........................ OpenSSL 1.1.1  11 Sep 2018
cURL: ........................... Enabled
Enable SSL verification setting:  No
Opcache Enabled: ................ Enabled

MySQL: ................... 5.7.34-nmm1-log
ext/mysqli: .............. yes
WP Locale: ............... de_DE
DB Charset: .............. utf8mb4
WPMDB_STRIP_INVALID_TEXT:  No

Debug Mode: ... No
Debug Log: .... No
Debug Display:  Yes
Script Debug:   No
PHP Error Log:  

WP Max Upload Size:  200 MB
PHP Post Max Size:   200 MB

WPMDB Bottleneck: ...... 25 MB
Compatibility Mode: .... Yes
Delay Between Requests:  0

WP_HOME: ....... Not defined
WP_SITEURL: .... Not defined
WP_CONTENT_URL:  ###################
WP_CONTENT_DIR:  #################
WP_PLUGIN_DIR:   #########################
WP_PLUGIN_URL:   ###########################

Active Theme Name:    Hello Elementor Child
Active Theme Folder: ##############################
Parent Theme Folder:  hello-elementor

Active Plugins
 -  Complianz | GDPR/CCPA Cookie Consent (v5.2.2) by Really Simple Plugins
 -  Elementor Pro (v3.3.1) by Elementor.com
 -  Elementor (v3.2.5) by Elementor.com
 -  Vendidero Helper (v1.3.0) by Vendidero
 -  Germanized für WooCommerce Pro (v3.2.3) by vendidero
 -  Germanized für WooCommerce (v3.5.0) by vendidero
 -  WooCommerce Stock Manager (v2.6.0) by StoreApps
 -  WooCommerce (v5.4.1) by Automattic
 -  WP Mail SMTP (v2.9.0) by WPForms
 -  WP Migrate DB (v2.0.2) by Delicious Brains

Must-Use Plugins
 -  Elementor Safe Mode (v1.0.0) by Elementor.com
 -  WP Migrate DB Compatibility (v1.2) by Delicious Brains
kevinwhoffman commented 2 years ago

Hi there, I know it's been a while but I wanted to follow up to let you know that this is not an error message that exists in WP Migrate DB. I'd recommend contacting your host if you continue to experience 503 errors.

bylmzio commented 2 years ago

i am the host.

AlbertoLopSie commented 2 years ago

Not a solution but could help to find it..

Enabling DEBUG to try to pinpoint the error magically made it work. Disabling debugging causes HTTP 503 again...

at wp-config.php

define ('WP_DEBUG', true);
define ('WP_DEBUG_LOG', true);
define ('WP_DEBUG_DISPLAY', false);
@ini_set ('display_errors', 0);

Timing issue ???