[postgreSQL]arret et redemarrage de la base
quand j'arrête ma base, tout se passe bien :
Code:
1 2 3 4 5 6
| josephine% pg_ctl stop
LOG: received smart shutdown request
LOG: shutting down
waiting for postmaster to shut down....LOG: database system is shut down
done
postmaster stopped |
mais quand je la redemarre, j'ai des messages d'erreur :
Code:
1 2 3 4 5 6 7 8 9 10 11 12
| josephine% pg_ctl start
LOG: could not bind IPv6 socket: Cannot assign requested address
HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
postmaster starting
josephine% LOG: could not bind socket for statistics collector: Cannot assign requested address
LOG: database system was shut down at 2006-06-02 15:49:26 MEST
LOG: checkpoint record is at 0/3E4D60
LOG: redo record is at 0/3E4D60; undo record is at 0/0; shutdown TRUE
LOG: next transaction ID: 586; next OID: 16403
LOG: next MultiXactId: 1; next MultiXactOffset: 0
LOG: database system is ready
LOG: transaction ID wrap limit is 2147484146, limited by database "postgres" |
qu'est ce qui ne va pas ??
je suis sous Sun solaris