[v7] Releasing now!

We are merging v7 in master. Please report if things break.

13 Likes

Will this propagate to cloud at the same time - or will that be done at a later date?

1 Like

New signups on cloud will get v7 from Monday. Existing users will get migrated gradually next month :slight_smile: once we iron out teething issues

1 Like

:disappointed:
I had hoped it was today also - i was looking forward to it as I know it is going to answer some of our problems. Ah well, never mind. Patience is a virtue :grin:

Best of luck!

4 Likes

Cool… All the best guys… :slight_smile:

2 Likes

Congratulations and good luck guys!

2 Likes

2 Likes

Is version 7 now in Master, so I can install production server ?

591 Commits mentioned in ERPNext Release v7.0.0
520 Commits mentioned in Frappe Release v7.0.0
Thats a huge amount of work since v6.2.x to have gotten live.
Congrats to all contributors. :slight_smile:
Best the Core team go take a day of rest asap…Cheers

1 Like

Great news! Congratulations.
Is there going to be a detailed announcement with a release notes and highlights on the major improvements and changes? New release it’s a valid reason to draw attention to the software throughout IT newsboards and sites, but that would be hard and incomplete without such an announcement.

1 Like

Hi,

I ran the bench update on my local system today and got this following error message:

It prompted me to run bench update --upgrade. But, the process got stuck up at this juncture, throwing these error messages:

frappe.exceptions.UniqueValidationError: (u’Desktop Icon’, ‘5b2d92fbdd’, IntegrityError(1062, “Duplicate entry ‘Student-Administrator-1’ for key ‘unique_module_name_owner_standard’”))

As I was running the bench update on my Ubuntu server, I am not able to copy paste the entire trace… Can anyone please help with this?

Thanks
Uma

@UmaG I believe the ideal way was to post a new issue for that instead of using this announcement to discuss a singular issue occurring during a update--upgrade procedure

1 Like

Yes, you are right. Sorry about that. Will create a new issue for this…

Hello i try to switch to master but get un error plz help
Switched to master
Please run bench update --patch to be safe from any differences in database schema
root@W360S-ERP:/home/frappe/frappe-bench# bench update --patch

This update will cause a major version change in Frappe/ERPNext from 6 to 7.
This would take significant time to migrate and might break custom apps. Please run bench update --upgrade to confirm.

You can stay on the latest stable release by running bench switch-to-master or pin your bench to 6 by running bench switch-to-v6
root@W360S-ERP:/home/frappe/frappe-bench# bench update --upgrade
INFO:bench.utils:updating bench
Updating 47a65b9…452c12d
error: Your local changes to the following files would be overwritten by merge:
bench/init.py
bench/commands/init.py
bench/commands/make.py
bench/utils.py
Please, commit your changes or stash them before you can merge.
Aborting
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 9, in
load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)()
File “/home/frappe/.bench/bench/cli.py”, line 40, in cli
bench_command()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 716, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 696, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 534, in invoke
return callback(*args, **kwargs)
File “/home/frappe/.bench/bench/commands/update.py”, line 34, in update
update_bench()
File “/home/frappe/.bench/bench/utils.py”, line 188, in update_bench
exec_cmd(“git pull”, cwd=cwd)
File “/home/frappe/.bench/bench/utils.py”, line 88, in exec_cmd
raise CommandFailedError(cmd)
bench.utils.CommandFailedError: git pull
root@W360S-ERP:/home/frappe/frappe-bench#

Great :slight_smile: :clap:

You have un-committed changes in your file

So what do i need to do exactly in this case ? sorry im not good as it :frowning:

591 Commits mentioned in ERPNext Release v7.0.0
520 Commits mentioned in Frappe Release v7.0.0
Thats a huge amount of work since v6.2.x to have gotten live.
Congrats to all contributors.

yes, congrats to everybody !

out of interest … are there any statistics at frappe how of those contributions are distributed between frappe employees and contributions from other people/companies?

1 Like