-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Which component is this issue related to?
Other / Not sure
Which Umbraco Commerce version are you using? (Please write the exact version, example: 10.1.0)
13.1.4 (Product Feeds) / 13.2.4 (Core)
Bug summary
Umbraco Commerce supports using a separate database (see docs) - this is helpful for data protection reasons, but also practicalities around scaling and deployments.
The Umbraco Commerce Product Feeds add-on does not seem to use this connection string, instead it creates its tables in the main Umbraco database.
Specifics
No response
Steps to reproduce
- Install Umbraco
- Install Umbraco Commerce
- Create an empty database
- Configure a connection string named
umbracoCommerceDbDSNpointing to the empty database - Umbraco Commerce will be installed in the configured database (
umbracoCommerceDbDSN) - Umbraco Commerce Product Feeds will be installed in the main Umbraco database (
umbracoDbDSN)
Expected result / actual result
No response
Dependencies
No response
This item has been added to our backlog AB#63092