-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
17.0 on Ubuntu 22.04 #405
Comments
Turns out adding |
Confirmed ✅ |
@Yenthe666 any thoughts on the above? Have you had a chance to test the script on Ubuntu 22.04 with V17? |
Hey! I'm sorry but I haven't had time yet :-( My team/company is short on time and we in general run instances on odoo.sh now. |
Separate topic, but I'd love to discuss with you some issues I have on Odoo.SH and see if you have any solutions which Official Odoo could not solve. |
Hi @Yenthe666, I wanted to let you know that I've addressed the issue you raised about running the script on Odoo 17.0 with Ubuntu 22.04. I've tested and resolved the errors you mentioned, and I also handled the additional steps required for installing dependencies. The script should now work smoothly. I've submitted a PR (#424) to the repository with these fixes: "Install 17.0 on Ubuntu 22.04LTS Bug fixing" Thanks for bringing this up! Best regards, |
Ehm, you simply removed two add-apts? :) Does that really solve it? |
Yes I have checked with digital ocean, aws and google cloud
…On Mon, Jun 24, 2024, 10:44 PM Yenthe Van Ginneken ***@***.***> wrote:
Hi @Yenthe666 <https://github.com/Yenthe666>,
I wanted to let you know that I've addressed the issue you raised about
running the script on Odoo 17.0 with Ubuntu 22.04. I've tested and resolved
the errors you mentioned, and I also handled the additional steps required
for installing dependencies. The script should now work smoothly.
I've submitted a PR (#424
<#424>) to the repository
with these fixes: "Install 17.0 on Ubuntu 22.04LTS Bug fixing"
Thanks for bringing this up!
Best regards, Bithabib
Ehm, you simply removed two add-apts? :) Does that really solve it?
—
Reply to this email directly, view it on GitHub
<#405 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5NLZFAX4JGQLQXB6NQQC3ZJAPC7AVCNFSM6AAAAAA74KG6LWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBWGYYTQOJTGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Has anyone tested the script on 17.0 yet? I ran through it a few times this weekend on fresh Ubuntu 22.04 servers and received some errors, plus had to do some extra steps to get some other dependencies installed after the script ran. I'm not a pro at this by any means, but these are the things I did in order to not receive so many errors and to get Odoo to actually start and run.
Lines commented out to avoid unsigned repository warnings:
Line 70
Line 72
Found a dependency listed on https://www.odoo.com/documentation/17.0/administration/install/source.html that was not on line 101 of the script:
Added
libpq-dev
to line 101After the script ran, I had 500 Page Not Found errors when trying to load http://ipaddress:8069 and the following errors in the Odoo Log
I ran the following two commands (which are on the Odoo Source Install Documentation Page for v17) and then restarted the server and Odoo loaded without errors in the log.
The text was updated successfully, but these errors were encountered: