(Import) Use different DB connection for specific Import class? #3944
Unanswered
hakimzulkufli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have two DB connections. One of the Import process I made is doing things on a different database connection. I noticed that the DB was not rolled back when errors occurred.
I tried setting the connection name directly in
excel.transactions.db.connection
inexcel.php
config file but it does not work. Maybe I misunderstood this config line since it's not documented (?).Anyone else have done this before? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions