David Steele

Results 426 comments of David Steele

> I'm guessing this has to do with gathering real information about WAL segment boundaries? Yes. > Maybe there a way to optimize this query? If you have any ideas...

Even given the number of WAL segments, this seems unusually slow. Four million WAL segments would only be 15625 paths to list. My guess is Minio is not very fast...

The default for `repo-type` is Posix, so they likely ended up on the local disk in `/var/lib/pgbackrest/archive/maindb`.

> I am concerned about the security implications of storing the repository credentials directly in the pgBackRest configuration files on the database host. Well, at that point the attacker has...

> When pgbackrest is executed from pgbackrest cron, it doesn't load config from files located in /usr/local/etc/pgbackrest/conf.d/ So where does it try to load them from?

> is there any relevant option for users to choose Not currently. > can users release the restrictions by changing the underlying code It's not just one place, though in...

I don't know, either, especially since you did not show your code change.

Yeah, not sure why that is happening, either. This is not something we have ever tested so could be anything.

You keep asking the same question and the answer remains the same -- I don't know. If you are getting as far as copying files then it must work to...

You are right, `rpm` is not easy to use. You should be able to download all the dependencies and install them using `rpm` but we don't any instructions for that....