Skip to content
Snippets Groups Projects
  1. Mar 13, 2020
  2. Mar 09, 2020
  3. Mar 07, 2020
  4. Mar 06, 2020
  5. Mar 04, 2020
  6. Mar 05, 2020
  7. Mar 04, 2020
  8. Mar 03, 2020
  9. Mar 04, 2020
  10. Mar 03, 2020
  11. Mar 04, 2020
  12. Feb 27, 2020
  13. Mar 03, 2020
  14. Mar 02, 2020
  15. Feb 26, 2020
  16. Feb 25, 2020
  17. Feb 20, 2020
  18. Mar 03, 2020
  19. Mar 02, 2020
  20. Feb 26, 2020
    • Stan Hu's avatar
      Move PostgreSQL runtime logging configuration to runtime.conf · a48d2303
      Stan Hu authored
      As discussed in
      https://gitlab.com/gitlab-com/gl-infra/production/issues/1704, many of
      the logging parameters can be changed at runtime. Those that have a
      context of `sighup` can be reloaded with a SIGHUP and not require a full
      database restart.
      
      ```
      gitlabhq_development=# select name, context from pg_settings where name like 'log_%' order by context;
                  name             |      context
      -----------------------------+-------------------
       logging_collector           | postmaster
       log_checkpoints             | sighup
       log_destination             | sighup
       log_directory               | sighup
       log_autovacuum_min_duration | sighup
       log_file_mode               | sighup
       log_filename                | sighup
       log_hostname                | sighup
       log_line_prefix             | sighup
       log_rotation_age            | sighup
       log_rotation_size           | sighup
       log_timezone                | sighup
       log_truncate_on_rotation    | sighup
       log_lock_waits              | superuser
       log_min_duration_statement  | superuser
       log_min_error_statement     | superuser
       log_min_messages            | superuser
       log_parser_stats            | superuser
       log_planner_stats           | superuser
       log_replication_commands    | superuser
       log_statement               | superuser
       log_statement_stats         | superuser
       log_duration                | superuser
       log_error_verbosity         | superuser
       log_executor_stats          | superuser
       log_temp_files              | superuser
       log_disconnections          | superuser-backend
       log_connections             | superuser-backend
      (28 rows)
      ```
      a48d2303
    • DJ Mountney's avatar
      Merge branch '4617-logrotate-other-keys' into 'master' · 1b6a4929
      DJ Mountney authored
      Add logrotate support for services not under gitlab namespace
      
      Closes #4617
      
      See merge request gitlab-org/omnibus-gitlab!3952
      1b6a4929
  21. Feb 25, 2020
  22. Feb 26, 2020
Loading