i am installing frappe 15, I want to try the HR app and while installing then bench start command is running for more than 6 hours
every one hour returning this lines
what is the issue?
i am installing frappe 15, I want to try the HR app and while installing then bench start command is running for more than 6 hours
every one hour returning this lines
what is the issue?
Hi @Prasanna_Kumar2,
This is normal and correct. The command 'bench start'
does a few things:
All of these are intended to run forever, until you tell them to stop (CTRL + C).
The messages you see are just information/logs. Specifically, the Redis database is logging that it saved its contents to disk, every hour.
The 'bench start'
command is usually only for development and testing.
There is another way to run Frappe/ERPNext in a “production” mode in the background, instead of in the foreground.
bench start
running after six hours … that’s a win!
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.