One step further...... Am Mittwoch, 14. April 2021, 20:40:46 CEST schrieb Axel Braun:
> I'm trying to get the new FHIR server running. > Changes to /usr/lib/python3.6/site-packages/server/config.py were made for > the targeted database (ghdemo36) > > (NB: I feel this kind of config should go somehwere into /etc ) > > However, the FHIR server does not find the running Postgres-Database and is > looking for a sqlite-database: > > localhost:/home/test # python3 /usr/lib/python3.6/site-packages/server/ > fhir_server.py .... > I feel a link to the server config could be beneficial to find the right > database. Or is there some hidden config? Hidden in that way, that the hint was not in the source pacakge, but in the wiki (Thanks, Andreas) TRYTON_CONFIG = '' # Set this to the path of the Tryton configuration file However, result remains the same - server is still looking for a sqlite database with that name. Cheers Axel