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

Try to install PostgreSQL extensions automatically #1483

Merged
merged 5 commits into from
Apr 13, 2021

Commits on Apr 12, 2021

  1. Try to install PostgreSQL extensions automatically

    The check_db_extensions function will now check if the required
    extensions are available to be installed and try to install them
    with the database superuser role.
    timopollmeier committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    7ff40fb View commit details
    Browse the repository at this point in the history
  2. Install extensions in manage_create_sql_functions

    The manage_create_sql_functions function now uses check_db_extensions to
    ensure all required extensions are installed.
    timopollmeier committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    ce35ab2 View commit details
    Browse the repository at this point in the history
  3. Move name of DB superuser to a macro

    To ensure the superuser role name ("dba") is used consistently, it is
    now defined as the macro DB_SUPERUSER_ROLE.
    timopollmeier committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    d775241 View commit details
    Browse the repository at this point in the history
  4. Remove creation of DB extensions from INSTALL.md

    This point of the installation is now obsolete as the extensions are
    installed by gvmd.
    timopollmeier committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    14614dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2229ab View commit details
    Browse the repository at this point in the history