Skip to content

Instantly share code, notes, and snippets.

View silvercondor's full-sized avatar

silvercondor

  • Singapore
View GitHub Profile
@silvercondor
silvercondor / keybase.md
Created October 12, 2019 06:30
Keybase proof

Keybase proof

I hereby claim:

  • I am silvercondor on github.
  • I am slipstream11 (https://keybase.io/slipstream11) on keybase.
  • I have a public key whose fingerprint is FE28 8376 5893 BFA5 3B7D 47C8 3009 58CE D8E9 9ECA

To claim this, I am signing this object:

@silvercondor
silvercondor / README.md
Last active March 15, 2026 14:53
Grafana 12.1 db migration from sqlite to postgres 17

Grafana SQLite to PostgreSQL Migration Guide

Complete guide for migrating Grafana v12.1 from SQLite to PostgreSQL v17, resolving PVC multi-attach issues.

Overview

This migration eliminates persistent volume conflicts by moving Grafana data from SQLite to PostgreSQL database backend.

Prerequisites