frappe / helm

Helm Chart Repository for Frappe/ERPNext
https://helm.erpnext.com
MIT License
138 stars 120 forks source link

How to restore backups #178

Closed paulator closed 1 year ago

paulator commented 1 year ago

Hi,

I want to migrate to ERPNext v14 in a Kubernetes-Cluster. My current production environment is on plain docker containers running v13.

I read the documentation for ERPNext Kubernetes / Helm setup and I found, how to create a backup. But I found no information, how to restore a backup. My backup is on google drive and I want to restore the backup on the Kubernetes environment.

Can you give me a hint, how to do that?

All the best --thomas

revant commented 1 year ago

use kubectl cp

Or check this if it helps https://gist.github.com/revant/2414cedce8e19d209d5d337ea19efabc

Restic command with prune https://github.com/castlecraft/custom_containers/blob/main/compose/erpnext-backup.yml

edit: