Daniel Hoherd
                                            Daniel Hoherd
                                        
                                    @freek-hoekstra-cardano sorry, i replied to quickly last time. what version of postgres?
@freek-hoekstra-cardano 11 is still supported, and we do test 0.28 against postgres 11. https://github.com/astronomer/astronomer/blob/v0.28.7/charts/postgresql/values.yaml#L18 I do recall a problem with the double @ before, but that was related to having...
I found a GH issue where somebody else encountered the same problem, and it was caused by them creating their postgres users with `user@host` username vs just `user` username. https://github.com/ckan/ckan/issues/6308#issuecomment-1184399014
I suspect this is a problem with the way psycopg2 in db-bootstrapper connects. Microsoft's recommendations is to not use a `proto://user:pass@server` URI, and instead set up the connection with individual...
I'm having a real hard time reproducing this problem locally. I've set up postgres 11 using docker-compose: ```yaml version: '3' services: database: image: 'postgres:11' ports: - 5432:5432 environment: POSTGRES_USER: admin...
@freek-hoekstra-cardano thanks for checking back. I'm bummed we couldn't figure this out yet though. I'll leave it open for now.
@freek-hoekstra-cardano I just heard from one of our support folks that this credential format has only been observed in Azure Single Server, which is not a server that we support....
Docs about not supporting azure single server were merged. Closing this.
IMHO this is the compelling reason why documentation belongs in the git repo along with its build and deploy scripts.
@jubalh https://github.com/fenrus75/powertop/blob/master/doc/powertop.8#L92-L93 disagrees with you. If the complete documentation were 103 LOC, that would be some seriously weak sauce.