[trunk] Database Manager - Newly create second Database no shown in Databse Selector

Bug #1286684 reported by LisAndi - Andi Becker - http://lisandi.com
20
This bug affects 4 people
Affects Status Importance Assigned to Milestone
Odoo Web (MOVED TO GITHUB)
New
Undecided
Unassigned

Bug Description

1)
You have already one website running
go
youDomain.fqdn/web/database/manager
Create a second database
- Everything works fine until here and the database gets created with 114 Tables (default Data)

than it switches to the /web/database/selector

2)
Only the previous database and not the newly created is visible

>> You need to change the following settings and restart OpenERP
You started the server with an active filter and your newly created database does not match this filter
Therfore change the filter settings and restart or simply leave the filter empty to see the new database

======================
USER=openerp
DATABASE=Change the filter or leave empty

test -x ${DAEMON} || exit 0

set -e

do_start () {
    echo -n "Starting ${DESC}: "
    start-stop-daemon --start --quiet --pidfile /var/run/${NAME}.pid --chuid ${USER} --background --make-pidfile --exec ${DAEMON} -- --config=${CONFIG} --logfile=${LOGFILE} --db-filter=${DATABASE}
    echo "${NAME}."

3)
A newly created database should be visible or their should be a hint how to make it visible

This would mean that if a new database gets created the filter needs to get overwritten or the new created database should be added to the existing ones called by the filter.

At least their should be a message that the filter settings might hinder the newly created database to show up in the database selector.

4)
Debian Linux 7
Linux 3.2.0-4-amd64 on x86_64
#1 SMP Debian 3.2.54-2 x86_64
#OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011

Intel® Core™ i7-4770
Quadcore Haswell
incl. Hyper-Threading Technology
RAM 32 GB DDR3 RAM
Hard Drive 2 x 2 TB SATA 6 Gb/s 7200 rpm
HDD (Software-RAID 1)
Class Enterprise
Connection 1 Gbit/s-Port
Guaranteed Bandwidth 200 Mbit/s
http://www.hetzner.de/en/hosting/produkte_rootserver/ex40

5)
Any Browser

6)
Version 8.0dev-20140223-000101-1

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.