How to update Frappe version from 15.0.0 to version 15.12.0 (or latest)?

Hi @aibba19,

First take a Backup

  • Before making any changes, create a backup of your instance. This is like taking a snapshot to ensure you can go back if anything goes wrong.

Update Version

  • Go to the directory where your ERPNext is installed, Then, update the version.

Test Your Custom App

  • We suggest you, if you want to override the base functionality then you can manage in your custom app. Please check the hook concept.
    After the update, check if your custom app still works as expected. Fix any issues you find.

Save Changes to GitHub

  • If you’ve made changes to your custom app, commit and push them to GitHub to keep everything in sync.

Best Practices

  • Keep your development and production environments on the same version to avoid surprises when deploying changes.
  • If the new version causes issues with your custom app, consider updating your development environment first to identify and fix problems early.
  • It’s a good idea to test updates in a safe environment before applying them to your live site.

By following these steps and tips, you can update your Frappe and ERPNext versions while minimizing the risk of issues.

I hope these details will be helpful for you.

Thank You!

1 Like