I have take backup EPRNext on my google drive. Does this system takes all the backups on google drive?
I want to restore the backup files from google drive to and existing ERPNext site or to a fresh install. How can I do that?
Suppose, I have already a ERPNext site running, Now I want to restore the previous backup files from google drive.
And If I want to move the site to a new server how can I proceed?
1 Like
Google drive will have the SQL and files backup.
If you want to restore it then you’ll need to:
- Upload the backup to the server.
- Run the
bench restore
command to restore that particular backup:
https://frappeframework.com/docs/user/en/bench/reference/restore
Thanks