magick93

Results 95 comments of magick93

Hi @kristiandupont This is a fresh install, and my first time using kanel. I tried downgrading to v3.3.1, however I got the same error.

I did notice that, even though I've downgraded, the error is still mentioning extract-pg-schema: 4.2.1 - which has only recently been released.

Good idea. I made the following modification: ``` console.log((pgType.name)); try { return [4 /*yield*/, populatorMap[pgType.kind](db, pgType)]; } catch (error) { console.log(error); } ``` ``` Error parsing view definition for "decrypted_sea...

I'm not sure if this is related. I tried adding ` schemas : ['public'],` to the config, then it errored in the below section. Specifically this seemed to be when...

Hi @kristiandupont Thanks for the followup. No, I didnt manage to resolve this.

It's been a while since I looked into this, but from memory this scheme wasn't used. I thought the issue was extension types and their respective installation scheme. > would...

Hi @kristiandupont I'm not sure if this is related. When I specify to use `schemas: ['public']` I get the `TypeError: populatorMap[pgType.kind] is not a function` which I think we deduced...

Ok, I've got a bit further in understanding the problem. With the following: ```js return [4 /*yield*/, Promise.all(typesToExtract.map(function (pgType) { return __awaiter(_this, void 0, void 0, function () { var...