<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Databases on Salar Rahmanian</title><link>https://www.softinio.com/tags/databases/</link><description>Recent content in Databases on Salar Rahmanian</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 28 Jul 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://www.softinio.com/tags/databases/index.xml" rel="self" type="application/rss+xml"/><item><title>PostgreSQL: collation version mismatch</title><link>https://www.softinio.com/til/postgresql-collation-version-mismatch/</link><pubDate>Sun, 28 Jul 2024 00:00:00 +0000</pubDate><guid>https://www.softinio.com/til/postgresql-collation-version-mismatch/</guid><description>&lt;p&gt;I run my own instance of PeerTube which uses PostgreSQL as its database. When I tried to record my latest video, I got an error message that said:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;[3397851] WARNING: database &amp;#34;peertube&amp;#34; has a collation version mismatch
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I had never seen this error before, so I did some research to figure out what was going on. It turns out that this error occurs when the collation version of the database does not match the collation version of the server. In my case, the collation version of the database was 2.38, while the collation version of the server was 2.39.&lt;/p&gt;</description></item></channel></rss>