Lora Griffin
- Total activity 238
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 147
Articles
Recent activity by Lora Griffin-
Troubleshooting Azure Managed Identity Connection Issues with Liquibase
Applies to Liquibase Secure (Pro) Liquibase Community (Open Source) Conditions Azure SQL Database or Azure SQL Managed Instance Azure Managed Identity Issue SummaryWhen attempting to connect Liqu...
-
How to Download Liquibase Secure and Liquibase Community
Applies to Liquibase Secure (Pro) Liquibase Community (Open Source) ConditionsThis article applies to all Liquibase versions. Download locations differ based on version and distribution type. Quest...
-
Unable to Connect with SSL/TLS Certificate - PKIX Path Building Failed Error
Applies to Liquibase Secure (Pro) Liquibase Community (Open Source) Conditions SSL/TLS enabled database Using custom CA certificates (e.g., root.pem) Issue SummaryWhen attempting to connect Liquib...
-
Liquibase Rollback Command Cannot Find SQL File in Search Path
Applies to Liquibase Pro Liquibase Open Source (Community) Conditions Using a Liquibase rollback command Using sqlFile or similar attributes in changesets that reference external SQL files for roll...
-
Using logicalFilePath to Restructure Changelogs
Applies to Liquibase Secure (Pro) Liquibase Community (Open Source) SummaryWhen restructuring your Liquibase project by moving changelogs to new directories or renaming files, you need to use the l...
-
Connection Failure to SQL Server RDS After Enabling Forced SSL
Applies to Liquibase Secure (Pro) Liquibase Community (Open Source) Conditions SQL Server database hosted on Amazon RDS JTDS driver (net.sourceforge.jtds.jdbc.Driver) Forced SSL connection enable...
-
Missing Required Argument '--changelog-file' When Running Liquibase Commands
Applies toLiquibase Secure (Pro)Liquibase Community (Open Source)ConditionsRunning Liquibase commands that require a changelog file (e.g., validate, update, rollback, updateSQL, etc.)Applicable to ...
-
New Distribution Channels for Liquibase Secure 5.0
Applies to Liquibase Secure (Pro) v5.0+ Liquibase Community (Open Source) v5.0+ ConditionsUpgrading to v5.0+ Issue SummaryWith the release of v5.0, Liquibase is now available in two separate distri...
-
SQLPlus Fails with ORA-01017 When Using runWith: sqlplus Despite Successful JDBC Connection
Applies toLiquibase Secure (Pro)Conditions Oracle database connections Liquibase configured to use runWith: sqlplus in changesets (Optional): Some troubleshooting steps in this article reference Do...
-
Postgres CREATE DATABASE Fails with “cannot run inside a transaction block”
Quick Answer:PostgreSQL does not allow CREATE DATABASE inside a transaction. Liquibase wraps changes in transactions by default, which causes this error. You can either: Create the database outside...