Skip to content

Commit

Permalink
Bump fetcher cache version
Browse files Browse the repository at this point in the history
We're getting more reports in #10985

It appears that something hasn't gone right process-wise.
I find this mistake not to be worth investigating, but rather something
to pay attention to going forward.

Let's nip this in the bud.

Closes #10985

(cherry picked from commit e948c8e)

Co-authored-by: Eelco Dolstra <[email protected]>
  • Loading branch information
2 people authored and Mic92 committed Nov 23, 2024
1 parent 8e8a572 commit bf67741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libfetchers/cache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct CacheImpl : Cache
{
auto state(_state.lock());

auto dbPath = getCacheDir() + "/nix/fetcher-cache-v2.sqlite";
auto dbPath = getCacheDir() + "/nix/fetcher-cache-v3.sqlite";
createDirs(dirOf(dbPath));

state->db = SQLite(dbPath);
Expand Down

0 comments on commit bf67741

Please sign in to comment.