Chris Van Pelt (CVP)
Chris Van Pelt (CVP)
Hey @wztdream when using the default `wandb server` command we use a named docker volume (wandb) by default. The default location for these volumes is `/var/lib/docker/volumes/wandb`. There are some clever...
Oh, and to free up the disk space from the original docker volume after copying the files you can run `docker volume rm wandb`
Hey Rakesh, there must be something funky with the way your copying the key. Our api keys are always 40 characters long. With local deployments there's always a prefix, so...
@rakesh-sodha good to know, I wonder if we can somehow prevent this. Can you share what browser / OS you're using? If we can reproduce we might be able to...
The error indicates there is invalid data on whatever mount you added. If you're able to start over, just mount a different volume, i.e. `-v wandb2:/vol`. You really shouldn't be...
@wztdream how are you running the container? If you're running it in kubernetes you must only have a single replica. Running it with multiple replicas will cause this behavior.
@Inquisitive-ME that indicates the machine you're running wandb verify on can't connect to 192.168.99.165. This is likely due to firewall rules or other networking issues.
Apologies for not answering this sooner. The error indicates we were unable to migrate the database. If you're working with a fresh wandb/local install without any data in it, you...
@carloalbertobarbano if you're getting `panic: Dirty database version` error or the entity already exists error? I'll respond to the other ticket, but if you can share the exact error you're...
Hey @YarrDOpanas that message indicates the migrations are have not yet completed. This generally means you have a very poor performing file system. This can be for a number of...