Hello Everybody

I am very new to Frappe.
I have one development server and one production server.Kindly guide me how to update production site with new changes i have made in development site.
I had read that for this need to take backup of production site and restore in development site make necessary changes then take backup of dev site and restore in production site.Is this the correct way? if so kindly guide with the steps with commands.
I have a doubt also in doing so , is there chances for data lose in production site due to overwrite data in production site with dev site?

kindly guide me i searched a lot , but didn’t get a solution.

You should create a new “app” what contains all your developments. You can then push the app to your remote git and just run bench update in production.

https://frappeframework.com/docs/v14/user/en/tutorial/create-an-app

Sir,
Thank you very much for the reply , i will check this and report.