<div dir="auto">The db part looks the same as mine.<div dir="auto"><br></div><div dir="auto">A couple of suggestions that might help:</div><div dir="auto"><br></div><div dir="auto">1. On the new deployment, use the sqlite command line client to poke at the database and see if it's intact. </div><div dir="auto">2. Check twistd.log in the master working directory (probably right next to sqlite.db) for any relevant error messages. In particular, does your python environment have the sqlite adapter installed?</div><div dir="auto">3. It's possible the master is working fine but your web browser can't connect to the buildbot websockets. Is there a firewall in play? A reverse proxy that you need to forward through?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jul 20, 2019, 7:33 AM Chris Mumford <<a href="mailto:cmumford@cmumford.com">cmumford@cmumford.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks Josh:<div><br></div><div>Here's the whole config file:</div><div><br></div><div><a href="https://github.com/starryexpanse/continuous-build/blob/master/buildbot/master/master.cfg" target="_blank" rel="noreferrer">https://github.com/starryexpanse/continuous-build/blob/master/buildbot/master/master.cfg</a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jul 20, 2019 at 7:15 AM Josh Bialkowski <<a href="mailto:josh.bialkowski@gmail.com" target="_blank" rel="noreferrer">josh.bialkowski@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Can you share the "db" key of your master.cfg? Perhaps you have an absolute path that isn't consistent across the move?<div dir="auto"><br></div><div dir="auto">For one test environment it looks like this:</div><div dir="auto"><pre style="white-space:pre-wrap">c['db'] = {'db_url': "sqlite:///state.sqlite"}</pre></div>And I was able to move it from one machine to another.<br><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Sat, Jul 20, 2019, 7:07 AM Chris Mumford <<a href="mailto:cmumford@cmumford.com" target="_blank" rel="noreferrer">cmumford@cmumford.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I'm trying to move the buildbot master to a new computer. I'm using SQLite as the backend and am only doing an rsync to move the master directory. When I start the new buildbot everything appears to be OK, but when I navigate to a build I can't see any data there (no output, change info, etc.).<div><br></div><div>What is the correct procedure to relocate a master?</div></div>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@buildbot.net" rel="noreferrer noreferrer" target="_blank">users@buildbot.net</a><br>
<a href="https://lists.buildbot.net/mailman/listinfo/users" rel="noreferrer noreferrer noreferrer" target="_blank">https://lists.buildbot.net/mailman/listinfo/users</a></blockquote></div></div>
</blockquote></div>
</blockquote></div>