Skip to content
Snippets Groups Projects
  1. Jan 15, 2016
  2. Jan 14, 2016
  3. Jan 13, 2016
    • Jacob Vosmaer's avatar
      Remove unnecessary space · 113f297f
      Jacob Vosmaer authored
      cc @brodock
      113f297f
    • Jacob Vosmaer's avatar
      Merge branch 'pg-replica' into 'master' · 85909838
      Jacob Vosmaer authored
      Simple pg replication setup tasks on Makefile
      
      I've documented on the Makefile some steps I used to make a working postgres replication master/slave on my local machine.
      
      This is something that will help anyone working with GitLab Geo in the future: https://gitlab.com/gitlab-org/gitlab-ee/issues/76
      
      This still not perfect, so I would like some help from anyone who can automate it better then I do.
      
      Current Caveats:
      * I got it working correctly only with a clean postgres install
      
      How to use it:
      1. `rm -rf postgresql`
      2. `make postgresql`
      3. `make postgresql-replication/cluster`
      4. `foreman start postgresql`
      5. `make postgresql-replication/role`
      6. `make postgresql-replication/backup`
      7. ~~add replication user data to pg_hba on `postgresql/data/pg_hba.conf`~~ (automated)
      8. stop foreman and start it normally with `foreman start` and then bootstrap gitlab database as always
      
      pg_hba data:
      ```
      host    replication     gitlab_replication        127.0.0.1/32            trust
      host    replication     gitlab_replication        ::1/128                 trust
      ```
      
      cc @marin @jacobvosmaer
      
      See merge request !96
      85909838
  4. Jan 11, 2016
  5. Jan 08, 2016
  6. Dec 21, 2015
  7. Dec 16, 2015
  8. Dec 01, 2015
  9. Nov 28, 2015
  10. Nov 27, 2015
  11. Nov 26, 2015
  12. Nov 24, 2015
  13. Nov 20, 2015
  14. Nov 18, 2015
    • Jacob Vosmaer's avatar
      Merge branch 'readme' into 'master' · 836de054
      Jacob Vosmaer authored
      Update README to include bundle install for dev kit itself
      
      Currently the `README` doesn't mention the fact that you need to run `bundle install` on the dev kit to get foreman etc.
      
      WRT markdown style guide - I've gone for the 80 char width option because I write python usually :thumbsup: There already seems to be a mixture in this file, so I guess thats not too important so long as it renders correctly?
      
      See merge request !87
      836de054
  15. Nov 17, 2015
  16. Nov 16, 2015
  17. Nov 10, 2015
  18. Nov 06, 2015
Loading