Okay
  Public Ticket #2229294
Exporting Existing WPData Tables Data to New Website
Closed

Comments

  • bk started the conversation

    Hi

    I searched in documentation plus Googled but not found way to migrate data of wpDataTables.

    We facing some tech issues in our current WP installation, So we need to Install our Tender84.com website from scratch. 

    Kindly guide me how to export existing settings, Tables and Graphs ?

    and How to Import all settings & data on new website ?

    Regards
    Bk Kalia

  •  2,499
    Aleksandar replied

    Hello Bk Kalia.

    Thank you for your purchase.

    When you are moving your website, we can suggest using the Duplicator plugin. We use it and it's working fine, because it will transfer all the files and also the tables to the new database. 

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  • bk replied

    Sorry,

    We have major database issues so we need to install fresh copy of Wordpress on new server.

    If wpDataTables don't have export functionality then which specific table from database I can export ?

    Regards

    Bk Kalia

  •  2,499
    Aleksandar replied

    Hey Kalia

    Sorry for the late response, we're not working on weekends.

    Well the thing is that you can export the manual tables created in the database easily (they are entitled wp_wpdatatable_#, where wp_ is your database prefix, and # the corresponding table ID).

    However, all other tables (linked to an existing data source) store information in a few places:

    wp_options

    wp_wpdatacharts

    wp_wpdatatables

    wp_wpdatatables_columns

    Mostly it is saved in the wp_wpdatatables_columns table, but the configuration is linked to the table ID from the plugin, so you may need to recreate them in the same order in which you created them here. You can copy those tables, but I can't guarantee that all of them will work after you transfer them to a new database.

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  • IW replied

    hi, are there any plans yet to allow the export of wpdatatables for migration to a new site? I have hundreds of wpdatatables and it seems impossible to recreate them. I'm doing a fresh installation of my site due to database issues and I want to migrate my tables intact with all the conditional formatting and settings. 

    I'm no database expert and would like a good manual on how to migrate them if there's no export option yet. I do have duplicator pro, but I'm not sure what it means that I have to recreate the tables in the same order after I've moved the tables. I also don't want to migrate wp_options because it's bloated and one main reason I want to reset everything. A more thorough explanation of how to move wp_options would be good. (basically what are the wp_options I should keep alive? are they all prefixed with "wdt"?) I also don't know where my wp_wpdatatalbe_#s are. They don't seem to appear in duplicator pro's database table filters.

    A simple export option would be so nice..

  • Dominic replied

    Compañero mejor cambia de plugin a Tablepress es gratuito tiene la opción de importar y exportar integradas.

    Wpdatatabler perdí más de 20 tablas por no poder migrarlas, 2 años de trabajo perdido, ahora uso tablepress y estoy supercontento, nada que pedirle wpdatables que es de pago y esta mocho.

  •  2,499
    Aleksandar replied

    Hello Dominic.

    We're sorry to see you were unable to migrate tables from wpDataTables to another site. This, of course, can be done but at the time it requires some additional work.

    Other than cloning the site, another option would be to copy all database tables (wp_wpdatatable_#) along with tables wp_wpdatatables, wp_wpdatacharts, wp_wpdatatables_rows and wp_wpdatatables_columns. Then, in wp_options table, you would also need to export the following option_names:

    • wdtPreventDeletingTables
    • wdtUseSeparateCon
    • wdtSeparateCon
    • wdtTimepickerRange
    • wdtTimeFormat
    • wdtTabletWidth
    • wdtTablesPerPage
    • wdtSumFunctionsLabel
    • wdtRenderFilter
    • wdtRenderCharts
    • wdtIncludeBootstrap
    • wdtIncludeBootstrapBackEnd
    • wdtPreventDeletingTables
    • wdtParseShortcodes
    • wdtNumbersAlign
    • wdtBorderRemoval
    • wdtBorderRemovalHeader
    • wdtNumberFormat
    • wdtMobileWidth
    • wdtMinifiedJs
    • wdtMinFunctionsLabel
    • wdtMaxFunctionsLabel
    • wdtLeftOffset
    • wdtTopOffset
    • wdtInterfaceLanguage
    • wdtGeneratedTablesCount
    • wdtFontColorSettings
    • wdtDecimalPlaces
    • wdtCSVDelimiter
    • wdtDateFormat
    • wdtCustomJs
    • wdtCustomCss
    • wdtBaseSkin
    • wdtAvgFunctionsLabel
    • wdtInstallDate
    • wdtRatingDiv
    • wdtMDNewsDiv
    • wdtTempFutureDate

    It is rather cumbersome to do all this, but unfortunately at the moment, it's the only way. Also, for tables linked to an existing data source, you would need to change the file path, because at the moment the file path depends on the domain, so if you change the domain, the URL to the file will also have to be changed.

    Our developers are working on creating an "Export" function, so this will be much simpler in the future.

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •  2
    Alejandro replied

    Hi Aleksandar.

    Same case for me.. I have a bunch of table create in I working in a clean wordpress instalation. so copy the tables no problem. so I made a search in my sp_option tables with %wdt% criteria and the result was 61 registers more that you noted.. 

    I suppose I should export and import all of them right?

    Regards an Happy New Year.


    Alejandro

    Attached files:  wp_option_registers_wdt.pdf

  •  1,698
    Miloš replied

    Hi Alejandro,

    We are double-checking this with our Senior Team and our QA to confirm it for you.

    As far as i can see, yes, you should simply export all of these options that start with the "wdt", but we are double-checking.

    Going to report back as soon as possible.

    Thank you for your patience.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •  1,698
    Miloš replied

    Hi Alejandro,

    We got feedback from our QA Team, they explained how that works.

    Basically, all these additional options you found, they are automatically 'filled in' based on your other settings in the Plugin.


    So if we were to run the same SQL Query as you did on our Database, we would get all the same data, just probably some options would be differently 'set' / 'filled out', depending how we configure our settings in the Plugin, and if we activate a licence or not, etc, such as for example wdtNumberFormat, wdtTablesPerPage, Custom css, json and similar.

    All these settings are being populated when the Plugin gets installed on WordPress.

    The main/most important options have been listed by colleague Aleksandar in the previous response;

    all these other/additional options are going to get 'populated' automatically based on how you will use the Plugin, but there should be no harm if you export them all, so you can freely do so if you wish, they should just get populated either way, if that makes sense.

    I hope that clarifies everything, but let us know how it goes when you do the migration and if you have any additional questions.

    Thank you.


    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables