Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
abd825b6
Unverified
Commit
abd825b6
authored
3 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
document where gitlab pages logs are and the latest gitlab pages issue
parent
1cce2d0d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
howto/gitlab.md
+19
-0
19 additions, 0 deletions
howto/gitlab.md
with
19 additions
and
0 deletions
howto/gitlab.md
+
19
−
0
View file @
abd825b6
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment