I want to upgrade ERPNext version 13.2.0 to 13.25

try adding the -f ~/gitops/erpnext-one.yml to the start/stop command?

If I understand you correctly I ran this command like this and it didn’t stop anything.

docker compose -f ~/gitops/erpnext-one.yaml stop

Any idea how I can start/stop all services at once? I am having trouble restarting some of the services that do not start.

root@erp:~/frappe_docker# docker start erpnext-one-configurator-1

This doesn’t start this service as well.

configuration service runs and completes after common_site_config.json is updated.

I don’t know, write a script and execute it?

Hi @revant_one ,

I have noticed ERPNext kicks me out and prompts to login again every 3-5 mins since the time I have upgraded to version 13.27. A couple of days ago I stopped all the services and restarted again and the issue was resolved for a few hours. Today I am facing the same issue and restarting the services didn’t help. Is there a service that’s not running which could cause this issue or this is something else? Any idea?

These are the services that are currently running and I’m still having the issue:

Error: (This error appears after 3-4 mins of login)

@pradpreeonline

I don’t know anything about this error.

check if there is anything in browser console.

share the error if seen in console and may be someone else can help.

Here is the error in the browser console:

jquery.min.js:4 POST https://erp.domain.com:3333/api/method/frappe.core.page.background_jobs.background_jobs.get_scheduler_status 403
send @ jquery.min.js:4
ajax @ jquery.min.js:4
frappe.request.call @ request.js:253
frappe.call @ request.js:103
(anonymous) @ desk.js:132
request.js:430 Traceback (most recent call last):
File “apps/frappe/frappe/app.py”, line 69, in application
response = frappe.api.handle()
File “apps/frappe/frappe/api.py”, line 55, in handle
return frappe.handler.handle()
File “apps/frappe/frappe/handler.py”, line 37, in handle
data = execute_cmd(cmd)
File “apps/frappe/frappe/handler.py”, line 72, in execute_cmd
is_whitelisted(method)
File “apps/frappe/frappe/init.py”, line 749, in is_whitelisted
throw(_(“Not permitted”), PermissionError)
File “apps/frappe/frappe/init.py”, line 503, in throw
msgprint(
File “apps/frappe/frappe/init.py”, line 478, in msgprint
_raise_exception()
File “apps/frappe/frappe/init.py”, line 433, in _raise_exception
raise raise_exception(msg)
frappe.exceptions.PermissionError: Not permitted