• Resolved Lab41

    (@lab41)


    How do you export all settings from the main site to a staging site?

    I checked the ‘transporter’ extension and it only migrates from other SEO plugins.

    I’m trying to export from one site to another my plugin settings.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sybre Waaijer

    (@cybr)

    Hello!

    TSF doesn’t have a built-in settings migration tool. But maybe you can migrate the option from the database directly instead.

    The option name you’re looking for is autodescription-site-settings. It’s stored as an array in WordPress’s Options table, which WordPress serializes, so it must be transported as-is or you risk corrupting the data.

    Here, you can find all the data (option/meta) keys TSF uses: https://tsf.fyi/kb/data-stored-in-your-database/.

    Thread Starter Lab41

    (@lab41)

    Thanks. I’ll try that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Export to a Staging Site’ is closed to new replies.