Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overleaf startup failed after deleting some containers #321

Open
c-w-Inf opened this issue Dec 11, 2024 · 0 comments
Open

Overleaf startup failed after deleting some containers #321

c-w-Inf opened this issue Dec 11, 2024 · 0 comments

Comments

@c-w-Inf
Copy link

c-w-Inf commented Dec 11, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant