#New installation failed.

1 messages · Page 1 of 1 (latest)

fervent crag
#

I have tried to install the authentik server/application at least half a dozen times all with the same result. I check the logs for errors, no errors found, Portainer shows the containers are running and healthy, but every time I go to the web interface and try to initial-setup I get the same error, "Something went wrong! Please try again later"

looking at the logs, they always look like this.

warning | auth_via=unauthenticated event=OperationalError('could not load library "/usr/local/lib/postgresql/llvmjit.so": Error relocating /usr/local/lib/postgresql/llvmjit.so: LLVMBuildGEP: symbol not found\n') flow_slug=initial-setup host=10.19.0.31:9000 logger=authentik.flows.views.executor pid=22 request_id=0e2e808850d04227884ab608e2c818f1 timestamp=2023-05-12T16:24:13.136512

It looks like it is looking for a library "/usr/local/lib/postgresql/llvmjit.so" . I have tried the official Docker-compose method several times, a couple times I deleted the containers and pruned everything that wasn't running, I even built a new ubuntu vm, and started the process from scratch installing docker, docker compose and them the docker-compose.yml file. I actually rebuilt the VM twice. Every time I get the same result and the same error looking for the same library.

I built the authentik stack a few weeks ago and didn't have any issues, I wonder if there was a change to one of the images used in the Docker-Compose that is no longer available. I really have no idea, I am also new to using docker so I am not sure how these libraries could get hosed up or come up missing from one week to the next.

Please help.

warped lily
fervent crag
#

cool, at least it's not just me.

#

I thought it was my environment. did you come up with a solution?

fervent crag
warped lily
#

should be able to just change from postgres:12-alpine to postgres:12;
or alternatively, since this is a new install, upgrade to postgres:15-alpine right away.

for my own install I just manually migrated the data from 12 to 15.

fervent crag
#

so can I do the upgrade in in step, or 2, meaning can I simply change the postgres images in the Docker compose to use the post:15 images, or do I need to do the interm step of changing to psot:12, then once stable, then do an upgrade to 15?

warped lily