Closed Avamander closed 2 years ago
@Avamander I am unable to reproduce this issue. I do not have any backup in postgresql 9.x. Just I tried fresh installation with postgres 10.6 docker. all works as expected. I did not see a single error on the log file.
Application information: [Version:1.4.0-SNAPSHOT, Database(type:PostgreSQL, version:PostgreSQL 10.6 on x86_64-pc-linux-musl, compiled by gcc (Alpine 6.4.0) 6.4.0, 64-bit, schema version:1.04.05 - 2018 Sep 11), Built on:2018-11-29T10:22:36+0530, Git commit:45fc48776bfc2a1c38b31835dd6e737afbc4cc3f:development]
Docker command:
docker run --name mc-postgres -p 5432:5432 -e POSTGRES_PASSWORD=postgres -d postgres:10-alpine
Create mycontroller
database:
create database mycontroller;
create user mycontroller with password 'mycontroller';
alter user mycontroller with superuser;
MyController configuration:
mcc.db.type=POSTGRESQL
mcc.db.url=jdbc:postgresql://localhost:5432/mycontroller
mcc.db.username=mycontroller
mcc.db.password=mycontroller
Hmm, I guess it's the Java 11 https://github.com/mycontroller-org/mycontroller/issues/482 that causes the PostgreSQL library to break.
@Avamander Maybe, ok I will keep this issue. and will check it in Java 11.
I'm trying to switch to PostgreSQL 10 on my RPi and it seems that MyController really doesn't like that: