コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2694 ビュー

I made a dump of an odoo database with pgdump, retored that dump file into a new database and wonder now hoe do I tell odoo that is shoud list that new databse in the login window.

sudo su – postgres -s /bin/bash

pg_dump [database name] [dump_name]

createdb [new_database]

pgsl [new_database] > [dump_name]

is what I did. I can see that there is a new databse (psql -l) and the restore procedure was sucessfull I think. I restarted the odoo-server but can't choose my new database in the login window. may I have to restart odoo in any arguments in order to get the connection running?

アバター
破棄

A simple refresh of your webpage should be enough. (A hard refresh)

著作者

how do I hard refresh my webpage? I have tried F5, deleting the cache. Did not do the trick. I noted another thing though ... psgl -l show my new databse being owned by postgres while another database I made from the odoo interface is being owned by odoo. Maybe that could be the reason ... just how do I change ownership. I guess there must be a postgres command of some sort that does that

最善の回答

... You've made the new database under the wrong user [postgres] which is not used for your Odoo. The easiest way is to use sudo su odoo and then create the new database once again from the dump. After you did that and do an F5 you'll see it is in the list. The current DB you made is now under another user and this is the reason it is not showing up in your list.

アバター
破棄
関連投稿 返信 ビュー 活動
0
7月 25
1504
2
11月 24
6496
2
10月 24
3467
2
8月 24
1999
3
7月 24
8392