Most table renames are database-easy and deploy-hard.
The SQL looked trivial:
ALTER TABLE oidc_clients RENAME TO oidc_provider_clients;
Enter fullscreen mode
Exit fullscreen mode
Most table renames are database-easy and deploy-hard. The SQL looked trivial: ALTER TABLE...
Most table renames are database-easy and deploy-hard.
The SQL looked trivial:
ALTER TABLE oidc_clients RENAME TO oidc_provider_clients;
Enter fullscreen mode
Exit fullscreen mode

Introduction As an SRE working with Kubernetes, you'll occasionally need to rename a...

A client asks you to rename a site from acme-staging to the production name acme. The moment you...

There's this problem I kept running into - first during my internship, then again on a freelance...

A real-world postmortem of a 7 TB Oracle to Amazon RDS migration that exposed hidden ORM bottlenecks, Terraform recovery…

PostgreSQL HA Risks, Replication Internals, & Rapid Branching Today's...

I've written before about why we run SQLite in production for HelperX, and about multi-tenant...