Replies: 3 comments 1 reply
-
Hi. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi. This is how openupgrade works. you should write --load=openupgrade_framework / server_wide_modules=openupgrade_framework regards. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sylvain,
I am aware - I mean that now, for whatever reason, with other projects and
even other Odoo versions on the same machine I have to specify
server_wide_modules=False to stop OpenUpgrade from loading (for those other
instances I do not want to use OpenUpgrade).
Op di 3 jan. 2023 16:36 schreef Sylvain LE GAL ***@***.***>:
… If I add the server_wide_modules to my config, it works properly, but I
shouldn't have to
Hi. This is how openupgrade works. you should write
--load=openupgrade_framework / server_wide_modules=openupgrade_framework
regards.
—
Reply to this email directly, view it on GitHub
<#3640 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAVDRNWWQHSEUQ7X3EYA4N3WQRBPFANCNFSM6AAAAAASYJF6RM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have migrated a database from v14 to v15 a while back.
This migration ran in a separate environment with its own interpreter, but my Odoo sources are global (I have one folder for each version that has the source for community and enterprise, instead of one repository for Odoo per project).
I believe that OpenUpgrade sets a server_wide_modules flag somewhere in a default Odoo configuration or environment variable.
It is my opinion that the openupgrade_framework should be removed from the server_wide_modules whenever a migration is complete, as this can interfere with other projects on a machine (in my case, bricking a v16 install and leading to a very annoying search for what caused it and why the openupgrade_framework was interfering).
Beta Was this translation helpful? Give feedback.
All reactions