ERPNext Update v13 beta 4 to beta 10

Hi Everyone,

Got updated from V13 beta 4 to beta 9. Not able to upgrade to latest release V13 beta 10. Not sure why.

Does anyone facing the same issue?

Thanks,
Arun

Me too. @ARUN_KUMAR , did you find a solution?

“bench update” indicates frappe and erpnext are both up to date. Looking at erpnext project in Github, I see the v13.0.0-beta.10 tag is 15 days old.

frappe@starlord:~$ cd frappe-bench/
frappe@starlord:~/frappe-bench$ bench update
...
Backing up sites...
Backup Summary for site1.local at 2021-01-25 19:39:29.986485
Config  : ./site1.local/private/backups/20210125_193927-site1_local-site_config_backup.json 289.0B
Database: ./site1.local/private/backups/20210125_193927-site1_local-database.sql.gz         2.0MiB
Backup for Site site1.local has been successfully completed
$ git pull  upstream version-13-beta
From https://github.com/frappe/frappe
 * branch                  version-13-beta -> FETCH_HEAD
Already up to date.
$ find . -name "*.pyc" -delete
$ git pull  upstream version-13-beta
From https://github.com/frappe/erpnext
 * branch                  version-13-beta -> FETCH_HEAD
Already up to date.
$ find . -name "*.pyc" -delete
Installing applications...
...

P.S. From looking at the project repo in Github, it looks like the most recent v13 commit was made to branch version-13-beta-pre-release. I switched branches, bench update --reset, and bench update, but Help > About after logging in still indicates beta.9, so I switched back to branch version-13-beta.

However… git log from …/frappe-bench/apps/erpnext/ shows the most recent commit is the commit tagged with Release v13.0.0-beta.10 in the repo (“Error while merging POS invoices into Sales Invoice ([#24337]”). Could ERPNext actually be running beta.10 and showing beta.9 is a bug?

Yes. https://github.com/frappe/erpnext/blob/v13.0.0-beta.10/erpnext/init.py#L8

1 Like