You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing, read only access is enough. I think it will be better to replace getPdo with getReadPdo if there is a read-and-write connection.
In my condition, I run tntsearch:import from a standalone instance with only read only access to my db. But getPdo always returns default pdo (from database write server config)
The text was updated successfully, but these errors were encountered:
laravel-scout-tntsearch-driver/src/Console/ImportCommand.php
Line 44 in e48c84d
When importing, read only access is enough. I think it will be better to replace
getPdo
withgetReadPdo
if there is a read-and-write connection.In my condition, I run
tntsearch:import
from a standalone instance with only read only access to my db. ButgetPdo
always returns default pdo (from database write server config)The text was updated successfully, but these errors were encountered: