Magento 2: is it possible to migrate only customer using migration tool












3















I want to migrate all customers from magento 1.9.0.1 to 2.1.5 Magento. I dont want to migrate product and other things. Is it possible?



When i run bin/magento migrate:data this command it will migrate all things product, order and customer but I dont want migrate products and orders.










share|improve this question





























    3















    I want to migrate all customers from magento 1.9.0.1 to 2.1.5 Magento. I dont want to migrate product and other things. Is it possible?



    When i run bin/magento migrate:data this command it will migrate all things product, order and customer but I dont want migrate products and orders.










    share|improve this question



























      3












      3








      3


      1






      I want to migrate all customers from magento 1.9.0.1 to 2.1.5 Magento. I dont want to migrate product and other things. Is it possible?



      When i run bin/magento migrate:data this command it will migrate all things product, order and customer but I dont want migrate products and orders.










      share|improve this question
















      I want to migrate all customers from magento 1.9.0.1 to 2.1.5 Magento. I dont want to migrate product and other things. Is it possible?



      When i run bin/magento migrate:data this command it will migrate all things product, order and customer but I dont want migrate products and orders.







      magento2 magento2-migration-tool






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 13 '18 at 14:08









      Tim Bezhashvyly

      10.4k43765




      10.4k43765










      asked Mar 18 '17 at 7:58









      Navin BhudiyaNavin Bhudiya

      7461024




      7461024






















          4 Answers
          4






          active

          oldest

          votes


















          8














          Yes,



          It is possible to migrate only customers using migration tool.



          But to achieve the same you need to know which tables are required to be migrated.



          so, to break the solution into major steps :




          step 1 : Comment all the non required steps



          step 2 : Now Solve the errors for un-mapped fields if any.



          step 3 : start migration by using cli command




          bin/magento migrate:data <config.xml_path>


          this should do the trick.



          Get the idea about how tool is working and you will be able to perform above mentioned steps.



          Now you asked about the steps in your comment, So, trying to answer that :



          <step title="Customer Attributes Step">
          <integrity>MigrationStepCustomerIntegrity</integrity>
          <data>MigrationStepCustomerData</data>
          <volume>MigrationStepCustomerVolume</volume>
          </step>


          keep this step and comment others. Solve the errors if any and run the data migration tool.






          share|improve this answer


























          • can you please explain me which steps i need to comment for that? because i am working first time on that

            – Navin Bhudiya
            Mar 18 '17 at 16:06











          • Welcome. Happy to help :)

            – Pankaj Bhope
            Mar 19 '17 at 4:54











          • Customers are migrated in database but not displaying in ADMIN. can you help me? All other content is migrated except customer.

            – Jai
            May 4 '17 at 9:39











          • my mistake was here. Customer and all data is migrated.

            – Jai
            May 8 '17 at 12:34











          • if i want to migrate only ORDERS? All data is migrating even customers individually is also migrating. Want only Orders. Which is right steps for it?

            – Jai
            May 8 '17 at 12:36



















          0














          Files to specify in option tags in config.xml are



           <map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
          <customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
          <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
          <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
          <class_map>etc/opensource-to-opensource/class-map.xml</class_map>





          share|improve this answer

































            0














            mode and steps in that mode you need in config.xml is



            <steps mode="data">
            <step title="Customer Attributes Step">
            <integrity>MigrationStepCustomerIntegrity</integrity>
            <data>MigrationStepCustomerData</data>
            <volume>MigrationStepCustomerVolume</volume>
            </step>
            <step title="Map Step">
            <integrity>MigrationStepMapIntegrity</integrity>
            <data>MigrationStepMapData</data>
            <volume>MigrationStepMapVolume</volume>
            </step></steps>


            Files to specify in option tags in config.xml are



             <map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
            <customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
            <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
            <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
            <class_map>etc/opensource-to-opensource/class-map.xml</class_map>


            i have perfect answer for this



            rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml






            share|improve this answer

































              -1














              i have perfect answer for this



              rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml






              share|improve this answer


























              • Please don't post multiple answers. You can edit one answer and add more details if needed

                – Marius
                Jul 11 '18 at 12:15











              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "479"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f164989%2fmagento-2-is-it-possible-to-migrate-only-customer-using-migration-tool%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              4 Answers
              4






              active

              oldest

              votes








              4 Answers
              4






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              8














              Yes,



              It is possible to migrate only customers using migration tool.



              But to achieve the same you need to know which tables are required to be migrated.



              so, to break the solution into major steps :




              step 1 : Comment all the non required steps



              step 2 : Now Solve the errors for un-mapped fields if any.



              step 3 : start migration by using cli command




              bin/magento migrate:data <config.xml_path>


              this should do the trick.



              Get the idea about how tool is working and you will be able to perform above mentioned steps.



              Now you asked about the steps in your comment, So, trying to answer that :



              <step title="Customer Attributes Step">
              <integrity>MigrationStepCustomerIntegrity</integrity>
              <data>MigrationStepCustomerData</data>
              <volume>MigrationStepCustomerVolume</volume>
              </step>


              keep this step and comment others. Solve the errors if any and run the data migration tool.






              share|improve this answer


























              • can you please explain me which steps i need to comment for that? because i am working first time on that

                – Navin Bhudiya
                Mar 18 '17 at 16:06











              • Welcome. Happy to help :)

                – Pankaj Bhope
                Mar 19 '17 at 4:54











              • Customers are migrated in database but not displaying in ADMIN. can you help me? All other content is migrated except customer.

                – Jai
                May 4 '17 at 9:39











              • my mistake was here. Customer and all data is migrated.

                – Jai
                May 8 '17 at 12:34











              • if i want to migrate only ORDERS? All data is migrating even customers individually is also migrating. Want only Orders. Which is right steps for it?

                – Jai
                May 8 '17 at 12:36
















              8














              Yes,



              It is possible to migrate only customers using migration tool.



              But to achieve the same you need to know which tables are required to be migrated.



              so, to break the solution into major steps :




              step 1 : Comment all the non required steps



              step 2 : Now Solve the errors for un-mapped fields if any.



              step 3 : start migration by using cli command




              bin/magento migrate:data <config.xml_path>


              this should do the trick.



              Get the idea about how tool is working and you will be able to perform above mentioned steps.



              Now you asked about the steps in your comment, So, trying to answer that :



              <step title="Customer Attributes Step">
              <integrity>MigrationStepCustomerIntegrity</integrity>
              <data>MigrationStepCustomerData</data>
              <volume>MigrationStepCustomerVolume</volume>
              </step>


              keep this step and comment others. Solve the errors if any and run the data migration tool.






              share|improve this answer


























              • can you please explain me which steps i need to comment for that? because i am working first time on that

                – Navin Bhudiya
                Mar 18 '17 at 16:06











              • Welcome. Happy to help :)

                – Pankaj Bhope
                Mar 19 '17 at 4:54











              • Customers are migrated in database but not displaying in ADMIN. can you help me? All other content is migrated except customer.

                – Jai
                May 4 '17 at 9:39











              • my mistake was here. Customer and all data is migrated.

                – Jai
                May 8 '17 at 12:34











              • if i want to migrate only ORDERS? All data is migrating even customers individually is also migrating. Want only Orders. Which is right steps for it?

                – Jai
                May 8 '17 at 12:36














              8












              8








              8







              Yes,



              It is possible to migrate only customers using migration tool.



              But to achieve the same you need to know which tables are required to be migrated.



              so, to break the solution into major steps :




              step 1 : Comment all the non required steps



              step 2 : Now Solve the errors for un-mapped fields if any.



              step 3 : start migration by using cli command




              bin/magento migrate:data <config.xml_path>


              this should do the trick.



              Get the idea about how tool is working and you will be able to perform above mentioned steps.



              Now you asked about the steps in your comment, So, trying to answer that :



              <step title="Customer Attributes Step">
              <integrity>MigrationStepCustomerIntegrity</integrity>
              <data>MigrationStepCustomerData</data>
              <volume>MigrationStepCustomerVolume</volume>
              </step>


              keep this step and comment others. Solve the errors if any and run the data migration tool.






              share|improve this answer















              Yes,



              It is possible to migrate only customers using migration tool.



              But to achieve the same you need to know which tables are required to be migrated.



              so, to break the solution into major steps :




              step 1 : Comment all the non required steps



              step 2 : Now Solve the errors for un-mapped fields if any.



              step 3 : start migration by using cli command




              bin/magento migrate:data <config.xml_path>


              this should do the trick.



              Get the idea about how tool is working and you will be able to perform above mentioned steps.



              Now you asked about the steps in your comment, So, trying to answer that :



              <step title="Customer Attributes Step">
              <integrity>MigrationStepCustomerIntegrity</integrity>
              <data>MigrationStepCustomerData</data>
              <volume>MigrationStepCustomerVolume</volume>
              </step>


              keep this step and comment others. Solve the errors if any and run the data migration tool.







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Mar 18 '17 at 16:52

























              answered Mar 18 '17 at 11:37









              Pankaj BhopePankaj Bhope

              951220




              951220













              • can you please explain me which steps i need to comment for that? because i am working first time on that

                – Navin Bhudiya
                Mar 18 '17 at 16:06











              • Welcome. Happy to help :)

                – Pankaj Bhope
                Mar 19 '17 at 4:54











              • Customers are migrated in database but not displaying in ADMIN. can you help me? All other content is migrated except customer.

                – Jai
                May 4 '17 at 9:39











              • my mistake was here. Customer and all data is migrated.

                – Jai
                May 8 '17 at 12:34











              • if i want to migrate only ORDERS? All data is migrating even customers individually is also migrating. Want only Orders. Which is right steps for it?

                – Jai
                May 8 '17 at 12:36



















              • can you please explain me which steps i need to comment for that? because i am working first time on that

                – Navin Bhudiya
                Mar 18 '17 at 16:06











              • Welcome. Happy to help :)

                – Pankaj Bhope
                Mar 19 '17 at 4:54











              • Customers are migrated in database but not displaying in ADMIN. can you help me? All other content is migrated except customer.

                – Jai
                May 4 '17 at 9:39











              • my mistake was here. Customer and all data is migrated.

                – Jai
                May 8 '17 at 12:34











              • if i want to migrate only ORDERS? All data is migrating even customers individually is also migrating. Want only Orders. Which is right steps for it?

                – Jai
                May 8 '17 at 12:36

















              can you please explain me which steps i need to comment for that? because i am working first time on that

              – Navin Bhudiya
              Mar 18 '17 at 16:06





              can you please explain me which steps i need to comment for that? because i am working first time on that

              – Navin Bhudiya
              Mar 18 '17 at 16:06













              Welcome. Happy to help :)

              – Pankaj Bhope
              Mar 19 '17 at 4:54





              Welcome. Happy to help :)

              – Pankaj Bhope
              Mar 19 '17 at 4:54













              Customers are migrated in database but not displaying in ADMIN. can you help me? All other content is migrated except customer.

              – Jai
              May 4 '17 at 9:39





              Customers are migrated in database but not displaying in ADMIN. can you help me? All other content is migrated except customer.

              – Jai
              May 4 '17 at 9:39













              my mistake was here. Customer and all data is migrated.

              – Jai
              May 8 '17 at 12:34





              my mistake was here. Customer and all data is migrated.

              – Jai
              May 8 '17 at 12:34













              if i want to migrate only ORDERS? All data is migrating even customers individually is also migrating. Want only Orders. Which is right steps for it?

              – Jai
              May 8 '17 at 12:36





              if i want to migrate only ORDERS? All data is migrating even customers individually is also migrating. Want only Orders. Which is right steps for it?

              – Jai
              May 8 '17 at 12:36













              0














              Files to specify in option tags in config.xml are



               <map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
              <customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
              <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
              <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
              <class_map>etc/opensource-to-opensource/class-map.xml</class_map>





              share|improve this answer






























                0














                Files to specify in option tags in config.xml are



                 <map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
                <customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
                <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
                <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
                <class_map>etc/opensource-to-opensource/class-map.xml</class_map>





                share|improve this answer




























                  0












                  0








                  0







                  Files to specify in option tags in config.xml are



                   <map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
                  <customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
                  <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
                  <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
                  <class_map>etc/opensource-to-opensource/class-map.xml</class_map>





                  share|improve this answer















                  Files to specify in option tags in config.xml are



                   <map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
                  <customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
                  <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
                  <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
                  <class_map>etc/opensource-to-opensource/class-map.xml</class_map>






                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Jul 11 '18 at 11:08

























                  answered Jul 11 '18 at 10:29









                  Ds uppalDs uppal

                  11




                  11























                      0














                      mode and steps in that mode you need in config.xml is



                      <steps mode="data">
                      <step title="Customer Attributes Step">
                      <integrity>MigrationStepCustomerIntegrity</integrity>
                      <data>MigrationStepCustomerData</data>
                      <volume>MigrationStepCustomerVolume</volume>
                      </step>
                      <step title="Map Step">
                      <integrity>MigrationStepMapIntegrity</integrity>
                      <data>MigrationStepMapData</data>
                      <volume>MigrationStepMapVolume</volume>
                      </step></steps>


                      Files to specify in option tags in config.xml are



                       <map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
                      <customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
                      <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
                      <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
                      <class_map>etc/opensource-to-opensource/class-map.xml</class_map>


                      i have perfect answer for this



                      rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml






                      share|improve this answer






























                        0














                        mode and steps in that mode you need in config.xml is



                        <steps mode="data">
                        <step title="Customer Attributes Step">
                        <integrity>MigrationStepCustomerIntegrity</integrity>
                        <data>MigrationStepCustomerData</data>
                        <volume>MigrationStepCustomerVolume</volume>
                        </step>
                        <step title="Map Step">
                        <integrity>MigrationStepMapIntegrity</integrity>
                        <data>MigrationStepMapData</data>
                        <volume>MigrationStepMapVolume</volume>
                        </step></steps>


                        Files to specify in option tags in config.xml are



                         <map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
                        <customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
                        <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
                        <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
                        <class_map>etc/opensource-to-opensource/class-map.xml</class_map>


                        i have perfect answer for this



                        rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml






                        share|improve this answer




























                          0












                          0








                          0







                          mode and steps in that mode you need in config.xml is



                          <steps mode="data">
                          <step title="Customer Attributes Step">
                          <integrity>MigrationStepCustomerIntegrity</integrity>
                          <data>MigrationStepCustomerData</data>
                          <volume>MigrationStepCustomerVolume</volume>
                          </step>
                          <step title="Map Step">
                          <integrity>MigrationStepMapIntegrity</integrity>
                          <data>MigrationStepMapData</data>
                          <volume>MigrationStepMapVolume</volume>
                          </step></steps>


                          Files to specify in option tags in config.xml are



                           <map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
                          <customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
                          <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
                          <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
                          <class_map>etc/opensource-to-opensource/class-map.xml</class_map>


                          i have perfect answer for this



                          rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml






                          share|improve this answer















                          mode and steps in that mode you need in config.xml is



                          <steps mode="data">
                          <step title="Customer Attributes Step">
                          <integrity>MigrationStepCustomerIntegrity</integrity>
                          <data>MigrationStepCustomerData</data>
                          <volume>MigrationStepCustomerVolume</volume>
                          </step>
                          <step title="Map Step">
                          <integrity>MigrationStepMapIntegrity</integrity>
                          <data>MigrationStepMapData</data>
                          <volume>MigrationStepMapVolume</volume>
                          </step></steps>


                          Files to specify in option tags in config.xml are



                           <map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
                          <customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
                          <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
                          <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
                          <class_map>etc/opensource-to-opensource/class-map.xml</class_map>


                          i have perfect answer for this



                          rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited 7 hours ago









                          Amit Bera

                          57.8k1474172




                          57.8k1474172










                          answered Jul 11 '18 at 11:12









                          Ds uppalDs uppal

                          11




                          11























                              -1














                              i have perfect answer for this



                              rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml






                              share|improve this answer


























                              • Please don't post multiple answers. You can edit one answer and add more details if needed

                                – Marius
                                Jul 11 '18 at 12:15
















                              -1














                              i have perfect answer for this



                              rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml






                              share|improve this answer


























                              • Please don't post multiple answers. You can edit one answer and add more details if needed

                                – Marius
                                Jul 11 '18 at 12:15














                              -1












                              -1








                              -1







                              i have perfect answer for this



                              rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml






                              share|improve this answer















                              i have perfect answer for this



                              rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml







                              share|improve this answer














                              share|improve this answer



                              share|improve this answer








                              edited Jul 11 '18 at 10:26

























                              answered Jul 11 '18 at 10:10









                              Ds uppalDs uppal

                              11




                              11













                              • Please don't post multiple answers. You can edit one answer and add more details if needed

                                – Marius
                                Jul 11 '18 at 12:15



















                              • Please don't post multiple answers. You can edit one answer and add more details if needed

                                – Marius
                                Jul 11 '18 at 12:15

















                              Please don't post multiple answers. You can edit one answer and add more details if needed

                              – Marius
                              Jul 11 '18 at 12:15





                              Please don't post multiple answers. You can edit one answer and add more details if needed

                              – Marius
                              Jul 11 '18 at 12:15


















                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Magento Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f164989%2fmagento-2-is-it-possible-to-migrate-only-customer-using-migration-tool%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              what is the purpose of having a “thru cal” on RF PCB?

                              What does Gandalf whisper to the Moth on the Orthanc in Isengard?

                              magento2 creating a lot of catalogrule_product_temp tables