nrw.social ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Wir sind eine freundliche Mastodon Instanz aus Nordrhein-Westfalen. Ob NRW'ler oder NRW-Sympathifanten, jeder ist hier willkommen.

Serverstatistik:

2,8 Tsd.
aktive Profile

#postgresql

66 Beiträge43 Beteiligte4 Beiträge heute

I’ve never had this happen before! A Postgres index got corrupted in dev.

I’m not sure when it broke, it may have been an OS update or a Postgres update, but logins to this app stopped working which uses a lower(email) index.

I had to run a `REINDEX TABLE CONCURRENTLY users` command to fix it

That was a fun one to debug 🫠