Frappe.limits.update_space_usage

{‘retry’: 0, ‘log’: <function log at 0x7f8bc0490410>, ‘site’: u’erpnext’, ‘event’: u’daily’, ‘method_name’: u’frappe.limits.update_space_usage’, ‘method’: <function update_space_usage at 0x7f8bc03adc08>, ‘user’: u’Administrator’, ‘kwargs’: {}, ‘async’: True, ‘job_name’: u’frappe.limits.update_space_usage’}
Traceback (most recent call last):
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/utils/background_jobs.py”, line 61, in execute_job
method(**kwargs)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/limits.py”, line 211, in update_space_usage
update_limits({ ‘space_usage’: usage })
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/limits.py”, line 151, in update_limits
update_site_config(“limits”, limits, validate=False)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/installer.py”, line 285, in update_site_config
with open(site_config_path, “w”) as f:
IOError: [Errno 13] Permission denied: u’./erpnext/site_config.json’

Seems director permission issue.

So I just need to apply read/write the erpnext director to fix? What do I do to fix?

Install erpnext on a fresh server using git instruction. I was using prebuild on in google cloud.

YES Same here - why isn’t the Bitnami installer working correctly in Google cloud?

We don’t manage the Bitnami install. Please as on the bitnami forum

thanks

Can you explain how to fix it ?