datapool.ini is not created correctly
Hi Uwe, I ran a fresh manual (without ansible) install of the datapool yesterday. I followed the installation description exactly (on readthedocs).
But the connection string in the datapool.ini is wrong. So that the database cannot be reached.
Are there any other steps necessary?
root@datapool:~# cat /data/etc/datapool.ini
[db]
connection_string = postgresql://user:password@127.0.0.1:5432/datapool
[backup_landing_zone]
folder =
[r]
extension = .r
executable = /usr/bin/R
[matlab]
extension = .m
executable =
[julia]
extension = .jl
version = >=1.0.1
executable = /usr/local/bin/julia
[python]
extension = .py
executable = /usr/local/bin/python3
[http_server]
port = 8000
log_requests = 1
log_file = /usr/local/var/log/datapool.log
[conversion]
block_size = 50000
[server]
pid_file = /root/.datapool/datapool.pid
[datapool]
__version__ = 2.0.0
[landing_zone]
folder = /data/landing_zone