Ich habe mit der laufenden Postgres Datenbank etwas rumgespielt.
Ich habe auch erfolgreich eine neue DB angelegt und mich auch von einem anderen Rechner darauf connectet. Die DB schien auf jeden Fall zu laufen.
Jetzt hab ich in der postgresql.conf etwas rumgespielt um eine höhere Perfromance zu erreichen. Postgres hab ich dann wieder neu starten wollen, habe dann aber folgende Meldung bekommen:
Die Parameter in der Konfig habe ich wieder aus dem Kopf zurückgestellt. Aber bekomme immer noch den gleichen Fehler.
Hat mir vielleicht jemand eine orginal postgresql.conf von einer DS410j mit Release 3.0 1337?
Ich habe auch erfolgreich eine neue DB angelegt und mich auch von einem anderen Rechner darauf connectet. Die DB schien auf jeden Fall zu laufen.
Jetzt hab ich in der postgresql.conf etwas rumgespielt um eine höhere Perfromance zu erreichen. Postgres hab ich dann wieder neu starten wollen, habe dann aber folgende Meldung bekommen:
/usr/syno/etc/rc.d/S20pgsql.sh start
Starting PostgreSQL...
Update blog_config table in blog db where config_id = 0 to test blog db existenc e
Update photo log table where log id = 0 to test db existence
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
createdb: could not connect to database postgres: could not connect to server: N o such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
Failed to create database
Update photoImage table to test new table existence
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
Update email in photo_user table to test email existence
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
Update version in photo_image table to test version existence
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
Update photo_config table in photo db where config_id = 0 to test photo_config t able existence
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
Update is_subdir in photo_share table to test new columns existence
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
Update photo_upload_right table in photo db to test photo_upload_right table exi stence.
Create create_time index on photo_image
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
Create path index on photo_image
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
Update media type table where type id = 0 to test db existence
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
createdb: could not connect to database postgres: could not connect to server: N o such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
Failed to create database
Die Parameter in der Konfig habe ich wieder aus dem Kopf zurückgestellt. Aber bekomme immer noch den gleichen Fehler.
Hat mir vielleicht jemand eine orginal postgresql.conf von einer DS410j mit Release 3.0 1337?