in frappe can we restore database backup off v14 bench to v16 bench directly
Technically I would say yes. bench migrate runs all pending patches in order, so v15 and v16 patches will all get applied after the restore.
That said, Iād always recommend upgrading one major version at a time. Skipping versions increases the chance of a patch failing mid-way, and if you have custom apps or client/server scripts, the odds of something breaking are high.
Best bet: try it on a test site first before touching production.
1 Like