staging
> pre-production test harness for app.dronedesk.io
host
staging.dronedesk.io
build
v4.7.0-rc3+sha.a8f2e19
branch
release/4.7
deployed
2026-04-24 09:14:22 UTC
uptime
14d 06h 42m
status
● nominal
deployment.log
tail -f / live stream
root@grk-stg-01:~/dronedesk # tail -f /var/log/dronedesk/stg.log
[09:14:22.041] INFO bootstrap initialising dronedesk runtime v4.7.0-rc3 [09:14:22.118] DEBUG config loading /etc/dronedesk/staging.yml [09:14:22.203] OK db.mysql pool connected // greyrock_dd_cmn + 14 workspace shards [09:14:22.419] OK cache.redis handshake complete maxmemory=2gb [09:14:22.511] INFO feeds.eurocontrol EAD subscription active // agreement EAD/7355/2026 [09:14:22.604] OK feeds.notam 2,847 records ingested in 412ms [09:14:22.712] OK feeds.ofcom mobile coverage api 200 OK [09:14:22.801] OK feeds.stormglass sea state sync complete [09:14:22.904] INFO geospatial loading UK mil LFA polygons (n=27) [09:14:23.012] INFO geospatial FRZ cache warmed (n=1,842) [09:14:23.144] DEBUG auth.jwt rotating signing keys [09:14:23.231] OK http listening on :8443 (tls 1.3) [09:14:23.298] WARN compliance SORA module flag feature.sora_v2=experimental [09:14:23.402] INFO scheduler registered 41 cron jobs [09:14:23.511] OK ready dronedesk staging is UP [09:15:04.722] INFO http GET /api/v2/flights/currency 200 // 38ms [09:15:08.116] INFO http POST /api/v2/sites/check 201 // 214ms [09:15:12.904] INFO http GET /api/v2/airspace/overlay 200 // 91ms [09:15:14.008] DEBUG trigger fired after_insert_flight_log on greyrock_dd_cmn.flights [09:15:16.218] INFO http GET /api/v2/notams?bbox=... 200 // 47ms [09:15:19.414] INFO worker processing ulog flight_88421.ulg (12.4 MB) [09:15:21.017] OK worker geojson emitted 4,812 waypoints [09:15:24.701] INFO feeds.notam delta poll +12 / -3 records [09:15:28.119] WARN rate-limit client tst-fleet-042 at 78% of quota [09:15:31.402] INFO http GET /healthz 200 // 2ms [09:15:34.118] OK cdn.bunny purge queued for 42 keys [09:15:38.217] DEBUG smoke e2e suite staging-core passed in 4.112s root@grk-stg-01:~/dronedesk#
# probe the staging health endpoint $ curl -sSf https://staging.dronedesk.io/healthz | jq { "status": "ok", "env": "staging", "build": "v4.7.0-rc3+sha.a8f2e19", "region": "eu-west-2", "checks": { "db": "ok", "cache": "ok", "feeds": { "notam": "ok", "ofcom": "ok", "stormglass": "ok" } }, "uptime_s": 1234562 }
# deployment pipeline (release/4.7) $ gh workflow view deploy-staging.yml --ref release/4.7 ✓ lint passed 8s ✓ unit passed 42s // 2,184 tests ✓ integration passed 1m 18s ✓ build passed 2m 04s ✓ image.push passed 31s ✓ deploy.stg passed 52s ● e2e.smoke running ... ○ approval pending manual gate -> prod
Heads up

This host is a disposable test environment. If you arrived here expecting the production app, head to app.dronedesk.io.

For the marketing site, see dronedesk.io.