• Resolved sergeyklochko

    (@sergeyklochko)


    Full backup stop at 81% and stay there few days. Hosting indicate processor and memory usage. I can’t find how to stop it. Probably I need something like “stop” button.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Backup For WP

    (@databasebackup)

    Hi, Extremely sorry for the inconvenience caused you. We are here to assist you with this. Can you please kindly let me know if the issue happens after any specific recent update?

    Thread Starter sergeyklochko

    (@sergeyklochko)

    It is looks like hosting specific problem. Some processes was terminated or restricted due high CPU/MEM usage and plugin never know it. After one day at 81% I use “stop all processes” in hosting menu and CPU/MEM loads gone. But my progress bar still at 81% and still alive ??
    Site size ~1Gb

    Plugin Author Backup For WP

    (@databasebackup)

    Hi, Thank you for the response. Can you please kindly let us know which version are you using currently? Also kindly check once by clearing the cache and let us know back the response, So that we will assist you accordingly if the issue persists the same.

    For those seeking a solution, this worked for me:
    Add the following piece of code to the functions.php file, and then delete it.

    
    function set_wpdbbkp_backupcron_status() {
        update_option('wpdbbkp_backupcron_status', 'inactive');
    }
    
    add_action('init', 'set_wpdbbkp_backupcron_status');
    
    Plugin Author Backup For WP

    (@databasebackup)

    @adamslodowy : Hi there, thank you for getting in touch with us. We want to inform you that we already have this feature in our pipeline, and it will be included in the upcoming update.

    Here is the ticket: https://github.com/ahmedkaludi/wp-database-backup/issues/62

    @databasebackup
    By the way, it would also be useful to have a button for making copies of files only.
    I also noticed the topic ‘SFTP not working?’ I think there might be a naming error here. The plugin probably supports FTPS, not SFTP. SFTP works through SSH. It would be useful to have an option to support SFTP with both password and SSH key authentication.

    Plugin Author Backup For WP

    (@databasebackup)

    Hi, thanks for sharing your concern. We have raised a GitHub ticket in our repository, and this concern will be addressed in the upcoming update.

    Here is the ticket: https://github.com/ahmedkaludi/wp-database-backup/issues/64

    Plugin Author Backup For WP

    (@databasebackup)

    Hi, Hope you are doing well. We’ve released a new update, so kindly update the plugin with the new version 6.7 and give it a try. Please feel free to reach out to us if you have any concerns.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘backup never end’ is closed to new replies.