<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Maintenance Mode DB creation fails without message with PostgreSQL 15 on Windows]]></title><description><![CDATA[<p dir="auto">On Windows Server 2022, installed postgres 15, then attempted to install FusionAuth app and search (1.40.2). When Maintenance Mode came up, entered postgres user and password, used default fusionauth user and password, and clicked submit. Page came back to Maintenance Mode screen without any error message. Log showed stack trace with</p>
<pre><code> Cause: org.postgresql.util.PSQLException: ERROR: permission denied for schema public
</code></pre>
<p dir="auto">Looking in postgres list of dbs, saw the fusionauth db had been created with UTF8 for Collate and Ctype params. Looking at the advanced installation instructions, saw manual db setup for Windows required:</p>
<pre><code>CREATE DATABASE fusionauth ENCODING 'UTF-8' LC_CTYPE 'English_United States' LC_COLLATE 'English_United States' TEMPLATE template0;
</code></pre>
<p dir="auto">Was able to use these instructions to create the db and user, then Maintenance Mode was able to complete table creation and setup.<br />
If not possible for Maintenance Mode to detect that the db is on Windows, would be great to have an error message instead of having to interpret the log file trace.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/2219/maintenance-mode-db-creation-fails-without-message-with-postgresql-15-on-windows</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 16:05:49 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/2219.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 Oct 2022 22:44:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Maintenance Mode DB creation fails without message with PostgreSQL 15 on Windows on Sat, 29 Oct 2022 14:48:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/348">@pclark</a></p>
<p dir="auto">Thanks for sharing this. I <a href="https://github.com/FusionAuth/fusionauth-issues/issues/1944" rel="nofollow ugc">filed an issue</a> based on your helpful post.</p>
]]></description><link>https://fusionauth.io/community/forum/post/5609</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/5609</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Sat, 29 Oct 2022 14:48:07 GMT</pubDate></item></channel></rss>