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

[bitnami/moodle] Handle --prefix (table prefix) being overridden via MOODLE_INSTALL_EXTRA_ARGS #51278

Merged
merged 5 commits into from
Dec 4, 2023

Commits on Oct 6, 2023

  1. Handle --prefix (table prefix) being overridden via MOODLE_INSTALL_EX…

    …TRA_ARGS
    
    At the moment libmoodle.sh assumes a table prefix of the default mdl_ .  When someone overrides this with the --prefix=xxx, then there are errors with the sql statements in libmoodle.sh that reference tables with mdl_....
    
    Signed-off-by: Brooke Hedrick <brooke.t.hedrick@gmail.com>
    hedrickbt authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    5310f77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from hedrickbt/hedrickbt-patch-1

    [bitnami/moodle] Handle --prefix (table prefix) being overridden via MOODLE_INSTALL_EX…
    hedrickbt authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f49e812 View commit details
    Browse the repository at this point in the history
  3. Update libmoodle.sh

    Part 2 of 2 for --prefix support.  Using the new mdl_prefix variable.
    
    Signed-off-by: Brooke Hedrick <brooke.t.hedrick@gmail.com>
    hedrickbt authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    393fe40 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Update bitnami/moodle/4.2/debian-11/rootfs/opt/bitnami/scripts/libmoo…

    …dle.sh
    
    Co-authored-by: Michiel <mdhont79@gmail.com>
    Signed-off-by: Brooke Hedrick <brooke.t.hedrick@gmail.com>
    hedrickbt and mdhont authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    114f6fa View commit details
    Browse the repository at this point in the history
  2. Update libmoodle.sh

    simplified version
    
    Signed-off-by: Brooke Hedrick <brooke.t.hedrick@gmail.com>
    hedrickbt authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c84879a View commit details
    Browse the repository at this point in the history