Da findet sich allerdings was:
Nov 17 21:38:05 synoindexd: pgsql.c (133) Failed to re-connect to (null), user: admin, db:mediaserver. (could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGS
Nov 17 21:38:05 synoindexd: database.c (106) Failed to connect to database
Nov 17 21:38:05 synoindexd: database.c (1615) Failed to exec [VACUUM FULL ANALYZE].
Nov 17 21:38:05 synoindexd: synoindexd.c (460) vaccuum mediaserver failed.
Nov 17 21:38:05 synoindexd: pgsql.c (133) Failed to re-connect to (null), user: admin, db

hoto. (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.543
Nov 17 21:38:05 synoindexd: database.c (189) Failed to connect to database
Nov 17 21:38:05 synoindexd: database.c (1634) Failed to exec [VACUUM FULL ANALYZE].
Nov 17 21:38:05 synoindexd: synoindexd.c (463) vaccuum photodb failed.
Nov 17 21:38:15 mt-daapd[4615]: pgsql.c (133) Failed to re-connect to (null), user: admin, db:mediaserver. (could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s
Nov 17 21:38:15 mt-daapd[4615]: database.c (949) Failed to connect to database
Nov 17 21:38:15 mt-daapd[4615]: db-gdbm.c:db_init(561): Can not open database!!
Nov 17 21:38:15 mt-daapd[4615]: pgsql.c (133) Failed to re-connect to (null), user: admin, db:mediaserver. (could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s
Nov 17 21:38:15 mt-daapd[4615]: database.c (949) Failed to connect to database
Nov 17 21:38:15 mt-daapd[4615]: SYNO_scan_playlist(417): MediaInfoDBOpen(MEDIA_TABLE_PLAYLIST, "*") failed!!
Ich habe daraufhin versucht postgres zu starten:
> /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 existence
Update photo log table where log id = 0 to test db existence
su: can't chdir to home directory '/var/services/homes/admin'
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"?
su: can't chdir to home directory '/var/services/homes/admin'
createdb: could not connect to database postgres: 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"?
Failed to create database
Update photoImage table to test new table existence
su: can't chdir to home directory '/var/services/homes/admin'
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
su: can't chdir to home directory '/var/services/homes/admin'
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
su: can't chdir to home directory '/var/services/homes/admin'
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 table existence
su: can't chdir to home directory '/var/services/homes/admin'
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
su: can't chdir to home directory '/var/services/homes/admin'
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 existence.
Create create_time index on photo_image
su: can't chdir to home directory '/var/services/homes/admin'
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
su: can't chdir to home directory '/var/services/homes/admin'
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
su: can't chdir to home directory '/var/services/homes/admin'
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"?
su: can't chdir to home directory '/var/services/homes/admin'
createdb: could not connect to database postgres: 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"?
Failed to create database
Kann ich die DB irgendwie neu anlegen?