콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
32175 화면

I installed Odoo on Ubuntu with the .deb package. It created an user "odoo" for the database.

What is the linux default password of that user or how can we find it?            

아바타
취소
베스트 답변

Hello,


You can change your database user password to using below command.

ALTER USER odoo WITH PASSWORD 'admin';

here you keep your password any text or which you want.

아바타
취소

To add to Vishal's answer, to get into the database to be able to run the above command. First run $ sudo -u postgres psql from the command line of your server - This logs you into the database as the "Database Administrator" because the postgres user has what is called a "Trust Relationship" with the PostgreSQL database

관련 게시물 답글 화면 활동
7
9월 20
7269
1
11월 17
3899
0
11월 16
3920
3
12월 15
6623
0
7월 15
2933