Jump to content

[SOLVED] Transferring product tables to another PS system


Recommended Posts

I would like to insert and edit products on a non-public mirror of my Prestashop-System and transfer the whole bunch of SQL-tables to a production, public Prestashop.

 

Which tables should be inserted (ps_product_xx, ...)? I'm using specific prices (an PS 1.4.4.1).

 

Are any problems or side-effects aspected?

 

Thank you!

Link to comment
Share on other sites

  • 4 weeks later...

Hi Mike,

 

thank you for the answer. But I have already a non-public mirror on which I am editing the new/old products/new prices (the products/new prices should be published on a specific target day). And of course I have a production, public shop with current products. I can not move the entire database, because the orders/customers on the public site will be overwritten. Domain pointing is not a serious solution (lack of SSL on the mirror, new orders on the old public server would be gone...).

 

What I would like to do is to move only the product-specific tables from mirror to public server.

 

Pluncker

Link to comment
Share on other sites

Hi Pluncker,

It's difficult to tell you a complete list of tables to transfer over without extensive knowledge of everything going into creating the products on your site, but here's a rough list of tables to consider:

  • All ps_attribute tables
  • All ps_category tables
  • All ps_feature tables
  • All ps_image tables
  • All ps_manufacturer tables
  • All ps_product tables
  • All ps_scene tables
  • All ps_specific_price tables
  • All ps_supplier tables

There may be a few others based on your specific product configurations, but that should be a good place to start.

 

I hope this helps!

 

-Mike

Link to comment
Share on other sites

×
×
  • Create New...