I followed the steps in the video, paid close attention without skipping anything, and it finally worked. Thank you so much - the tutorial was super helpful!
Amazing I am so glad. Ok there are several ways to do that one is straight forward and that is if you go in apps and then type your module name and then click upgrade that will update your module and next is very convenient go in your launch.json file and before closing ] just type in a line after, "-u": "ur module name in these quotes"
Hi i have tried following your tutorial but then i get "Database creation error: Access Denied". How can i solve this error. And what could be causing this error
hi, can you please make sure that you log in by root user by using this command sudo su . then use this command : sudo apt update && sudo apt upgrade -y to update all packages , then use this command sudo apt install git python3-pip libldap2-dev libpq-dev libsas12-dev and then install postgresql database by using this command sudo apt install postgresql postgresql-client , i hope that will help thanks
hello, thank you for your informations, but im facing a problem with the postgresql database i receive this kind of error: Database creation error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: Peer authentication failed for user "user_db" how can i fix it ?
I followed the steps in the video, paid close attention without skipping anything, and it finally worked. Thank you so much - the tutorial was super helpful!
i am super happy. blesss
Thank you so much for your great efforts. How can I restart the odoo service to update the custom module by your way?
Amazing I am so glad. Ok there are several ways to do that one is straight forward and that is if you go in apps and then type your module name and then click upgrade that will update your module and next is very convenient go in your launch.json file and before closing ] just type in a line after, "-u": "ur module name in these quotes"
Hi i have tried following your tutorial but then i get "Database creation error: Access Denied". How can i solve this error. And what could be causing this error
hi, can you please make sure that you log in by root user by using this command sudo su . then use this command : sudo apt update && sudo apt upgrade -y to update all packages , then use this command sudo apt install git python3-pip libldap2-dev libpq-dev libsas12-dev and then install postgresql database by using this command sudo apt install postgresql postgresql-client , i hope that will help thanks
There's a typo in your PDF instructions. libsas12-dev should be libsasl2-dev (L2, not 12).
Absolutely thanks for writing it down, i definately fix it now. thanks so much
updated thanks so much
hello,
thank you for your informations, but im facing a problem with the postgresql database i receive this kind of error:
Database creation error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: Peer authentication failed for user "user_db"
how can i fix it ?
Hi, you install sith sudo user by giving this command sudo su