What are the Slack Archives?
It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.
Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..
Hi again, currently I introduced a new store which should be complete independent from the other sto
Hi again, currently I introduced a new store which should be complete independent from the other stores. Separate db, queue etc. just the same codebase. That works except for the store db entries itself … unfortunately on “data:import:stores” command just the keys in stores.php are read regardless if the stores have to do with each other or not. Is this just an importer issue or has this a deeper meaning?
Comments
-
Just a guess. Maybe you need to run commands using
APPLICATION_STORE={store} console ...
?0 -
Hi Valerii. The createStoreImporter() method unfortunately calls the
Store::getInstance()->getAllowedStores()
method which will allways return each store from the stores.php
0 -
So for me it should be more like
array_merge([Store::getInstance()->getStoreName()], Store::getInstance()->getStoresWithSharedPersistence())
instead of
Store::getInstance()->getAllowedStores()
This will get the current store and all stores with shared persistence .. for them they should know from each other … for stores without shared persitence, only the current store gets imported
0 -
So okay but then the whole import process get an error because in the csv files are store names that are not in each database now … the importer iterates over this lines and tries to fetch the store which will lead to an error … so i guess, the whole data:import process is intended for a setup where each database knows each store, even if they haven’t anything to do with each other … 🤔 strange …
0 -
Let's wait maybe someone will help here. Otherwise I'll forward this internally.
0 -
Found a working solution: I just configured an extra directory for different demo data files via
DataImportConstants::IMPORT_FILE_ROOT_PATH
for each store. Since the products, customer etc. are different anyway for all the shops with different databases, this soloution works for me. I don’t know if this is the intended way …
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 76 Spryker News
- 929 Developer Corner
- 787 Spryker Development
- 89 Spryker Dev Environment
- 362 Spryker Releases
- 3 Oryx frontend framework
- 35 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 26 Job Opportunities
- 3.2K 📜 Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 70 Spryker Safari Questions
- 50 Random