Title: Migration bar get stuck
Last modified: May 8, 2021

---

# Migration bar get stuck

 *  Resolved [QuailStudio](https://wordpress.org/support/users/quailstudio/)
 * (@quailstudio)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/migration-bar-get-stuck/)
 * I am trying to migrate my website from BlueHost to AWS and when I import my .
   wpress backup the progress bar get stuck with “Restoring database…91% complete”
   
   I checked the error.log and I get those two errors
 *     ```
       May 08 2021 19:32:24
       {"Number":2,"Message":"touch(): Utime failed: Operation not permitted","File":"\/opt\/bitnami\/apps\/wordpress\/htdocs\/wp-content\/plugins\/all-in-one-wp-migration\/lib\/vendor\/servmask\/archiver\/class-ai1wm-extractor.php","Line":500}
   
       May 08 2021 19:32:24
       {"Number":2,"Message":"chmod(): Operation not permitted","File":"\/opt\/bitnami\/apps\/wordpress\/htdocs\/wp-content\/plugins\/all-in-one-wp-migration\/lib\/vendor\/servmask\/archiver\/class-ai1wm-extractor.php","Line":503}
       ```
   
 * I am using a brand new instance with WordPress.
    How could I fix this? I am using
   All-in-one-WP-migration v7.42

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [QuailStudio](https://wordpress.org/support/users/quailstudio/)
 * (@quailstudio)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/migration-bar-get-stuck/#post-14416486)
 * that’s the two lines that do not execute properly
 *     ```
       // Let's apply last modified date
       @touch( $file_name, $file_mtime );
   
       // All files should chmoded to 644
       @chmod( $file_name, $this->get_permissions_for_file() );
       ```
   
 *  Plugin Author [Yani](https://wordpress.org/support/users/yaniiliev/)
 * (@yaniiliev)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/migration-bar-get-stuck/#post-14426592)
 * Enable WP_DEBUG in wp-config.php then try to load the website: [https://wordpress.org/support/article/debugging-in-wordpress/](https://wordpress.org/support/article/debugging-in-wordpress/)
 *  Thread Starter [QuailStudio](https://wordpress.org/support/users/quailstudio/)
 * (@quailstudio)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/migration-bar-get-stuck/#post-14434479)
 * I managed to resolve this by using the terminal to change the permission for 
   the class-ai1wm-extractor.php file.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Migration bar get stuck’ is closed to new replies.

 * ![](https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334)
 * [All-in-One WP Migration and Backup](https://wordpress.org/plugins/all-in-one-wp-migration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/all-in-one-wp-migration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-wp-migration/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-wp-migration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-wp-migration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-wp-migration/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [QuailStudio](https://wordpress.org/support/users/quailstudio/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/migration-bar-get-stuck/#post-14434479)
 * Status: resolved