Hi All
I have installed ERPNEXT v13 on Docker Swarm and Portainer following exactly the instructions made by @revant_one as per URL:
I have 4 sites up and running in Production (v13.52.7)
I do not have any custom image. Just couple of DocTypes added to 3 sites.
Unfortunately I can’t find any “step by step” migration guide to help in a smooth migration from v13 to v14 over Docker Swarm and Portainer.
I understand that the steps are:
1- “If required” Build custom images with required apps (in my case I need erpnext + hrms + ecommerce_integrations
I skipped this step.
2- I added the following lines to the “migration” service in the erpnext.yml used to deploy the erpnext stack:
as per URL
bench --site all set-config -p maintenance_mode 1
bench --site all set-config -p pause_scheduler 1
# Start adding commands:
bench --site all install-app erpnext
bench --site all install-app hrms
bench --site all install-app ecommerce_integrations
# End of adding commands:
bench --site all migrate
bench --site all set-config -p maintenance_mode 0
bench --site all set-config -p pause_scheduler 0
3- Change the environment variable “VERSION” to be : v14.35.0
Result:
- The version was upgraded to v14.35.0 however, I lost the HR, Payroll and E-Commerce Apps .
Any ideas on how to add these apps ?
PS: in the migration service log I noticed that some apps were removed:
e.g.
Executing erpnext.patches.v14_0.remove_hr_and_payroll_modules # 20-07-2022 in nourerp.misrtech.com (_038dec5e1ffd9f28)
Please Help:
-
Any idea how to add the required apps (hrms and ecommerce_integrations) to this installation on Docker Swarm + Portainer ?
-
Do I also have to add the “payments” App
Thanks in advance