Closed narendasan closed 6 years ago
@bcongdon leveldb sorts out the stuff with setting up the db, which is why when we pointed it at the boltdb file path it got mad. I think the course of action is to remove that file and then regenerate the tokens for the clients, or we could try to develop a way to read out all of the old tokens from boltdb and insert them into leveldb, but i think its easier to just regen the tokens
@narendasan I migrated all the old client keys from boltdb to leveldb. We should probably flush them all at some point, because I think there's a fair number of unused ones in the database, and they're not labeled very well.
For the time being, this looks good, and I was able to deploy it. 👍
This changes dependencies to the arbor-dev variant since it will now be upstream and bumps the version to 0.2.5, handling the issues with go routines, should be good to deploy