Open transfluxus opened 2 years ago
Dataverse 5.11 has some problems, try to upgrade to 5.11.1
I think that upgrade happened automatically, but I will check again tomorrow. thanks for the quick response!
Just for your information, we do restart of Dataverse twice during deployment process to apply custom XHTML templates. So there is possibility that you've got caught in the middle of the second start.
I just checked, and the version was 5.11.1 Maybe it's related to an error that I had during startup:
postgres | PostgreSQL Database directory appears to contain a database; Skipping initialization
postgres |
postgres | 2022-10-28 10:39:33.423 UTC [1] FATAL: data directory "/var/lib/postgresql/data" has wrong ownership
postgres | 2022-10-28 10:39:33.423 UTC [1] HINT: The server must be started by the user that owns the data directory.
which I could fix by replacing in the compose.yml:
- ${LOCAL_STORAGE}/database-data:/var/lib/postgresql/data/ # persist data even if container shuts down
with
- /var/lib/postgresql/data/
btw. I am on Ubuntu (all I find on the web on this problem is about windows)...
Hi,
I recently tried dataverse 5.9 and it generally worked ok. However I was forced to start all over, after I messed up adding new metadatablocks and operating around in the database in order to delete them again. So I started over with the new docker with dataverse 5.11.
However, After logging in as admin and changing the password the homepage says: "Internal Server Error - An unexpected error was encountered, no more information is available."
and this is the output in the terminal:
I would be grateful for any hint on how to fix this!