Hi, Iâm using v13.0.0-beta.3 and couldnât upgrade to beta 4.
I did âbench update --pullâ then âbench update --patchâ and got this:
Backing up sites...
Patching sites...
Migrating maxity
Updating DocTypes for frappe : [============================== ] 77%Traceback (most recent call last):
File "/home/informemedico/erpnext/erpnext/apps/frappe/frappe/modules/utils.py", line 204, in load_doctype_module
doctype_python_modules[key] = frappe.get_module(module_name)
File "/home/informemedico/erpnext/erpnext/apps/frappe/frappe/__init__.py", line 854, in get_module
return importlib.import_module(modulename)
File "/home/informemedico/erpnext/erpnext/env/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 994, in _gcd_import
File "<frozen importlib._bootstrap>", line 971, in _find_and_load
File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/home/informemedico/erpnext/erpnext/apps/frappe/frappe/integrations/doctype/paytm_settings/paytm_settings.py", l
ine 16, in <module>
from paytmchecksum import generateSignature, verifySignature
ModuleNotFoundError: No module named 'paytmchecksum'
During handling of the above exception, another exception occurred:
I can not complete bench update on a fresh erpnext clean installation. My mariadb is on another server.
Patching sites...
Migrating vgs.computer
mariadb service is not running.
Cannot run bench migrate without the services running.
If you are running bench in development mode, make sure that bench is running:
$ bench start
Otherwise, check the server logs and ensure that all the required services are running.
Update:
I solved this by adding db_host to /sites/common_site_config.json
Is this really beta version? After 4 beta versions, I still see a lots of fixes included in each beta release which means, there are still so many bugs
Beta period is now longer than development and alpha phases and still donât know when it is finished to be stable version