Merge feat/legacy to develop#157
Open
github-actions[bot] wants to merge 14 commits into
Open
Conversation
…vice * Un-commented the environment section to allow configuration of Metabase. * This change enables the use of environment variables for database connection settings.
* Changed the PostgreSQL and MariaDB backup commands to a single command that backs up all configured engines in parallel. * Updated comments for clarity and guidance on usage.
- Introduces a new script for PostgreSQL initialization. - Supports environment variables for user and database configuration. - Allows creation of additional databases and user roles with superuser privileges.
* Deleted `01-init.sql` as it contained outdated role and database creation commands. * This cleanup helps maintain a leaner codebase and avoids confusion with legacy configurations.
* Included interactive restore examples for all configured engines. * Added single-engine restore commands for PostgreSQL, MariaDB, and MSSQL.
…reSQL service * Introduced `ADDITIONAL_DBS` environment variable to allow configuration of extra databases. * Enhances flexibility for users needing multiple databases in their PostgreSQL setup.
* Removed the obsolete `01-init.sh` script. * Added `01-init.sql` to create roles and databases directly. * Simplifies the initialization process for PostgreSQL.
…uelrod databases * Introduced `01-init.sql` for Akilimo database setup. * Added `01-init.sql` for Fuelrod database with role and database creation commands.
…kilimo and Fuelrod * Replace `compose/services/docker-compose.postgres.yml` with `compose/services/docker-compose.postgres-stable.yml` in both configurations. * Add volume mappings for PostgreSQL initialization scripts for both services.
* Eliminated the `ADDITIONAL_DBS` variable from the PostgreSQL service configuration. * This change simplifies the environment setup for the PostgreSQL container.
* Introduced a new PostgreSQL service in the docker-compose setup. * Configured essential parameters including image, container name, environment variables, and health checks. * Set up volume bindings for data persistence and initialization scripts.
* Introduced a new Supervisor configuration for the `sync-data` program. * This configuration includes settings for process management, logging, and execution parameters.
…zation * Added `--queue=default` to the command for the `sync-data` program. * This change ensures that the process explicitly targets the default queue for better clarity and functionality.
…log file paths * Changed program name from `sync-data` to `process-system-data`. * Updated log file paths to reflect the new program name.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ feat(docker-compose): enable environment variables for Metabase service