Hi everyone,

We've been using Postgres with our multi-master system for a while now, and so far any problems we've had have NEVER been a problem with Postgres.

We also use ShellCommands to ship off logs and completion status to a completely different system. That system has a lot better interface, filtering, and searching capabilities, as well as the ability to generate a lot of the statistics we need. And it keeps a lot of stuff around for much longer than the buildbot database does.

Neil Gilmore
grammatech.com

On 2/15/2017 2:35 AM, Pierre Tardy wrote:
Hi Eliot,

In buildbot Nine, all the log files and build history is now stored in the database. You can use a separate database server like postgres in order to store them outside of your master. With the recent move to JWT token, the master does not have any state beyond the running build/step state, which is managed as in memory python objects.

Regards
Pierre


Le mer. 15 févr. 2017 à 00:41, Elliot Saba <[email protected] <mailto:[email protected]>> a écrit :

    Hello there.  I'd like to store my buildbot-generated files (build
logfiles, all generated state) away from my configuration files. I'd like to do this so that I can persist my logfiles and build history separate from my configuration within a Docker container. Is there a configuration option I can set to affect this?

    Thanks,
    -E
    _______________________________________________
    users mailing list
    [email protected] <mailto:[email protected]>
    https://lists.buildbot.net/mailman/listinfo/users



_______________________________________________
users mailing list
[email protected]
https://lists.buildbot.net/mailman/listinfo/users

_______________________________________________
users mailing list
[email protected]
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to