Some questions
Hello! I have gitlab EE 9.2.6 Trial version + ubuntu 16.04 + mariadb 10.
- Quite often when working with pages an error occurs:
500 Whoops, something went wrong on our end.
After the restart, everything is OK, eventually appears back. RAM eats idle ~ 9 GB of 20 (with two then users).
-
How to configure http / 2 / certificates?
-
Can not execute "git clone" private repository, as well as "git push" settings:
My settings in project: 1.png / 2.png
Global settings: 3.png
- After gitlab-ctl restart, the bd flies to the ban, it helps "mysqladmin flush-hosts" until the next restart.
The database was created like this:
SET GLOBAL innodb_file_per_table=1, innodb_file_format=Barracuda, innodb_large_prefix=1;
CREATE DATABASE IF NOT EXISTS
gitlabDEFAULT CHARACTER SETutf8COLLATEutf8_general_ci;SET storage_engine=INNODB;
in /etc/gitlab/gitlab.rb
Postgresql ['enable'] = false
Gitlab_rails ['db_adapter'] = 'mysql2'
Gitlab_rails ['db_encoding'] = 'utf8'
Gitlab_rails ['db_database'] = 'gitlab'
Gitlab_rails ['db_username'] = 'root'
Gitlab_rails ['db_password'] = 'mypass'
Gitlab_rails ['db_host'] = '192.168.1.2'
Gitlab_rails ['db_port'] = '3306'
BD Settings:
max_connect_errors=100; max_connections = 1000;
- Is it possible for two-factor authentication via email? QR does not fit at all.


