Open
Conversation
|
This PR will trigger a minor release when merged. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
c64d5d4 to
c8ff23d
Compare
vivesing
approved these changes
Mar 12, 2026
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.
depends on: https://github.com/adobe/mysticat-data-service/pull/135
feat: Migrate V2 LLMO customer config from S3 to PostgreSQL (Aurora)
Summary
Moves V2 customer configuration storage from S3 to PostgreSQL (Aurora) and syncs brands to the Postgres brands table. This replaces the previous S3-based storage and dual-write setup with a single Postgres source of truth.
Changes
Storage layer
llmo_customer_configtable via PostgRESTBrands controller
llmoConfig.readCustomerConfigV2/writeCustomerConfigV2(S3) toreadCustomerConfigV2FromPostgres/writeCustomerConfigV2ToPostgresrequirePostgrestForV2Config()– returns 503 when Postgres is unavailable (DATA_SERVICE_PROVIDER != postgres)Behavior
Requirements
DATA_SERVICE_PROVIDER=postgresfor V2 config endpointsllmo_customer_configtable withorganization_id,config,updated_bybrandstable for brand syncTesting
customer-config-v2-storageandbrand-presence-syncDocumentation
docs/reference/llmo-brand-presence-schema-and-v2-config-writeup.md– schema and behavior notes