Skip to content
Snippets Groups Projects
Unverified Commit abd825b6 authored by anarcat's avatar anarcat
Browse files

document where gitlab pages logs are and the latest gitlab pages issue

parent 1cce2d0d
No related branches found
No related tags found
No related merge requests found
......@@ -486,6 +486,25 @@ This command also shows general info about the GitLab instance:
it is especially useful to find on-disk files and package versions.
### GitLab pages not found
If you're looking for a way to track GitLab pages error, know that the
webserver logs are in `/var/log/nginx/gitlab_pages_access`, but that
only proxies requests for the GitLab Pages engine, which (JSON!) logs
live in `/var/log/gitlab/gitlab-pages/current`.
If you get a `"error":"domain does not exist"` problem, make sure the
entire *pipeline* actually succeeds. Typically, the "pages:deploy" job
can fail with:
Artifacts for pages are too large
In that case, you need to go into the Admin Area -> Settings ->
Preferences -> Pages and bump the size limit. It defaults to 100MB and
we bumped it to 1024MB at the time of writing. Note that GitLab CI/CD
also have a similar setting which might (or might not?) affect such
problems.
## Disaster recovery
In case the entire GitLab machine is destroyed, a new server should be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment