Rob Kooper

Results 86 comments of Rob Kooper

for illinois I switched to running it at midnight, that way next morning database is synced. This is something I want to look at in the future (time permitting). Question...

@dlebauer that is a good idea, we can skip the runs table, which will be the biggest set. That is a quick (famous last words) fix.

@dlebauer can you add an image of what it looks like now with the changes.

Yes, should be. Make sure that port is exposed in bh the docker-compose file

correct at that point it is exposed, not as port 8000 though. You will need to do a `docker ps` to see the port, or easier `docker port bety 8000`...

I'll look at that, need to figure out where those are coming from, or how they are generated.

@dlebauer do you want to update this to remove the maps all together?

Some notes of the top of my head: - As @gsrohde said, for production instances don't create the list of extra users (-u flag in initialize). - Change the default...