Skip to content

Commit 8abfd75

Browse files
committed
Update Laravel Automations documentation for isolated migrations
1 parent 44d5e8e commit 8abfd75

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/content/docs/4.laravel/1.laravel-automations.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ In order for this script to run,`AUTORUN_ENABLED` must be set to `true`. Once th
3131
Before running migrations, the script performs database connection checks to ensure the database is ready. It will:
3232
- Clear the Laravel configuration cache before attempting migrations
3333
- Try to connect to the database for up to `AUTORUN_LARAVEL_MIGRATION_TIMEOUT` seconds (default: 30)
34-
- Automatically detect and handle SQLite databases differently
3534
- Show detailed connection attempts when `AUTORUN_DEBUG` is enabled
3635

3736
## php artisan storage:link
@@ -46,7 +45,7 @@ You can enable the [`--isolated`](https://laravel.com/docs/12.x/migrations#runni
4645

4746
**Special Notes for Isolated Migrations:**
4847
- Requires Laravel v9.38.0+
49-
- Your database must support database locks (meaning SQLite is not supported)
48+
- Your application must be using the memcached, redis, dynamodb, database, file, or array cache driver as your application's default cache driver. In addition, all servers must be communicating with the same central cache server.
5049

5150
[Read more about migrations →](https://laravel.com/docs/12.x/migrations#running-migrations)
5251

0 commit comments

Comments
 (0)