How to change development mode to production mode

I want to change the development mode to production mode. what is the command for this process

@Sumith-2004, try this command

bench setup production user_name
3 Likes

Thank you.