• Hello,

    I’m building a new website on wordpress.
    If it is possible, i would like to import all data from the shift controller plugin from the old wordpress to the new website. Is there a way to export all this data?

    I tried with the WPallExport plugin, there are 4 custom post types that i could export/import, but it didn’t work as expected.

    Any ideas on how to migrate the data? Thank you in advanced.

Viewing 1 replies (of 1 total)
  • Hello,
    we make use of the built-in WordPress functions to store data in custom posts, we use the following post types:

    sh4_calendar
    sh4_cfield
    sh4_employee
    sh4_shift
    sh4_shifttype

    Also we use WordPress options to save settings, our option names start with “sh4_”. Among other things, these options are used to store relationships between various entities so they are also required to export/import.

    So if you copy the posts/post_meta and options, it should work fine.

Viewing 1 replies (of 1 total)
  • The topic ‘Export / backup or migrate data’ is closed to new replies.