</>CodeWithKarani
All of ERPNext & Frappe
ERPNext & Frappe

Upgrades & Migration

Moving between versions, migrating sites, and the things that break when you do.

6 articles

Databases8 min read

bench backup Is Not a Backup Strategy: Binlogs and Point-in-Time Recovery for ERPNext

A nightly dump means losing a full day of invoices. Set up mariadb-backup plus binary logs, then walk a real recovery: finding the binlog position of a bad bulk cancel and replaying up to the second before it.

Read
Frappe/ERPNext11 min read

Upgrading ERPNext from Version 15 to Version 16: A Field-Tested Guide

If you've searched the Frappe forum for a "standard" way to upgrade ERPNext from v15 to v16, you've probably noticed the same thing I did: there isn't one. Every guide assumes a slightly different…

Read
ERPNext for Business8 min read

Migrating From Tally Into ERPNext Without Losing Your Ledger

There is no reliable Tally-to-ERPNext importer, and you do not need one. Migrate masters and opening balances the way ERPNext expects, then tie out the trial balance.

Read
Technology2 min read

How to Upgrade ERPNext from Version 14 to Version 15

Introduction Ensuring your ERPNext system stays current is crucial for tapping into the latest features, improvements, and security enhancements. In this guide, we'll steer you through the upgrade…

Read
Featured5 min read

How to Install ERPNext Version 15 in Ubuntu 22.04 - A step by Step Guide

In this article, I will take a step-by-step approach to configure our newly installed ubuntu 22.04 OS to set up an environment and install ERPNext version 15. Let’s get to work! Prerequisites The…

Read
Frappe/ERPNext5 min read

How to Install ERPNext Version 14 in Ubuntu 22.04 - A step by Step Guide

In this article, I will take a step-by-step approach to configure our newly installed ubuntu 22.04 OS to set up an environment and install ERPNext version 14. Let’s get to work! Prerequisites The…

Read