Quantcast
Channel: Liquibase Forums
Browsing all 2993 articles
Browse latest View live

Maintain order of deployments in sybase using Liquibase

Hi,I am a new user of Liquibase. I have to implement Liquibase for sybase database deployments. Question I have is, is there a way to maintain the priorities of object deployments. Say, Tables followed...

View Article


Re : Maintain order of deployments in sybase using Liquibase

When deploying changes, Liquibase follows the order of changesets as they are in the changelog. When creating a brand-new changelog from an existing database (or when appending changes using the...

View Article


Re : Maintain order of deployments in sybase using Liquibase

Hi Steve,Thanks for the quick response. I am also looking for a scenario where I have 10 different artifacts and some of them have tables creation, insert/update statements and stored procedures. Now,...

View Article

Re : Maintain order of deployments in sybase using Liquibase

I don't think I understand what the problem is. What do you mean by "artifacts"? Your understanding of that word and mine may be vastly different. Do you have an existing changelog, or a set of SQL...

View Article

Declare a partitioned table in liquibase

We have been using mysql and non-partitioned table. We now want to partition some of our tables by a tenant_id that would enable us to process things faster and avoid locking issues.It works fine in...

View Article


Re : Declare a partitioned table in liquibase

Liquibase does not support this natively. You would need to use on of the following techniques:1. Write your own extension to Liquibase.2. Contact my company (Datical) as we have written an extension...

View Article

Re : Declare a partitioned table in liquibase

Steve,Thanks for your prompt response.I'll speak to my company if we can contact you , but we are a small company so I doubt if I'll get approval. In any case, we are partitioning at a prototype stage...

View Article

Duplicate space deletion

Hi everyoneI've noticed some interesting behavior when Liquibase compute MD5 sum of a changesetIt perform some kind of space trimming but it treat not only leading and trailing spaces, it checks also...

View Article


Re : Duplicate space deletion

I don't think anyone would disagree, so I have created a ticket in Jira to track this.https://liquibase.jira.com/browse/CORE-2957Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/

View Article


Overriding an existing PreCondition (ForeignKeyExistsPrecondition)

Hi,I'm currently in the process of creating an extension for Liquibase to support Cassandra. It's working pretty well but I want to add some nice-to-have functionality.When a changeset has a...

View Article

Extending DropTableGenerator

Hi, I have extended DropTableGenerator. I added dependency to plugin dependency section. But my extension not working every time, sometimes it is using native DropTableGenerator. What may cause the...

View Article

Image may be NSFW.
Clik here to view.

Liquibase is stuck on 'Reading from [dbo].[DATABASECHANGELOG]'

Does anybody have any idea why my Liquibase deployment hangs on 'Reading from [dbo].[DATABASECHANGELOG]' and just sits there infinitely? I even dropped and recreated DATABASECHANGELOG and...

View Article

Manage multibranch database versioning.

Hi, Liquibase works as a charm when our delivery pipeline is straightforward, and we work with a short cycle development. But it is not always the case. Firstly let's imagine that we should have...

View Article


Re : Manage multibranch database versioning.

I would recommend that you call Datical right away.Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/

View Article

Re : Manage multibranch database versioning.

As your deployment complexity increases, Datical is a great option. From a pure-Liquibase standpoint, it doesn't really know or understand "versions", it just tracks individual changeSets and relies on...

View Article


Re : Duplicate space deletion

Thanks for creating the issue, Steve.Denis: What version of Liquibase are you using? I have made some improvements over the last couple releases around how spaces are handled. Also, are you using XML...

View Article

Include tag - filetype not known warning

Hi there,I'm adding sql files to a databaseChangeLog in the following manner..<include file="this_file.sql" relativeToChangelogFile="true" />If the file added is in uppercase (named '.SQL' rather...

View Article


Re : Duplicate space deletion

Hi, NathanI'm taling about sql changesets that are inside XML tags, like this:<changeset ...>      <sql>      </sql></changeset>

View Article

Re : Duplicate space deletion

Oh, forgot to mention, it's liquibase 3.5

View Article

Data migrations (with Java) in addition to schema migrations?

Hello!I have used Django (Python web framework) migrations for a long time and it has supported me well in rather complex schema and data migrations. So I have a preconception/bias how a good migration...

View Article
Browsing all 2993 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>