Postgres: sehe keine Datenbanken mehr

Alle weiteren Dienste, die nicht in die drei oberen Foren gehören.
Antworten
Kilrathy
Beiträge: 33
Registriert: 11.05.2005 16:35:09
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Schweiz, Basel

Postgres: sehe keine Datenbanken mehr

Beitrag von Kilrathy » 10.02.2009 07:52:56

Hallo Leute

Seit dem Wochenende haben wir ein total komisches Problem und bin ich mit meinem Latein am Ende!

Folgendes: auf unserem Datenbankserver für die Kundenverwaltung läuft ein Postgres Server mit einer DB "trackerdb" und noch 2-3 anderen. Ich kann mich zwar als postgres User an der trackerdb anmelden und bekomme mit \dt die Tables aufgelistet, aber mit \l seh ich keine Datenbanken!? 8O

Code: Alles auswählen

postgres@db:~$ psql trackerdb
Welcome to psql 7.4.23, the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms
       \h for help with SQL commands
       \? for help on internal slash commands
       \g or terminate with semicolon to execute query
       \q to quit

trackerdb=# \dt
                 List of relations
 Schema |           Name           | Type  | Owner 
--------+--------------------------+-------+-------
 public | address                  | table | 
 public | billingclass             | table | 
 public | billingitem              | table | 
 public | billingproduct           | table | 
 public | billingproductgroup      | table | 
 public | credititem               | table | 
 public | dboperation              | table | 
 public | docsisaccounting         | table | 
 public | docsiscpe                | table | 
 public | docsismodem              | table | 
 public | docsismodemdata          | table | 
 public | docsismonitoring         | table | 
 public | docsismonitoring_mac_kum | table | 
 public | domain                   | table | 
 public | emailaccount             | table | 
 public | invoice                  | table | 
 public | ipaccounting             | table | 
 public | logentry                 | table | 
 public | payment                  | table | 
 public | radiusaccount            | table | 
 public | staticip                 | table | 
 public | subscription             | table | 
 public | subscriptiontype         | table | 
 public | voipaccount              | table | 
 public | voipcall                 | table | 
(25 rows)

Code: Alles auswählen

postgres@db:~$ psql -l
    List of databases
 Name | Owner | Encoding 
------+-------+----------
(0 rows)
Neustart der DB und des ganzen Servers (letzte Idee) hat überhaupt nichts genutzt - zwar läuft alles problemlos weiter, nur können wir keine Dumps mehr machen, weil halt laut psql -l keine DBs vorhanden sind! :?

Installierte Version: 1:7.4.23-0etch1
Debian 4.0 Etch

Hat jemand eine Idee oder das gleiche Problem mal gehabt?

Gruss
Benjamin

Antworten