Frederick Hoforfreddyho.hashnode.net·Mar 23, 2023AWS CodePipeline, CodeBuild and shared subnets for cross-account RDS database updatesIntroduction In this blog post, we will look at how we can use a deployment pipeline to perform schema updates to an RDS database that is located in a separate workload AWS account. In a real-world scenario, RDS databases may be in different accounts...Discuss·10 likes·56 readsAWS
Rafal GrzegorczykforKeep It Simple. Developer's tips.rafal.hashnode.net·Feb 23, 2023Use Liquibase to track your database changes offline - no direct connection is required.You won't have direct access to ANY Oracle database in some projects. That's a fact. You will probably prepare SQL scripts using exported objects from the GIT repository. After that, you or someone else will execute those scripts "by hand". What if y...Discuss·1 like·141 readsOracle
GastonforDevgs blogdevgs-blog.hashnode.net·Feb 27, 2023Integration testing with testcontainers and LiquibaseIntegration tests need good test data Next to unit tests, integration tests offer an additional level of detecting defects in software. Integration tests can give confidence that separate modules are working together as designed. And when external sy...Discuss·127 readsTestcontainers
Frederick Hoforfreddyho.hashnode.net·Mar 23, 2023AWS CodePipeline, CodeBuild and shared subnets for cross-account RDS database updatesIntroduction In this blog post, we will look at how we can use a deployment pipeline to perform schema updates to an RDS database that is located in a separate workload AWS account. In a real-world scenario, RDS databases may be in different accounts...Discuss·10 likes·56 readsAWS
Onwuchekwa Okechukwuforokeyx.hashnode.net·Mar 19, 2023DB migration toolsDatabase migration is an essential aspect of software development that involves managing database schema changes across different environments. It is a crucial process that ensures that database schema changes are deployed correctly, reducing the cha...DiscussDatabases
GastonforDevgs blogdevgs-blog.hashnode.net·Feb 27, 2023Integration testing with testcontainers and LiquibaseIntegration tests need good test data Next to unit tests, integration tests offer an additional level of detecting defects in software. Integration tests can give confidence that separate modules are working together as designed. And when external sy...Discuss·127 readsTestcontainers
Rafal GrzegorczykforKeep It Simple. Developer's tips.rafal.hashnode.net·Feb 23, 2023Use Liquibase to track your database changes offline - no direct connection is required.You won't have direct access to ANY Oracle database in some projects. That's a fact. You will probably prepare SQL scripts using exported objects from the GIT repository. After that, you or someone else will execute those scripts "by hand". What if y...Discuss·1 like·141 readsOracle
Bernice ChoyforNuggets of Wisdombernicecpz.hashnode.net·Jul 3, 2022liquibase: Cannot find parser ErrorContext I was troubleshooting the error that occurred when applying changeset to my development database on Microsoft SQL Server (MSSQL). Initial Error liquibase.exception.LiquibaseException: Unexpected error running Liquibase: Cannot find parser tha...Discuss·161 reads🤔 Troubleshootingautomation