I am working on a docker based installation for espocrm. Since the docker image is read-only, I have some questions on how I can update when a new version of espocrm becomes available:
* Can I just download the test latest source code zip file and replace the entire code instead of using the upgrade packs? I can skip replacement of the data/ custom/ dirs. From what I can tell, this is basically what the CLI upgrade.php does.
* When/where is the database migration for the new version done? Is this done as part of upgrade.php somehow? Can I do this separately from above step?
Thanks!
* Can I just download the test latest source code zip file and replace the entire code instead of using the upgrade packs? I can skip replacement of the data/ custom/ dirs. From what I can tell, this is basically what the CLI upgrade.php does.
* When/where is the database migration for the new version done? Is this done as part of upgrade.php somehow? Can I do this separately from above step?
Thanks!
Comment