Commit graph

490 commits

Author SHA1 Message Date
Stan Hu
032e398374 Merge branch 'patch-1' into 'master'
Broken instructions. git fetch --all --tags doesn't refresh tags



See merge request 
2016-06-20 16:11:20 +00:00
Robert Speicher
0cfa368bf8 Fix version references in 8.8 to 8.9 update guide
[ci skip]
2016-06-08 14:20:46 -04:00
Yorick Peterse
b5464726aa
Added 8.9 install/update guides
[ci skip]
2016-06-07 15:20:40 +02:00
Arian Sameni
b0a2bf0849 Fix 18009: add missing steps in update docs 2016-05-30 17:46:54 +02:00
Achilleas Pipinellis
9eb4569ed9 Change all occurrences of doc.gitlab.com to docs.gitlab.com
[ci skip]
2016-05-13 16:26:56 -05:00
Rémy Coutable
935c684ad3 Revert "Merge branch 'doc-fix-db-gem-install-instructions' into 'master' "
This reverts commit 66d8ef1ad9, reversing
changes made to 6a8359f3d3.

The `--with` option was added in Bundler 1.10 but in this case it
shouldn't even be needed: I've tested the original command locally and
the pg gem was installed, so I believe the user that opened the original
MR ran the wrong command (i.e. `sudo -u git -H bundle install --without
development test postgres --deployment` instead of `sudo -u git -H bundle
install --without development test mysql --deployment`.

See discussion at
66d8ef1ad9
for more context.
2016-05-13 18:39:32 +02:00
Valery Sizov
973cd0fec7 Update 8.8 guides 2016-05-11 18:08:17 +03:00
fliespl
fb6586151a Broken instructions. git fetch --all --tags doesn't refresh tags 2016-05-09 08:11:07 +00:00
Rémy Coutable
66d8ef1ad9 Merge branch 'doc-fix-db-gem-install-instructions' into 'master'
Update patch_versions.md with explicit --with statement for db gem group

## What does this MR do?
Updates `patch_versions.md`'s instructions on installing gems to explicitly install either the postgres or mysql groups.

## Are there points in the code the reviewer needs to double check?
No, but thank you for your time.

## Why was this MR needed?
I performed the steps listed in `patch_versions.md` and ran the command for updating postgres gems. Bundler told me at the end that it had not installed the postgres gem group, which caused the next step, migrating the DB, to fail for obvious reasons.

Changing the command to `--with postgres` made it install the postgres gem group, and db:migrate then passed.

## What are the relevant issue numbers?
None

## Screenshots (if relevant)
N/A

See merge request 
2016-05-04 15:56:01 +00:00
Jacob Vosmaer (GitLab)
872e854840 Merge branch 'prepend-letter-v-to-workhorse-version-numbers' into 'master'
Prepend letter v to GitLab Workhorse version numbers

This helps to address  so as to maintain consistency in all GitLab projects.

It also addresses: https://gitlab.com/gitlab-org/gitlab-workhorse/issues/4

Next Steps

- create a set of duplicate tags in workhorse to prevent errors when updating from the patch guide


See merge request 
2016-04-28 14:12:47 +00:00
mike
b677b0e33a Add explicit --with statement for postgres and mysql gem groups as necessary. When I followed these instructions, the first command did not install the postgres group and it had to be made explicit. 2016-04-27 16:03:20 -06:00
Stan Hu
06f35914da Add --tags to fetching gitlab-shell to ensure tags are downloaded
Closes 
2016-04-22 16:06:24 -07:00
Achilleas Pipinellis
f063c3184b Bump gitlab-shell to 2.7.2
[ci skip]
2016-04-22 18:15:03 +03:00
Achilleas Pipinellis
67c990be65 Split into sections, port downgrade_ee_to_ce doc from EE
[ci skip]
2016-04-21 13:07:33 +03:00
Achilleas Pipinellis
d7f1e041d9 Fix links in update README
[ci skip]
2016-04-19 19:12:12 +03:00
lurdan
d2f490c8f3 fix required gitlab-shell version.
Under the procedure, I've warned about gitlab-shell version, which should be 2.6.12 (may be some minor revisions introduces that).
2016-04-15 12:41:26 +09:00
Jacob Vosmaer
ca0b3ea1f1 Go back to gitlab-workhorse 0.7.1
We found out that 0.7.2 breaks shallow `git clone`. GitLab 8.7 will
work fine with gitlab-workhorse 0.7.1 too.
2016-04-11 17:03:27 +02:00
Yorick Peterse
fb02c96747 Merge branch 'gitlab-workhorse-0.7.2' into 'master'
Use gitlab-workhorse 0.7.2

See merge request 
2016-04-08 15:14:05 +00:00
Jacob Vosmaer
2b91abbced Disable git gc --auto 2016-04-06 16:08:40 +02:00
Jacob Vosmaer
622b2023da Use gitlab-workhorse 0.7.2 2016-04-06 15:07:35 +02:00
Yorick Peterse
6ddfd49669 Added 8.7 install/update guides
[ci skip]
2016-04-04 14:36:47 +02:00
Rodrigo Manhães
d05ec645ae Fix order of steps to prevent PostgreSQL errors when running migration [ci skip] 2016-03-22 20:55:19 -03:00
Drew Blessing
5516b6c47f Reload the schema before restoring a database backup 2016-03-21 21:16:34 -05:00
Jacob Vosmaer
016c6da7c6 Gitlab-workhorse tags have "v" now 2016-03-21 13:13:34 +01:00
Jacob Vosmaer
3d750563d2 Use gitlab-workhorse 0.7.1 2016-03-21 13:09:23 +01:00
Achilleas Pipinellis
e1ce7a47fa Add note in rest of update guides
[ci skip]
2016-03-18 14:35:04 +02:00
Achilleas Pipinellis
4d3e8ceea5 Merge branch 'master' into docs_select_version_to_install 2016-03-18 14:31:33 +02:00
Robert Speicher
d26bd026d9 Update GITLAB_SHELL_VERSION to match EE
[ci skip]
2016-03-14 11:53:42 -04:00
Robert Speicher
aff1058c61 Fix ordering in 8.5-to-8.6 update guide
[ci skip]
2016-03-12 00:03:01 -05:00
Yorick Peterse
25c2349200 Added 8.6 upgrade guide for PostgreSQL users 2016-03-11 17:59:51 +01:00
Robert Speicher
75ba7d5d4f Prepare docs for 8.6 RC1
[ci skip]
2016-03-10 20:32:08 -05:00
Achilleas Pipinellis
0ab52373c3 Merge branch 'fix/upgrader-docs' into 'master'
Fix master branch link to upgrader.md



See merge request 
2016-03-09 09:54:13 +00:00
Jonas Friedmann
0853628cbf Fix URL to upgrader guide 2016-03-09 08:26:39 +01:00
Achilleas Pipinellis
75a67ac0c7 Merge branch 'bundle_clean' into 'master'
add bundle clean to upgrade docs

This MR adds a bundle clean after installing new gems. Bundle clean removes old, not needed gems to keep the system clean.

See merge request 
2016-03-08 06:22:23 +00:00
Christian Mehlmauer
a19b4e7529
make cleanup optional 2016-03-07 15:39:12 +01:00
Kelvin
d7d644a428 Prepend letter v to GitLab Workhorse version numbers 2016-03-04 12:58:05 +03:00
Brandon Patton
9425c29ad7 No changes to nginx config in this update. Removed unnecessary instructions. 2016-02-18 21:19:31 +00:00
Rémy Coutable
19a3d42cb3 Re-add section about NGINX config and init script updates in 8.4->8.5 update doc
These sections were removed but:
- even if the NGINX config wasn't
modified, it might be in future updates so it's better to always have it
instead of having to remember to add it depending on the changes
- the init script update section must be there since it's a safe command
  line that should be run on every update

[ci skip]
2016-02-15 12:06:46 +01:00
Christian Mehlmauer
7ea3bbd4e0
add bundle clean to upgrade docs 2016-02-14 10:31:28 +01:00
Rémy Coutable
b1dda81454 Merge branch 'workhorse-0.6.4' into 'master'
Use gitlab-workhorse 0.6.4

This fixes a bug in 8.5.0.rc1 where downloading Git blobs through the API is broken.

See merge request 
2016-02-12 10:24:25 +00:00
Rémy Coutable
41d24868e9 Re-add "Update configuration files" section in the 8.4 to 8.5 upgrade guide
Needed because of .

[ci skip]
2016-02-12 10:32:47 +01:00
Jacob Vosmaer
d3a6881358 Use gitlab-workhorse 0.6.4 2016-02-12 09:46:04 +01:00
Yorick Peterse
3d1d96bb4f Updated install/update guides for 8.5
[ci skip]
2016-02-10 11:02:04 +01:00
Aral Balkan
e6cb010088 Added note: working copy changes (e.g., deleted vendor folder) should be stashed before beginning the update process. We should probably include this notice on all update guides.
[ci skip]
2016-02-01 17:11:25 +01:00
Robert Speicher
ca171b8190 Update gitlab-workhorse versions in documentation
[ci skip]
2016-01-27 18:30:36 -05:00
Julian Rademacher
3a5cca26c9 GitLab 8.4 uses gitlab-shell v2.6.10 2016-01-22 11:36:11 +00:00
Jacob Vosmaer
1c1590a510 Use gitlab-workhorse 0.6.1 2016-01-21 14:44:56 +01:00
Jacob Vosmaer
ad6b6b9ede Mention init script update 2016-01-21 14:24:40 +01:00
Robert Speicher
402feec6dd Update MySQL docs
[ci skip]
2016-01-18 16:54:29 -05:00
Tomasz Maczukin
d1c474ae6a Add information about PostgreSQL<>MySQL 'text' type differences into to installation docs 2016-01-18 21:27:56 +01:00