Aircloak / aircloak

This repository contains the Aircloak Air frontend as well as the code for our Cloak query and anonymization platform
2 stars 0 forks source link

air doesn't work with PostgreSQL 10.x #2827

Open sasa1977 opened 6 years ago

sasa1977 commented 6 years ago

I've just had an installation session with Oliver from TWT (regarding the Roche project). For test purposes, he decided to use the latest Docker image of PostgreSQL for the air database. With this database, Air crashed during the boot. After a bit of probing, I started suspecting that postgrex didn't like the PostgreSQL version, so I advised to try with 9.x. At that point, everything worked properly.

So, without any further investigation, it seems that air currently doesn't work with PostgreSQL 10.x. The solution might be as simple as upgrading postgrex, but we need to investigate further.

We should also check if cloak can work with 10.x.

If we establish that we indeed don't support 10.x, and we don't want to fix it in this cycle, we should at least mention the limitation in our documentation.

sebastian commented 6 years ago

Let’s document only for 18.3 fix for 18.4.

obrok commented 6 years ago

IMO for air we should only work with one specific version of postgres. There is no point in keeping compatibility with multiple versions, as the setup calls for a postgres image anyway.

For cloak of course we should aim to be compatible with all the versions of everything.