Skip to content

Commit

Permalink
PD-5147: syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-velonis1 committed Nov 5, 2024
1 parent 9ad409a commit 37d690a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2>Test connection</h2>
<MadCap:snippetBlock src="../../../Z_Resources/Snippets/text/database-tutorials/database-changelog-test-connection.flsnp" MadCap:conditionTagExpression="include[database.default]" />
<h2>Troubleshooting</h2>
<p>If you use Azure Database with PostgreSQL and the connection pooling manager <a href="https://learn.microsoft.com/en-us/azure/cosmos-db/postgresql/concepts-connection-pool#managed-pgbouncer">PG Bouncer</a>, you may receive this error when you try to use <MadCap:variable name="General.Liquibase" />:</p><pre><code class="language-text">prepared statement ... does not exist</code></pre>
<p>If you receive this error, it is because you are using the connection port 6432, which is typical for PG Bouncer. However, for <MadCap:variable name="General.Liquibase" />'s prepared statements to work, the <code>connection pooling mode</code> must be set to <code>session</code>. However, using Azure with PostgreSQL does not support the <code>session</code> value. Therefore, <MadCap:variable name="General.Liquibase" />'s prepared statements may fail, causing the execution to fail.</p>
<p>If you receive this error, it is because you are using the connection port 6432, which is typical for PG Bouncer. However, for <MadCap:variable name="General.Liquibase" />'s prepared statements to work, the <code class="language-text">connection pooling mode</code> must be set to <code>session</code>. However, using Azure with PostgreSQL does not support the <code class="language-text">session</code> value. Therefore, <MadCap:variable name="General.Liquibase" />'s prepared statements may fail, causing the execution to fail.</p>
<p>To resolve this error, set your connection port to <b>5432</b>.</p>
<h2>Related links</h2>
<ul>
Expand Down

0 comments on commit 37d690a

Please sign in to comment.