• Resolved Jakours2

    (@jakours2)


    Hello! I’ve noticed that backups are quite slow since I started using LiteSpeed. Is there a specific configuration for LiteSpeed that I need to implement?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support pbevanudp

    (@pbevanudp)

    Hello,

    If the slow speed is caused by the backup process being frequently terminated and resumed you can make an edit to the .htaccess file in the root of the site.

    Find the line that says

    # BEGIN WordPress

    and add this code above it:

    # BEGIN LiteSpeed noabort 
    <IfModule rewrite_module> 
    RewriteEngine On 
    RewriteRule .* - [E=noabort:1] 
    </IfModule> 
    # END liteSpeed noabort

    This should prevent this behaviour. If this isn’t the case please could you provide a recent backup log file via pastebin.com?

    Thread Starter Jakours2

    (@jakours2)

    Yes, solved! Thanks a lot!
    I looked in the documentation or on your website, I’m not sure, but I don’t remember seeing this little thing. If you haven’t added it yet, I suggest you do. Otherwise, I passed it over in seeing it unfortunately.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Backup speed with LiteSpeed’ is closed to new replies.