mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 16:23:30 +00:00
fix(servers): retain cloud instances awaiting IPs
Persist DigitalOcean, Hetzner, and Vultr servers before public IP assignment, then backfill placeholder addresses from provider state. Treat partial Sentinel snapshots as non-authoritative and document the destinations API with OpenAPI schemas.
This commit is contained in:
@@ -15,7 +15,7 @@ return new class extends Migration
|
||||
|
||||
DB::table('cloud_init_scripts')
|
||||
->whereNull('uuid')
|
||||
->orderBy('id')
|
||||
->lazyById()
|
||||
->each(function (object $script): void {
|
||||
DB::table('cloud_init_scripts')
|
||||
->where('id', $script->id)
|
||||
|
||||
Reference in New Issue
Block a user