Posts
Sort by recent activity
Can postgresql logs be both stderr & csvlog or do they have to be only csvlog?
I'm looking to set up redgate monitor on our postgres system, and the docs say "log_destination must contain 'csvlog'" but can they be stderr & csvlog? My thinking is that they won't be able to bec...
Postgres log type
I want to set up monitor but the docs say that " log_destination must contain 'csvlog'" does this mean it can only be csv or could I set it up as both stderr & csvlog? I think this might not work b...
Don't run repeatable migrations first time
I'm just trying to set flyway up on an existing DB. I want to set all my existing functions and views as repeatable migrations, but I don't want flyway to run them the first time I run migrate, I j...