<p dir="ltr">Hello.<br>
On buildbot eight, the database only store information of the build requests before the build is started.</p>
<p dir="ltr">Switching to a new database you will only lose the buildrequests and not the builds which are stored in pickle files.</p>
<p dir="ltr">There is no tool to migrate data from db to db except what you may find on the internet with pure SQL dumps. That should work as the database model is exactly the same.</p>
<p dir="ltr">For your scaling problems i fear there are few hopes that switching db will help a lot as the db is not used that much in eight. Multimaster is the usual solution to scaling. buildbot nine helps a lot to simplify the setup for multimaster config.</p>
<p dir="ltr">Hth</p>
<br><div class="gmail_quote"><div dir="ltr">Le lun. 17 oct. 2016 05:36, Ryan Schmidt <<a href="mailto:buildbot@ryandesign.com">buildbot@ryandesign.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Our buildbot 0.8 installation uses sqlite, because that was the default and the easiest thing to do.<br class="gmail_msg">
<br class="gmail_msg">
I now have a feeling that some of the performance problems we see from time to time -- such as the web interface timing out during those unusual instances when several thousand builds are getting scheduled at once -- might be due to that.<br class="gmail_msg">
<br class="gmail_msg">
I'd like to move the database to postgresql. I couldn't find any buildbot-specific advice about how to import the sqlite information into postgres. Does documentation exist on how to do that?<br class="gmail_msg">
<br class="gmail_msg">
<a href="http://docs.buildbot.net/current/manual/cfg-global.html#postgres" rel="noreferrer" class="gmail_msg" target="_blank">http://docs.buildbot.net/current/manual/cfg-global.html#postgres</a><br class="gmail_msg">
<br class="gmail_msg">
doesn't say anything other than "PosgreSQL requires no special configuration."<br class="gmail_msg">
<br class="gmail_msg">
_______________________________________________<br class="gmail_msg">
users mailing list<br class="gmail_msg">
<a href="mailto:users@buildbot.net" class="gmail_msg" target="_blank">users@buildbot.net</a><br class="gmail_msg">
<a href="https://lists.buildbot.net/mailman/listinfo/users" rel="noreferrer" class="gmail_msg" target="_blank">https://lists.buildbot.net/mailman/listinfo/users</a><br class="gmail_msg">
</blockquote></div>