• Resolved adamb83

    (@adamb83)


    I’ve made a mistake transferring a site for a client. The old site is much larger than I thought, and I need to upload it to somewhere to extract the old posts (they have been requested by the client). Your limit 512 and the file is 583.

    I’m in a bit of trouble here, I’d really appreciate your help.

    Many thanks, Adam.

Viewing 1 replies (of 1 total)
  • Plugin Author Yani

    (@yaniiliev)

    Install WordPress locally, on your own computer where you can control PHP settings.
    You can then set the upload limit to a large enough value to accept the backup.

    The settings in PHP that you want to adjust are:

    • upload_max_filesize – set this to a value > than your backup
    • post_max_size – set this to a value > than your backup
    • memory_limit – set this to a value > than your backup
    • max_execution_time – set this to 0 (infinite)
Viewing 1 replies (of 1 total)
  • The topic ‘Extract Posts’ is closed to new replies.