Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Pierre Dargham

    (@pdargham)

    Hi there !

    Sorry for waiting this long before an answer.

    In current version of the plugin, the site lists we show in the select boxes of the plugin are limited to 1000.

    It’s because select-boxesare not a good way to select value within thousands of choices. We work on a better way to do it.

    What you can do for now :

    1. Use the development version of the plugin : https://github.com/pierre-dargham/multisite-clone-duplicator we increased this number to 5000.

    2. Wait for version 1.4.0 (we will release it within a few months) that will have a different and user-friendly way to select site when the number of sites of your network is > 100.

    3. Do it with command line : Install wp-cli ( https://wp-cli.org/ ) on your server, go to your site directory, active this version of the plugin : https://github.com/pierre-dargham/multisite-clone-duplicator/tree/wp-cli and type something like
    wp site duplicate --slug='<your_new_slug>' --source=1210

    Best regards,

    Pierre

    Plugin Author Pierre Dargham

    (@pdargham)

    You can also see this pull-request if you want to know what we are going to do about large networks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can I select only one site to be used for duplication?’ is closed to new replies.