summaryrefslogtreecommitdiff
path: root/scripts/create_postgres_user.sh
Commit message (Collapse)AuthorAgeFilesLines
* Grant privileges after database is createdce-5980-add-ce-upgrade-ee-testLin Jen-Shin2018-05-161-3/+1
| | | | Never drop the database when granting privileges
* Use a non-superuser user to access GitLab to ensure permissions are propersh-use-non-superuser-dbStan Hu2017-11-091-0/+8
We have run into permission issues with MySQL triggers in #36633 that would have been caught earlier either if our migration tests or GitLab QA tests had been testing against non-superuser users. This change creates a non-superuser that has access to the GitLab test database and uses that. Closes #39932