• Resolved parakeet

    (@parakeet)


    Have you got a statement/list of what changes the plugin makes to the database?

    I don’t mean regarding the migration process.

    I mean a list of options etc kept by the plugin.

    Does it clean all this up after itself upon deletion of the plugin?

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support mohammedeisa

    (@mohammedeisa)

    Hi @parakeet ,

    Duplicator saves its information in the wp_duplicator_packages, wp_duplicator_pro_entities, wp_duplicator_pro_packages, and wp_options tables.

    Duplicator deletes all its data when you delete it.

    I hope this helps.

    Thanks!

    Thread Starter parakeet

    (@parakeet)

    Thanks. What is saved in wp_options?

    Plugin Support mohammedeisa

    (@mohammedeisa)

    Hi @parakeet ,

    There are many entries that could be saved in wp_options.

    Please open your database through PHPmyadmin, and run this query to get the rows added by Duplicator:
    SELECT * FROM wp_options WHERE option_name LIKE '%duplicator%'

    Please let me know if this helps.

    Thanks!

    Plugin Support mohammedeisa

    (@mohammedeisa)

    Hi @parakeet ,

    I’m closing this ticket for inactivity. Please don’t hesitate to contact us in a new ticket if you need any help with Duplicator.

    Thanks! 

    Thread Starter parakeet

    (@parakeet)

    So all settings stored by Duplicator contain “duplicator”?

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

The topic ‘What database settings/tables does WP-D keep?’ is closed to new replies.