Masteries Posted August 14, 2017 Share Posted August 14, 2017 I'm planning to move dev site to production and I need to update outdated database tables in the dev site. I'm gonna be importing tables one by one in order to avoid any errors instead of merging/moving the whole database. So I need a list of all the essential database tables for products, orders and customers. Does anyone have a comprehensive list for this? Link to comment Share on other sites More sharing options...
musicmaster Posted August 15, 2017 Share Posted August 15, 2017 Did you have a look at copy_shopdata? https://www.prestashop.com/forums/topic/445453-copy-shopdata-script-for-copying-shop-content-for-upgrade/ Link to comment Share on other sites More sharing options...
NemoPS Posted August 16, 2017 Share Posted August 16, 2017 all the ones that start with, after the prefix: addressattribute category customer feature order productBear in mind images will not carry over. If you need them, copy the image_ ones too 1 Link to comment Share on other sites More sharing options...
Masteries Posted August 16, 2017 Author Share Posted August 16, 2017 (edited) all the ones that start with, after the prefix: address attribute category customer feature order product Bear in mind images will not carry over. If you need them, copy the image_ ones too Thanks Nemo! That's 68 tables in total (without image_x tables), hopefully that's all of 'em. @musicmaster I'm gonna take a look at the source code in yours as well and see what other potential tables I'm gonna need. Edited August 16, 2017 by Masteries (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now