Cannot Import or Export Backup on WordPress Deployed on Heroku
-
Hi, I have a WordPress Backup of my website that I used to run on cloud instance. I created the backup of it using “All-in-one WP Migration plugin.”
Now, I deployed the wordpress dyno on heroku. WordPress is running fine, I have also installed the plugin by manually keeping it on the “mu-plugins” folder. It is visible and accessible from the wp-admin console.But, when I try to “export” or “import” the backup, it gets stuck at 100% endlessly waiting, and doesn’t work. I have also given the relevant permissions(755) to all the folders of wordpress(including wp-content, wp-plugin, etc).
I have attached the logs for the same, can someone help me to fix this issue ASAP, or can someone tell me **in-depth steps** how to restore the wordpress site manually?
I have tried this thing also and fixed the permissions:
https://help.servmask.com/knowledgebase/invalid-file-permissions/Also, I have these server thresholds set:
upload_max_filesize = 1000M post_max_size = 2000M max_file_uploads = 3000 max_input_vars = 5000 max_execution_time = 9000000 max_input_time = 1200 max_input_vars = 3000 memory_limit = 3000M file_uploads = On expose_php = OffI have used this code to deploy the wordpress:
https://github.com/PhilippHeuer/wordpress-herokuHERE IS THE LOGS FOR THE HEROKU WHEN I TRIED TO EXPORT OR IMPORT THE BACKUP
https://controlc.com/358b54e6The page I need help with: [log in to see the link]
The topic ‘Cannot Import or Export Backup on WordPress Deployed on Heroku’ is closed to new replies.