Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issue 12 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix issue 12 #13

wants to merge 1 commit into from

Conversation

jvs1
Copy link

@jvs1 jvs1 commented Jan 8, 2022

This merge request fixes the following problems mentioned in this comment of issue 12:

  1. change psql database username from pgsql into the new default username postgres
  2. changed the path to postgresql.conf
  3. removed the --har option from yarn install, this option doesn't seem to work anymore. According to the yarn install documentation it seems to create a HTTP archive. It seems this archive is not required to install the plugin.

Additional changes:

  • added Postgres extension btree_gist. I read somewhere this extension is required. I don't know for sure.

The minimum PostgreSQL version supported by Gitlab v14 is version 12. Somewhere (I cannot remember where) I read it the default Postgres version (on Freebsd?) is v13. This fix changes the Postgres database from v12 to v13. I tested this fix on release 12.3-RELEASE Freebsd jail. The original gitlab.json plugin requires 12.2-RELEASE. I believe this plugin has to change too?

@william-gr or @miwi-fbsd could you please have a look at this pull request and merge the fix? Thanks

@pmmcmullen94
Copy link

Has this been merged? It's still crashing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants