Title: Errors after updating plugin
Last modified: September 1, 2016

---

# Errors after updating plugin

 *  Resolved [Dinho78](https://wordpress.org/support/users/dinho78/)
 * (@dinho78)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/errors-after-updating-plugin-1/)
 * Hi Cory,
 * The last couple of versions updating the plugin gives the following errors after
   updating to a new version:
 *     ```
       WordPress database error: [Duplicate column name 'id']
       ALTER TABLE 9lT7F3hI8_duplicator_packages ADD COLUMN <code>id</code>	BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY
   
       WordPress database error: [Duplicate column name 'name']
       ALTER TABLE 9lT7F3hI8_duplicator_packages ADD COLUMN <code>name</code>	VARCHAR(250)	NOT NULL
   
       WordPress database error: [Duplicate column name 'hash']
       ALTER TABLE 9lT7F3hI8_duplicator_packages ADD COLUMN <code>hash</code>	VARCHAR(50)	NOT NULL
   
       WordPress database error: [Duplicate column name 'status']
       ALTER TABLE 9lT7F3hI8_duplicator_packages ADD COLUMN <code>status</code>	INT(11)	NOT NULL
   
       WordPress database error: [Duplicate column name 'created']
       ALTER TABLE 9lT7F3hI8_duplicator_packages ADD COLUMN <code>created</code>	DATETIME	NOT NULL DEFAULT '0000-00-00 00:00:00'
   
       WordPress database error: [Duplicate column name 'owner']
       ALTER TABLE 9lT7F3hI8_duplicator_packages ADD COLUMN <code>owner</code>	VARCHAR(60)	NOT NULL
   
       WordPress database error: [Duplicate column name 'package']
       ALTER TABLE 9lT7F3hI8_duplicator_packages ADD COLUMN <code>package</code>	MEDIUMBLOB	NOT NULL
   
       WordPress database error: [Duplicate key name 'hash']
       ALTER TABLE 9lT7F3hI8_duplicator_packages ADD KEY <code>hash</code> (<code>hash</code>)
       ```
   
 * The plugin continues to work though. 🙂 So the functionality doesn’t seem to 
   be affected. Any idea’s?
 * [https://wordpress.org/plugins/duplicator/](https://wordpress.org/plugins/duplicator/)

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

 *  [Cory Lamle](https://wordpress.org/support/users/corylamleorg/)
 * (@corylamleorg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/errors-after-updating-plugin-1/#post-7497855)
 * Thanks for the feedback!
 * You can ignore those. Basically one of the core WP functions DBDelta sometimes
   runs even though no DB changes are made. This has happened to me every great 
   once and while as well. I haven’t really seen of a way to suppress it at this
   point…
 *  Thread Starter [Dinho78](https://wordpress.org/support/users/dinho78/)
 * (@dinho78)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/errors-after-updating-plugin-1/#post-7497868)
 * Alrighty, thanks for the reply!
 *  [Cory Lamle](https://wordpress.org/support/users/corylamleorg/)
 * (@corylamleorg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/errors-after-updating-plugin-1/#post-7497904)
 * Sure, No Problem…

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

The topic ‘Errors after updating plugin’ is closed to new replies.

 * ![](https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2906985)
 * [Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More](https://wordpress.org/plugins/duplicator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/duplicator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/duplicator/)
 * [Active Topics](https://wordpress.org/support/plugin/duplicator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/duplicator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/duplicator/reviews/)

## Tags

 * [database](https://wordpress.org/support/topic-tag/database/)
 * [duplicate](https://wordpress.org/support/topic-tag/duplicate/)

 * 3 replies
 * 2 participants
 * Last reply from: [Cory Lamle](https://wordpress.org/support/users/corylamleorg/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/errors-after-updating-plugin-1/#post-7497904)
 * Status: resolved