How to update to a Specific Release to restore Backup

i have install erpnext version 13.49.10 and frappe version 13.51.3, but i have backup file which version is (frappe V-13.19.0) and (erpnent V-13.19.0), how to restore the backup file or how to update my release to frappe V13.19.0 and erpnext V-13.19.0.

Hi,

You can restore the backup of Version - 13.19.0 to the version 13.49.10 without any issue.

Don’t forget to run bench --site yoursitename migrate command after restore.

1 Like
bench --site yoursitename restore database_file_name_path --with-private-files private_file_name_path --with-public-files public_file_name_path

bench --site yoursitename migrate
1 Like

Thank you very much,
I have successful restore my backup by entering these two commands.

Thanks
I restored backup without updating release.