toolkit icon indicating copy to clipboard operation
toolkit copied to clipboard

Overleaf startup failed after deleting some containers

Open c-w-Inf opened this issue 1 year ago • 0 comments

Steps to Reproduce

  1. have successfully strted up overleaf, and stopped
  2. deleted some containers because of full disk storage, according to https://stackoverflow.com/questions/31712266/how-to-clean-up-docker-overlay-directory, using command sudo docker system prune -a -f
  3. executing bin/up

Expected Behaviour

a successful startup

Observed Behaviour

~# overleaf/bin/up -d Initiating Mongo replica set... WARN[0000] /root/overleaf/config/docker-compose.override.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion [+] Running 1/0 ✔ Container mongo Running 0.0s WARN[0000] /root/overleaf/config/docker-compose.override.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion [+] Running 1/1 ✘ sharelatex Error manifest for sharelatex/sharelatex:with-texlive-full not found: manifest ... 31.0s Error response from daemon: manifest for sharelatex/sharelatex:with-texlive-full not found: manifest unknown: manifest unknown

Context

I was trying to start overleaf, but failed.

Technical Info

bin/start is okay: ~# overleaf/bin/start WARN[0000] /root/overleaf/config/docker-compose.override.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion [+] Running 1/1 ✔ Container mongo Healthy

Analysis

I think I've deleted some important containers that is essential to the startup. There seems to be no way to rebuild overleaf again. How can I complement the missing containers? I am wondering if my data has been deleted (there are tex files stored in my overleaf server). Can I recover my data so that I can try to build a new overleaf?

c-w-Inf avatar Dec 11 '24 15:12 c-w-Inf