Hi!
Something very strange has happened in one of my deployments. Even though I did not get any errors when using morph deploy switch, in the server, one of the path /nix/store/<asdasd>-some-package/... (a large one) is missing quite a few packages.
Running nix-store --verify --check-contents on the server shows that this in an issue.
However running nix-store --repair-path is not working, because the server I guess does not know how to redownload the package.
What is the recommended way to solve this situation? I am tempted to solve it manually but that's messy bussiness. I am looking for an option in morph itself to repair or force push a path but I can't find it...
Hi!
Something very strange has happened in one of my deployments. Even though I did not get any errors when using
morph deploy switch, in the server, one of the path/nix/store/<asdasd>-some-package/...(a large one) is missing quite a few packages.Running
nix-store --verify --check-contentson the server shows that this in an issue.However running
nix-store --repair-pathis not working, because the server I guess does not know how to redownload the package.What is the recommended way to solve this situation? I am tempted to solve it manually but that's messy bussiness. I am looking for an option in
morphitself to repair or force push a path but I can't find it...