Sonarqube 8.2 error launching when using postgresql 10

Hi,

When i change from sonar.jdbc.url=jdbc:postgresql://localhost/sonarqube?currentSchema=sonarqube

to

sonar.jdbc.url=jdbc:postgresql://localhost/sonarqube?currentSchema=public

The sonarqube application starts successfully, only problem is that data is wiped.

Little context here also might be useful.
I am using sonarqube 7.9 LTS with mariadb and i used pgloader to migrate data over to postgresql.

Also, it seems i am not the only one who is having this problem: