zu Cluster:
habe folgendes via Konsole angestellt..
zuerst apt-get autoremove postgresql
danach pg_dropcluster 8.4 main --stop
so weit alles in Ordnung.
Nun der Versuch des Cluster- upgrade's pg_upgradecluster 8.3 main
hierauf folgende Konsole-Meldung: `Stopping old cluster...
pg_ctl: Server fährt nicht herunter
Error: Could not stop old cluster
nun gut dann halt /etc/init-d/postgresql stop
ah ja siehe da Stopping PostgreSQL 8.3 database server: main
also ist 8.3 der aktive. Nun nochmals pg_upgradecluster 8.3 main
,
Resultat: Error: specified cluster is not running
hallo, gibt es keine Cluster?.
Stopp es tut sich was, habe einfach nochmals via /etc/init.d/postgresql start
gestartet (8.3), danach nochmals pg_upgradecluster 8.3 main
ausgeführt und siehe da die Meldung ist eine andere, aber dennoch mit Fehler:
Stopping old cluster...
Disabling connections to the old cluster during upgrade...
Restarting old cluster with restricted connections...
Creating new cluster (configuration: /etc/postgresql/8.4/main, data: /var/lib/postgresql/8.4/main)...
Moving configuration file /var/lib/postgresql/8.4/main/postgresql.conf to /etc/postgresql/8.4/main...
Moving configuration file /var/lib/postgresql/8.4/main/pg_hba.conf to /etc/postgresql/8.4/main...
Moving configuration file /var/lib/postgresql/8.4/main/pg_ident.conf to /etc/postgresql/8.4/main...
Configuring postgresql.conf to use port 5433...
Disabling connections to the new cluster during upgrade...
Roles, databases, schemas, ACLs...
FEHLER: konnte Bibliothek »/usr/lib/postgresql/8.3/lib/plpgsql.so« nicht laden: /usr/lib/postgresql/8.3/lib/plpgsql.so: undefined symbol: ActiveSnapshot
FEHLER: Funktion public.plpgsql_call_handler() existiert nicht
FEHLER: konnte Bibliothek »/usr/lib/postgresql/8.3/lib/plpgsql.so« nicht laden: /usr/lib/postgresql/8.3/lib/plpgsql.so: undefined symbol: ActiveSnapshot
FEHLER: Funktion public.plpgsql_call_handler() existiert nicht
FEHLER: konnte Bibliothek »/usr/lib/postgresql/8.3/lib/plpgsql.so« nicht laden: /usr/lib/postgresql/8.3/lib/plpgsql.so: undefined symbol: ActiveSnapshot
FEHLER: Funktion public.plpgsql_call_handler() existiert nicht
FEHLER: konnte Bibliothek »/usr/lib/postgresql/8.3/lib/plpgsql.so« nicht laden: /usr/lib/postgresql/8.3/lib/plpgsql.so: undefined symbol: ActiveSnapshot
FEHLER: Funktion public.plpgsql_call_handler() existiert nicht
Fixing hardcoded library paths for stored procedures...
Upgrading database kivitendo_auth...
Analyzing database kivitendo_auth...
Fixing hardcoded library paths for stored procedures...
Upgrading database lxdb...
und es dauert und dauert, den Rest schiebe ich gerne nach, hat das jetzt trotz den vielen Fehlern oder bis dahin Funktioniert und kann ich danach die 8.3 Version autoremove'n?