Re: [Python-buildbots] Buildbot 9 + Postgres backend

2017-10-06 Thread Craig Rodrigues
On Fri, Oct 6, 2017 at 1:42 PM, Zachary Ware wrote: > On Fri, Oct 6, 2017 at 3:36 PM, Craig Rodrigues > wrote: > > I'd like to suggest that when we upgrade the buildbot master, > > we use a Postgres backend instead of sqlite: > > > > http://docs.buildbot.net/latest/manual/cfg-global.html#postgre

Re: [Python-buildbots] Buildbot 9 + Postgres backend

2017-10-06 Thread Zachary Ware
On Fri, Oct 6, 2017 at 3:36 PM, Craig Rodrigues wrote: > I'd like to suggest that when we upgrade the buildbot master, > we use a Postgres backend instead of sqlite: > > http://docs.buildbot.net/latest/manual/cfg-global.html#postgres Since it's such a simple change, we can just factor `db_uri` ou

[Python-buildbots] Buildbot 9 + Postgres backend

2017-10-06 Thread Craig Rodrigues
I'd like to suggest that when we upgrade the buildbot master, we use a Postgres backend instead of sqlite: http://docs.buildbot.net/latest/manual/cfg-global.html#postgres This is for better performance. Since postgres is involved, this would require coordination with the Python infra team. -- C