Skip to content

Commit

Permalink
fix: Boltdb doesn't support multiple instances against same db with l…
Browse files Browse the repository at this point in the history
…ocal filesystem (#190)

* Document that Boltdb doesn't support multiple instances against same db with local filesystem

* Move warning to cache drivers/BoltDB section - per review
  • Loading branch information
kevin-bates authored Feb 10, 2025
1 parent f6c4d0b commit a6a15d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/articles/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,9 @@ If you don't specify a cache driver, zot defaults to [BoltDB](https://dbdb.io/db

In this example, BoltDB can be found at /tmp/zot/cache.db.

> :warning:
> Because BoltDB does not provide concurrent access for writes, multiple instances/replicas of zot are not supported with a BoltDB configuration.
### DynamoDB

To use [DynamoDB](https://aws.amazon.com/dynamodb/) as the cache driver, the following storage configuration must be present:
Expand Down

0 comments on commit a6a15d7

Please sign in to comment.