We manage the servers ourselves.
Our products and our client projects follow the same operational discipline. What follows is a summary of the setup running in production today.
01
Hosting
- —Container-based deployment
- —Separate development, staging and production
- —Option to install in the client's own cloud account
02
Content delivery
- —Redis-first content delivery
- —Instant invalidation through versioned keys
- —Single regeneration under concurrent requests
03
Data
- —Separate application and log databases
- —Daily partitioned log tables
- —Raw logs for 90 days, then archived
04
Monitoring
- —Event and error monitoring through SistemTakip
- —debug / info / warning / error / critical levels
- —A correlation code on every response
05
Backup and recovery
- —Daily automated backups
- —Stored in a separate location
- —Regular restore drills
For client-specific installations the details are set in the contract; the whole setup can also run in the client's own cloud account.