#askfedi : when you refresh collation on a #postgresql database after an os upgrade, is there a way to refresh collation on the replicate without launching a full pg_basebackup ?
#dba #NotForAFriend
#dba #NotForAFriend
@oldsysops If it's a physical replica, the database collation is updated on the replica as soon as you update the primary.
@oldsysops Upgrade the OS or PG on the replica?
@oldsysops You should reindex all databases concurrently after a collation refresh