Commit Graph
282 Commits
Author SHA1 Message Date
jmsche 5c74abb590 Fixed missing end-of-code line in 7.4 upgrade doc 2014-10-24 22:00:21 +02:00
Valery Sizov be80837a69 Update Guide: Change path to nginx config 2014-10-21 19:12:52 +03:00
Valery Sizov b1e60cfa1b remove unnecessary parts from update doc 2014-10-21 13:20:59 +03:00
Valeriy Sizov f28df34a4d Merge pull request #8065 from bbodenmiller/patch-17
[7.4 rc fix] [doc] clarify when database.yml needs to be updated
2014-10-21 13:03:25 +03:00
Valeriy Sizov e73a4eeafb Merge pull request #8066 from bbodenmiller/patch-18
[7.4 rc fix] [doc] stop gitlab before mysql optimizations, run checks
2014-10-21 13:01:54 +03:00
Valeriy Sizov 62929caf29 Merge pull request #8067 from bbodenmiller/patch-19
[7.4 rc fix] [doc] actually give command necessary to update unicorn
2014-10-21 13:01:04 +03:00
Valeriy Sizov bc56de15b5 Merge pull request #8070 from bbodenmiller/patch-22
[7.4 rc fix] [doc] stop gitlab before backup
2014-10-21 12:47:54 +03:00
Valeriy Sizov 2dd94657dc Merge pull request #8071 from bbodenmiller/patch-7
[7.4 rc fix] [doc] add missing configure Redis to use sockets
2014-10-21 12:44:42 +03:00
Ben Bodenmiller 4880b91ff1 add optimizations for mysql to 6.x->7.4 guide
Add mysql optimizations from 7.3-to-7.4.md.
2014-10-18 02:13:15 -07:00
Ben Bodenmiller 0ff6105589 add missing configure Redis to use sockets
Add details from 7.2-to-7.3.md. Replaces https://github.com/gitlabhq/gitlabhq/pull/8047.
2014-10-18 02:08:01 -07:00
Ben Bodenmiller 3e6b284bd0 stop gitlab before backup 2014-10-18 01:51:35 -07:00
Ben Bodenmiller 9a92e53f62 stop gitlab before backup
Stopping gitlab before backup ensures that backup has everything before upgrade incase something goes wrong. Also remove extra cd.
2014-10-18 01:49:59 -07:00
Ben Bodenmiller 76e2ae8148 actually give command necessary to update unicorn
Give command to update unicorn.rb rather than just say you need to do it.
2014-10-18 01:39:01 -07:00
Ben Bodenmiller 35b1a036d7 stop gitlab before mysql optimizations, run checks
Update MySQL optimizations to reflect doing updates after GitLab has already been started back up.
2014-10-18 01:33:51 -07:00
Ben Bodenmiller 768da57fe4 clarify when database.yml needs to be updated
Clarify that database.yml should be updated if you are running a MySQL Database. Remove wording that de-emphasises importance of update.
2014-10-18 01:28:50 -07:00
Valery Sizov 4da88dbb2d documents updated 2014-10-17 13:47:20 +03:00
Robert Schilling b31535494e Merge pull request #7744 from bbodenmiller/patch-14
add missing cleanup step
2014-10-15 10:22:37 +02:00
Ben Bodenmiller cec3b6c355 add missing cleanup step 2014-10-14 23:53:01 -07:00
Ben Bodenmiller 0901345d1b make sure tables are UTF8 capable
As discussed at https://github.com/gitlabhq/gitlabhq/pull/7742#issuecomment-58897445 make sure that tables have correct char set.
2014-10-14 15:45:44 -07:00
Ben Bodenmiller b0e92ca9ae minor updates to mysql cleanup
* take -> make
* correct incorrect details about when pool size was changed
2014-10-13 00:52:08 -07:00
Robert Schilling fe14384e27 Merge pull request #8021 from bbodenmiller/schema.rb
simplify schema.rb reset in upgrade guides
2014-10-13 08:22:19 +02:00
Sytse Sijbrandij f7b19023b1 Merge pull request #7742 from bbodenmiller/patch-7
Cleanup MySQL database
2014-10-13 08:19:48 +02:00
Ben Bodenmiller 2b3090d91b simplify schema.rb reset in upgrade guides 2014-10-12 14:39:41 -07:00
Ben Bodenmiller d94be1ddbf Cleanup MySQL database
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.
2014-10-12 14:29:42 -07:00
Achilleas Pipinellis 1489b8d50e Update the help/update docs to include omnibus as well. 2014-10-02 13:39:26 +03:00
Jacob Vosmaer b040078974 Clear changes to schema.rb when upgrading
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.
2014-10-01 10:41:20 +02:00
Marin Jankovski 2ac1f95ba1 Update guides to use gitlab-shell 2.0.1. 2014-10-01 09:56:04 +02:00
Sytse Sijbrandij b80e81eb28 Rename the speed upgrade file. 2014-09-30 10:29:11 +02:00
Sytse Sijbrandij 63033faa3a Remove notice that it hasn't been released yet. 2014-09-30 10:28:30 +02:00
Jacob Vosmaer 8f0551de05 Merge branch 'master' into 'master'
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
2014-09-25 15:48:45 +00:00
Daniel Widerin 99e5e6db73 Remove obsolete line 2014-09-25 15:34:11 +00:00
Daniel Widerin 16a6d2450b Use edit in place with sed instead of tee 2014-09-25 15:24:56 +00:00
Daniel Widerin d5dc171cb7 Path on ubuntu is different 2014-09-25 15:23:40 +00:00
Daniel Widerin b874cb21eb Use 'sed' with pre-search to enable only if present in redis config file. 2014-09-25 15:23:06 +00:00
Daniel Widerin 18adc4f67d Fix 'Invalid socket file permissions' error 2014-09-25 11:09:46 +00:00
Jacob Vosmaer b268fa0595 Fix the sed command for increasing the backlog 2014-09-25 09:34:29 +02:00
Daniel Widerin d3dbd353cc Add unixsocketperm note to upgrade guide 2014-09-24 10:48:33 +00:00
Sytse Sijbrandij 0241efba59 Use origin to compare so it is not dependent on checking out the branch before. 2014-09-23 08:40:46 +02:00
Marin Jankovski 441237eea5 Update doc that 7.3 is released. 2014-09-22 18:09:49 +02:00
Marin Jankovski 457caaae49 Update manual installation guide for the correct shell version. 2014-09-22 14:50:06 +02:00
Marin Jankovski 560c41ccf2 Merge pull request #7812 from bbodenmiller/7.3-upgrade
improve 7.3 upgrade process & redis setup
2014-09-22 09:59:03 +02:00
Marin Jankovski 8446f37e7c Merge pull request #7809 from bbodenmiller/patch-25
update gitlab shell to 1.9.8 for gitlab 7.2.2
2014-09-22 09:57:38 +02:00
Ben Bodenmiller 559af04f34 improve 7.3 upgrade process & redius setup
Fixes
https://github.com/gitlabhq/gitlabhq/commit/2b35c887904b6a7a05a7c88fdf1ccd66ba943e20#commitcomment-7829537,
https://github.com/gitlabhq/gitlabhq/commit/5704e6fee9d2dea67c4a91b43d06a9958484d29b#commitcomment-7829367,
&
https://github.com/gitlabhq/gitlabhq/commit/5704e6fee9d2dea67c4a91b43d06a9958484d29b#commitcomment-7829381
2014-09-21 05:05:48 -07:00
Ben Bodenmiller 244513568c formatting improvements to upgrade guides 2014-09-21 04:28:47 -07:00
Ben Bodenmiller 9cf77b6604 update gitlab shell to 1.9.8 for gitlab 7.2.2
As committed in https://github.com/gitlabhq/gitlabhq/commit/873acfd9aa54e801d5786c32b05c4f8ad21af72a GitLab 7.2.2 requires GitLab Shell 1.9.8. Fixes https://github.com/gitlabhq/gitlabhq/issues/7806.
2014-09-21 03:47:24 -07:00
Ben Bodenmiller 28ee311d0c remove rack attack middleware update
Hasn't changed since 7.2 release: https://github.com/gitlabhq/gitlabhq/commits/master/config/initializers/rack_attack.rb.example
2014-09-17 20:01:25 -07:00
Marin Jankovski 2b35c88790 Updates to the update/install docs for 7.3.rc1 2014-09-17 18:27:23 +02:00
Jacob Vosmaer 5704e6fee9 Use sockets to connect to Redis 2014-09-12 14:59:58 +02:00
William Herry 276ee45487 add bunder step to mysql_to_postgresql doc 2014-09-10 05:55:45 +08:00
Sytse Sijbrandij bef923055b Merge pull request #7583 from bbodenmiller/https
[Documentation] simplify HTTPS setup details
2014-09-08 11:05:19 +02:00