Updating server model

3
When updating the model structure of the production server I always copy over the web and model folders - is it also necessary to do the same for the data folder - specifically the database folder? As nothing is overwritten just added. It is regarding the database-commands.sql Update: Does this also apply to updating the model to newer version - from 2.5.0rc2 to 2.5.1.1 ? Just the model and web folder or are any additional actions required? I have for example noticed that the web folder contains packages (zip files) of the index.html, etc Solution: as mentioned below only model and web need to be copied - if upgrading to new version then also the Mendix folder containing runtime, server and service - see Update Mendix
asked
1 answers
3

No that is not needed. The server will detect any database changes itself and generate the necessary SQL commands when starting.

update

yes, only the web and data folder needs to be updated. To avoid any obscurities you might want to remove those first, so old files that are not generated by the new version do not obstruct anythin.

answered