diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2014-03-27 23:19:45 +0100 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2014-03-27 23:19:45 +0100 |
commit | 1f988a224c11e2bcd38feae4c0af84607ec67df7 (patch) | |
tree | f9af595878a2789be45c612e26ced8c9f7c592ad | |
parent | fc5ac1451dcfda7cf53d536db79b552b29849276 (diff) | |
parent | cfc4a2dbe3652180c1d08d5d9e154e28cbb340fb (diff) | |
download | gitlab-ce-1f988a224c11e2bcd38feae4c0af84607ec67df7.tar.gz |
Merge pull request #6553 from tehZeno/patch-1
Update 6.0-to-6.5.md
-rw-r--r-- | doc/update/6.0-to-6.7.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/update/6.0-to-6.7.md b/doc/update/6.0-to-6.7.md index 68878bb9cd9..5023e34f189 100644 --- a/doc/update/6.0-to-6.7.md +++ b/doc/update/6.0-to-6.7.md @@ -140,3 +140,6 @@ Follow the [`upgrade guide from 5.4 to 6.0`](5.4-to-6.0.md), except for the data cd /home/git/gitlab sudo -u git -H bundle exec rake gitlab:backup:restore RAILS_ENV=production ``` + +## Login issues after upgrade? +If running in https mode, be sure to read [Can't Verify csrf token authenticity](https://github.com/gitlabhq/gitlab-public-wiki/wiki/Trouble-Shooting-Guide#cant-verify-csrf-token-authenticitycant-get-past-login-pageredirected-to-login-page) |