V5 bench start repleace by bench serve?

where can I view the doc?

bench frappe --serve is replaced by bench serve

bench start should work

1 Like

this is bench start logs,cannot find frappe

21:04:12 system | redis_cache.1 started (pid=18389)
21:04:12 system | web.1 started (pid=18390)
21:04:12 web.1 | /bin/sh: 1: ./env/bin/frappe: not found
21:04:12 system | worker.1 started (pid=18388)
21:04:12 system | web.1 stopped (rc=127)
21:04:12 system | workerbeat.1 started (pid=18393)
21:04:12 system | sending SIGTERM to worker.1 (pid 18388)
21:04:12 system | sending SIGTERM to redis_cache.1 (pid 18389)
21:04:12 system | sending SIGTERM to workerbeat.1 (pid 18393)
21:04:12 system | redis_cache.1 stopped (rc=-15)
21:04:12 system | worker.1 stopped (rc=-15)
21:04:12 system | workerbeat.1 stopped (rc=-15)

Check the new bench commands

$ bench --help

hi
ikhlas@Ikhlas:~/sajid/frappe-bench$ bench start
15:07:53 web.1 | started with pid 7643
15:07:53 redis_async_broker.1 | started with pid 7644
15:07:53 socketio.1 | started with pid 7646
15:07:53 workerbeat.1 | started with pid 7648
15:07:53 worker.1 | started with pid 7650
15:07:53 redis_cache.1 | started with pid 7653
15:07:53 redis_async_broker.1 | [7647] 13 Jan 15:07:53 * Server started, Redis version 2.2.12
15:07:53 redis_cache.1 | process terminated
15:07:53 system | sending SIGTERM to all processes
15:07:53 system | sending SIGTERM to pid 7643
15:07:53 system | sending SIGTERM to pid 7644
15:07:53 system | sending SIGTERM to pid 7646
15:07:53 system | sending SIGTERM to pid 7648
15:07:53 system | sending SIGTERM to pid 7650
15:07:53 redis_async_broker.1 | [7647] 13 Jan 15:07:53 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add ‘vm.overcommit_memory = 1’ to /etc/sysctl.conf and then reboot or run the command ‘sysctl vm.overcommit_memory=1’ for this to take effect.
15:07:53 web.1 | process terminated
15:07:53 redis_async_broker.1 | process terminated
15:07:53 socketio.1 | process terminated
15:07:53 workerbeat.1 | process terminated
15:07:53 worker.1 | process terminated
15:07:53 redis_async_broker.1 | [7647] 13 Jan 15:07:53 * The server is now ready to accept connections on port 12311
15:07:53 redis_async_broker.1 | [7647] 13 Jan 15:07:53 - 0 clients connected (0 slaves), 539532 bytes in use
15:07:53 redis_cache.1 | *** FATAL CONFIG FILE ERROR ***
15:07:53 redis_cache.1 | Reading the configuration file, at line 6
15:07:53 redis_cache.1 | >>> ‘save “”’
15:07:53 redis_cache.1 | Bad directive or wrong number of arguments
ikhlas@Ikhlas:~/sajid/frappe-bench$