• Resolved Joehann

    (@joehann)


    Duplicator stopped working on my website for some reason unknown to me. I have an error log, but I can’t see any source or explanation for the error there. The backup process no longer goes beyond 20%, whether I backup everything or just the database. Any idea what the problem could be and what I can do?

    Here is the error log:

    VERSION:	1.5.2.1
    WORDPRESS:	6.1.1
    PHP INFO:	7.4.33 | SAPI: fpm-fcgi
    SERVER:		Apache 
    PHP TIME LIMIT: (0) no time limit imposed 
    PHP MAX MEMORY: 4294967296 (1024M default) 
    MEMORY STACK: 24MB
    
    ********************************************************************************
    DATABASE:
    ********************************************************************************
    BUILD MODE:   MYSQLDUMP
    MYSQLTIMEOUT: 5000
    MYSQLDUMP:    Is Supported
    MYSQL DUMP ERROR 3
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support devdavidam

    (@devdavidam)

    @joehann please change the setting SQL Mode to PHP Code at Duplicator > Settings > Packages. This should resolve the issue.

    Thread Starter Joehann

    (@joehann)

    Not yet. After changing to PHP Code, I now get this message after the failed backup process:

    ERROR: Das Archiv hat die Konsistenzprüfung nicht bestanden. (Translated with Deepl:"The archive has not passed the consistency check.")
    FILE: /www/htdocs/m0137285/mywebsite.com/wp-content/plugins/duplicator/classes/package/class.pack.installer.php[842]
    #0 /www/htdocs/m0137285/mywebsite.com/wp-content/plugins/duplicator/classes/package/class.pack.installer.php(815): DUP_Installer->zipArchiveCheck()
    #1 /www/htdocs/m0137285/mywebsite.com/wp-content/plugins/duplicator/classes/package/class.pack.installer.php(764): DUP_Installer->zipArchiveAddExtra()
    #2 /www/htdocs/m0137285/mywebsite.com/wp-content/plugins/duplicator/classes/package/class.pack.installer.php(70): DUP_Installer->add_extra_files(Object(DUP_Package))
    #3 /www/htdocs/m0137285/mywebsite.com/wp-content/plugins/duplicator/classes/package/class.pack.php(1368): DUP_Installer->build(Object(DUP_Package))
    #4 /www/htdocs/m0137285/mywebsite.com/wp-content/plugins/duplicator/ctrls/ctrl.package.php(89): DUP_Package->runZipBuild()
    #5 /www/htdocs/m0137285/mywebsite.com/wp-includes/class-wp-hook.php(308): duplicator_package_build('')
    #6 /www/htdocs/m0137285/mywebsite.com/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters('', Array)
    #7 /www/htdocs/m0137285/mywebsite.com/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
    #8 /www/htdocs/m0137285/mywebsite.com/wp-admin/admin-ajax.php(188): do_action('wp_ajax_duplica...')
    #9 {main}
    Plugin Support devdavidam

    (@devdavidam)

    @joehann there seems to be a bug with the latest version of mysql which causes mysqldump not to function correctly. Downgrading the mysql version resolves the issue.

    https://stackoverflow.com/questions/75183032/mysqldump-for-aws-rds-flush-tables-error-on-linux-only

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Backup process doesn’t go beyond 20%’ is closed to new replies.