summaryrefslogtreecommitdiff
path: root/doc/update
Commit message (Collapse)AuthorAgeFilesLines
...
* | | you have to update gitlab shell for gitlab 7.5Job van der Voort2014-11-201-5/+13
| |/ |/|
* | Added update guide for updating to 7.5, and pointed installation and updates ↵Patricio Cano2014-11-172-14/+201
| | | | | | | | guides to new version.
* | remove extra cd commandBen Bodenmiller2014-11-151-2/+0
|/
* Merge branch 'automate-upgrader-shell-version' into 'master'Dmitriy Zaporozhets2014-11-111-7/+10
|\ | | | | | | | | | | | | | | Automate upgrader shell version /cc @marin See merge request !1237
| * Make GitLab Shell upgrade a natural part of the upgrade process.Sytse Sijbrandij2014-11-021-7/+10
| |
* | Fixed markdown error in 7.3-to-7.4 update guideAlvaro Naveda2014-10-311-0/+1
|/ | | Just fixed a minor bug in the markdown notation
* Revert "Change update recommendation" since it should be fixed withSytse Sijbrandij2014-10-301-9/+9
| | | | | | c3104abfd4d5c58838a6f4514ffa4b7c04ff6dcd This reverts commit 8101640c33d240fc5b29c3dec33c56b67325a89f.
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2014-10-301-4/+2
|\
| * Don't update GitLab Shell to the latest version but to the corresponding ↵update-gitlab-shell-to-corresponding-versionSytse Sijbrandij2014-10-281-4/+2
| | | | | | | | version.
* | fix markdown formattingBen Bodenmiller2014-10-271-0/+1
|/ | | fix markdown formatting issue
* Change update recommendationDrew Blessing2014-10-271-9/+9
|
* Merge branch 'master' into 7-4-stableValery Sizov2014-10-271-1/+1
|\ | | | | | | | | | | Conflicts: CHANGELOG VERSION
| * Merge pull request #8046 from bbodenmiller/patch-3Jacob Vosmaer2014-10-211-1/+1
| |\ | | | | | | fix permission issue in upgrade guide
| | * fix permission issue in upgrade guidesBen Bodenmiller2014-10-141-1/+1
| | |
* | | Update Guide: Change path to nginx configValery Sizov2014-10-212-3/+3
| | |
* | | remove unnecessary parts from update docValery Sizov2014-10-211-33/+4
| | |
* | | Merge pull request #8065 from bbodenmiller/patch-17Valeriy Sizov2014-10-211-1/+1
|\ \ \ | | | | | | | | [7.4 rc fix] [doc] clarify when database.yml needs to be updated
| * | | clarify when database.yml needs to be updatedBen Bodenmiller2014-10-181-1/+1
| |/ / | | | | | | Clarify that database.yml should be updated if you are running a MySQL Database. Remove wording that de-emphasises importance of update.
* | | Merge pull request #8066 from bbodenmiller/patch-18Valeriy Sizov2014-10-211-0/+6
|\ \ \ | | | | | | | | [7.4 rc fix] [doc] stop gitlab before mysql optimizations, run checks
| * | | stop gitlab before mysql optimizations, run checksBen Bodenmiller2014-10-181-0/+6
| |/ / | | | | | | Update MySQL optimizations to reflect doing updates after GitLab has already been started back up.
* | | Merge pull request #8067 from bbodenmiller/patch-19Valeriy Sizov2014-10-211-2/+2
|\ \ \ | | | | | | | | [7.4 rc fix] [doc] actually give command necessary to update unicorn
| * | | actually give command necessary to update unicornBen Bodenmiller2014-10-181-2/+2
| |/ / | | | | | | Give command to update unicorn.rb rather than just say you need to do it.
* | | Merge pull request #8070 from bbodenmiller/patch-22Valeriy Sizov2014-10-212-14/+10
|\ \ \ | | | | | | | | [7.4 rc fix] [doc] stop gitlab before backup
| * | | stop gitlab before backupBen Bodenmiller2014-10-181-5/+5
| | | |
| * | | stop gitlab before backupBen Bodenmiller2014-10-181-9/+5
| |/ / | | | | | | Stopping gitlab before backup ensures that backup has everything before upgrade incase something goes wrong. Also remove extra cd.
* | | Merge pull request #8071 from bbodenmiller/patch-7Valeriy Sizov2014-10-211-0/+2
|\ \ \ | | | | | | | | [7.4 rc fix] [doc] add missing configure Redis to use sockets
| * | | add missing configure Redis to use socketsBen Bodenmiller2014-10-181-0/+2
| |/ / | | | | | | Add details from 7.2-to-7.3.md. Replaces https://github.com/gitlabhq/gitlabhq/pull/8047.
* | | add optimizations for mysql to 6.x->7.4 guideBen Bodenmiller2014-10-181-0/+70
|/ / | | | | Add mysql optimizations from 7.3-to-7.4.md.
* | documents updatedValery Sizov2014-10-172-14/+154
| |
* | Merge pull request #7744 from bbodenmiller/patch-14Robert Schilling2014-10-151-0/+6
|\ \ | | | | | | add missing cleanup step
| * | add missing cleanup stepBen Bodenmiller2014-10-141-0/+6
| |/
* | make sure tables are UTF8 capableBen Bodenmiller2014-10-141-0/+9
|/ | | As discussed at https://github.com/gitlabhq/gitlabhq/pull/7742#issuecomment-58897445 make sure that tables have correct char set.
* minor updates to mysql cleanupBen Bodenmiller2014-10-131-3/+3
| | | | * take -> make * correct incorrect details about when pool size was changed
* Merge pull request #8021 from bbodenmiller/schema.rbRobert Schilling2014-10-132-4/+2
|\ | | | | simplify schema.rb reset in upgrade guides
| * simplify schema.rb reset in upgrade guidesBen Bodenmiller2014-10-122-4/+2
| |
* | Merge pull request #7742 from bbodenmiller/patch-7Sytse Sijbrandij2014-10-131-0/+68
|\ \ | |/ |/| Cleanup MySQL database
| * Cleanup MySQL databaseBen Bodenmiller2014-10-121-0/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addresses changes made to installation guide and config files but never applied in update process. Relevant changes to installation guide and config files were made in gitlabhq@cbb5b00, gitlabhq@498a4e6, gitlabhq@c33d5e1, gitlabhq@485162e#diff-e1059d0fa0437ffad94facff86210603, gitlabhq@72e2fe2#diff-d1b4ff7de834bae6008dd49550413a6f, gitlabhq@5163a8f#diff-e1059d0fa0437ffad94facff86210603, gitlabhq@993af5d#diff-e1059d0fa0437ffad94facff86210603, & gitlabhq@d3f5a0c.
* | Update the help/update docs to include omnibus as well.Achilleas Pipinellis2014-10-021-4/+16
| |
* | Clear changes to schema.rb when upgradingJacob Vosmaer2014-10-012-0/+4
| | | | | | | | | | | | Having local changes is quite common and it is a stumbling block when upgrading GitLab. Because schema.rb is generated from the actual DB schema it is OK to clear the local changes.
* | Update guides to use gitlab-shell 2.0.1.Marin Jankovski2014-10-013-4/+4
| |
* | Rename the speed upgrade file.Sytse Sijbrandij2014-09-301-0/+0
| |
* | Remove notice that it hasn't been released yet.Sytse Sijbrandij2014-09-301-2/+2
| |
* | Merge branch 'master' into 'master'Jacob Vosmaer2014-09-251-0/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | Small documentation update, add unixsocketperm If you run gitlab as user ``git`` while redis runs as user ``redis`` and you add git to ``redis`` group, you'll need to set ``unixsocketperm = 0775`` to grant write access to group. See merge request !192
| * | Remove obsolete lineDaniel Widerin2014-09-251-1/+0
| | |
| * | Use edit in place with sed instead of teeDaniel Widerin2014-09-251-1/+1
| | |
| * | Path on ubuntu is differentDaniel Widerin2014-09-251-1/+1
| | |
| * | Use 'sed' with pre-search to enable only if present in redis config file.Daniel Widerin2014-09-251-2/+3
| | |
| * | Fix 'Invalid socket file permissions' errorDaniel Widerin2014-09-251-1/+1
| | |
| * | Add unixsocketperm note to upgrade guideDaniel Widerin2014-09-241-0/+2
| | |
* | | Fix the sed command for increasing the backlogJacob Vosmaer2014-09-251-1/+1
|/ /