Commit Graph

267 Commits

Author SHA1 Message Date
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
2b35c88790 (commitcomment-7829537),
5704e6fee9 (commitcomment-7829367),
&
5704e6fee9 (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 873acfd9aa 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
Robert Schilling 5d543eb15e Merge pull request #7668 from bbodenmiller/patch-15
add cleanup section to 5.0 upgrade guide
2014-09-08 10:29:07 +02:00
Ben Bodenmiller 9a1dcf8d21 add cleanup section to 5.0 upgrade guide
Add cleanup details to upgrade guide as gitolite and more is no longer
used
2014-09-08 01:21:21 -07:00
Ben Bodenmiller 5d5d4ef91a simplify HTTPS setup details
also adds comment about updating nginx files during upgrades
2014-09-07 15:31:13 -07:00
Robert Schilling f074a09e4d Merge pull request #7665 from bbodenmiller/rm-chmod
remove unnecessary chmod
2014-09-02 08:59:21 +02:00
Robert Schilling f7235c5330 Merge pull request #7586 from bbodenmiller/patch-12
[Documentation] simplify 6.0 to 7.2 upgrade guide
2014-09-02 08:58:37 +02:00
Ben Bodenmiller 7681f8b0f7 simplify 6.0 to 7.2 upgrade guide 2014-09-01 16:41:37 -07:00
Ben Bodenmiller 60e24f4973 remove unnecessary chmod
`lib/support/init.d/gitlab` was set as executable in the repo as of the
6.1 release so chmod is not needed after that. See
https://github.com/gitlabhq/gitlabhq/pull/7586/files#r16885445.
2014-09-01 16:39:56 -07:00
Jeroen van Baarsen 174c00cf2c Merge pull request #7428 from bbodenmiller/patch-2
[Documentation] add prepare for update details to 5.1 to 6.0 guide
2014-08-31 10:46:50 +02:00
Ben Bodenmiller 44185ace11 add prepare for upgrade section
helps detect and correct issues that may occur during upgrade before
they have already occurred. easier to address issues before you start
upgrade process.
2014-08-30 17:04:45 -07:00
Robert Schilling 1646009724 Add pkg-config as required dependency for rugged 2014-08-26 06:10:53 +02:00
Dmitriy Zaporozhets 9b1bef54de Merge branch 'import_postgres_user' into 'master'
Import the database as the `git` user

See merge request !762
2014-08-23 20:44:54 +00:00
Robert Schilling 9bdd30f422 Remove outdated 6.0 to 7.1 update guide 2014-08-23 12:16:18 +02:00
Robert Schilling 33431c3e7d Merge pull request #7585 from bbodenmiller/patch-11
clarify which configs should be updated
2014-08-23 10:52:04 +02:00
Ben Bodenmiller aef3a5bf41 clarify which configs should be updated 2014-08-23 01:43:26 -07:00
Ben Bodenmiller 668e8aacfb remove prerelease note from 6.0 to 7.2 guide 2014-08-23 01:13:22 -07:00