Database migration - brief Salv API disruption

Scheduled Maintenance Report for Salv

Completed

The scheduled maintenance has been completed.
Posted Jun 18, 2026 - 02:35 UTC

In progress

Scheduled maintenance is currently in progress. We will provide updates as necessary.
Posted Jun 18, 2026 - 02:05 UTC

Scheduled

We're scheduling a maintenance window to finalize an ongoing database migration on the Salv platform. During the window the Salv API may intermittently return 5xx errors (typically HTTP 503 / 500) while a small set of tables are locked for a final schema change.

Expected disruption:
A few minutes within this window; the full window is reserved as a safety buffer.

Impact
API endpoints that read or write transactions, persons, or sanction alerts may briefly fail. In particular:

• Persons
POST/GET/PUT /v1/persons, POST/PATCH /v2/persons,
GET /v1/persons/{personId}

• Transactions
POST/GET/PUT /v1/persons/{personId}/transactions(/{id})
GET /v1/persons/{personId}/transactions-summary

• Sanction & screening alerts
GET /v1/sanction-alerts
GET /v1/sanctions/alerts/{id}
GET /v2/sanctions/alerts/{id}/related-alerts
GET /v1/screening-alerts/{id}/hits
GET /v1/persons/{id}/screening-checks
GET /v1/transactions/{id}/screening-checks

• Monitoring
GET /v1/persons/{id}/monitoring-checks
GET /v1/transactions/{id}/monitoring-checks

• Bulk ingest
POST /v1/data-upload
GET /v1/data-upload/{uploadId}/status

• Manual alerts
GET/POST/PUT /v1/manual-alerts(/{id})

Other endpoints (cases, rules configuration, lookups, etc.) are not expected to be affected.

What to expect
- Requests to the endpoints above may fail with 5xx for short periods during the window.
- No data will be lost. Once the migration completes, all endpoints return to normal behaviour.
- We recommend pausing non-critical batch ingest jobs (POST /v1/data-upload) for the duration of the window, and ensuring your integrations retry 5xx responses with exponential backoff.

What you don't need to do
- No changes to your integration or credentials are required.
- Response shapes and field types in the API stay the same.

If you have any questions or need to coordinate the timing, please reach out to your Salv contact.

Thanks,
The Salv team
Posted Jun 04, 2026 - 13:23 UTC
This scheduled maintenance affected: app.salv.com and salv.com.