Hosting migration
Moving a site or application onto controlled infrastructure, with no visible downtime.
Operations is the least visible discipline and the most decisive one. It is what decides whether your site is up at three in the morning.
We run dedicated servers and virtual machines hosted in Europe, under our direct administration. That choice guarantees data location, a predictable invoice, and no dependence on a provider whose pricing moves with usage.
Every machine is documented, its services are inventoried, its access is named. Infrastructure nobody knows how to rebuild is not infrastructure, it is a liability.
A release should not be visible. We build each version in a fresh directory, verify it, then switch a symbolic link and reload processes one at a time. Requests in flight finish on the old version, the next ones land on the new one.
Rolling back follows the same path in reverse and takes seconds. That symmetry is what makes a calm Friday afternoon deployment possible.
A backup that has never been restored is not a backup, it is an assumption. We encrypt backups, copy them off the originating server, and periodically verify that a full restore completes within a known time.
The recovery time is written down and tested. It is the only figure that matters on the day you need it.
We watch availability, response codes, memory, disk space and certificates. Alerts that fire without anyone acting on them get removed: an alert people ignore destroys the value of every other alert.
Every incident produces a written note with its cause, its fix and the guard that prevents a repeat. That memory is an operations team's main asset.
Moving a site or application onto controlled infrastructure, with no visible downtime.
Continuous integration, reproducible builds, atomic switch and rollback.
Encrypted off-site backups, tested restore and a documented recovery time.
Reduced exposed surface, firewall, named access, tracked patching.
Availability and resource monitoring, with useful alerts only.
Taking over the operation of an existing estate, documentation included.
Technologies
Describe your situation in a few lines. If it falls outside what we do well, we will say so immediately.
Get in touch