Skip to content

FOUR-29322 Artisan commands fail with SQLite "unable to open database…#8732

Open
gproly wants to merge 1 commit intodevelopfrom
bugfix/FOUR-29322
Open

FOUR-29322 Artisan commands fail with SQLite "unable to open database…#8732
gproly wants to merge 1 commit intodevelopfrom
bugfix/FOUR-29322

Conversation

@gproly
Copy link
Contributor

@gproly gproly commented Feb 12, 2026

… file" when queue batching is not configured

Description:
Add queue.batching config so job batching uses app DB connection

Without this, Laravel falls back to env('DB_CONNECTION','sqlite'). When DB_CONNECTION is unset, BusServiceProvider requests the 'sqlite' connection and php artisan route:list fails with "unable to open database file".

Related tickets:
https://processmaker.atlassian.net/browse/FOUR-29322

… file" when queue batching is not configured

Description:
Add queue.batching config so job batching uses app DB connection

Without this, Laravel falls back to env('DB_CONNECTION','sqlite'). When
DB_CONNECTION is unset, BusServiceProvider requests the 'sqlite' connection
and php artisan route:list fails with "unable to open database file".

Related tickets:
https://processmaker.atlassian.net/browse/FOUR-29322
@processmaker-sonarqube
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant