coreym Posted January 24, 2015 Share Posted January 24, 2015 I am working out the deployment procedures required to migrate changes from a development environment to a production environment. The simplified flow below intentionally ignores test and staging for brevity. The flow is similar to the following: Step 1: Clone production site to development server This creates a point in time snapshop of the production environment to begin new modifications. Step 2: Modify theme, store configurations, install modules, etc. Everything but product, customer, and order related tables are modified. Only core and module tables, along with theme code is changed here. Step 3: Migrate core system, theme and module modifications to production. Push all core & module changes to production overwritting production core and module tables, and push all new code / theme code to production. No customer, order, or product data is modified. Step 4: Start over from Step 1 when new core system, theme, or module modifications are required. For step three I would like to only migrate the non-customer / order / product related tables. My question: Does anyone have a list of which tables are required for customer, order, and product functionality so that I can exclude those from the migration scripts? Link to comment Share on other sites More sharing options...
jlafu Posted September 5, 2016 Share Posted September 5, 2016 (edited) Hi coreym, did you manage to do this, or did you get a good answer in any other forum? Yours is an excelent description of an usual problem, but I can't find any answer to it neither in the PS documentation neither in the forums. These are some answers I've found and that I think you can find interesting: http://www.google.com/url?q=http%3A%2F%2Fstackoverflow.com%2Fquestions%2F27391543%2Fhow-can-i-export-sales-from-prestahop-1-5-and-import-to-1-6-directly-from-data&sa=D&sntz=1&usg=AFQjCNFTNkYQ_DAkNSAknHoXBO4J6L-h6g https://www.shopping-cart-migration.com/shopping-cart-migration-options/253-prestashop-to-prestashop-migration https://www.reddit.com/r/prestashop/comments/4ytais/migrate_development_to_production_setup/ (keep an eye on this thread in case a good answer is posted) Kind regards, j Edited September 5, 2016 by jlafu (see edit history) Link to comment Share on other sites More sharing options...
jlafu Posted September 26, 2016 Share Posted September 26, 2016 Hi @coreym (or anybody else)? Link to comment Share on other sites More sharing options...
fabi369 Posted February 1, 2021 Share Posted February 1, 2021 Hi all, sounds very interesting, I look for the same thing. Could somebody share such a script? Thanks! 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