DaemonForums  

Go Back   DaemonForums > DaemonForums.org > News

News News regarding BSD and related.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 21st May 2013
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default Continuous database migration with Liquibase and Flyway

From http://h-online.com/-1860080

Quote:
An application's version-controlled source code is stored in the repository. Why not that of the database? To reproduce arbitrary database states in development, test or production environments, two powerful Java libraries are at hand that can be seamlessly integrated into a build for an agile Continuous Delivery.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote
  #2   (View Single Post)  
Old 21st May 2013
thirdm thirdm is offline
Spam Deminer
 
Join Date: May 2009
Posts: 248
Default

Quote:
An application's version-controlled source code is stored in the repository. Why not that of the database?
1. Because in general there is a many to many relationship between commits of source code and the databases you might want to use when integration testing them.
2. Because there are better tools for managing binaries, e.g. Maven's binary repository.
3. Because source control systems don't all handle binaries well.
4. ...

Now if you stored your test database in SQL format, i.e. as the necessary create table, insert, and alter statements, then I could see it in vc.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
QEMU 1.2.0 improves live migration J65nko News 0 7th September 2012 03:26 AM
WineHQ database compromise Carpetsmoker News 1 11th October 2011 08:54 PM
When is a database not so relational? J65nko News 1 23rd May 2011 05:38 AM
PHP database interfaces TerryP Programming 6 11th September 2008 01:03 PM
Slocate database coverage ivanatora FreeBSD General 2 4th August 2008 08:51 AM


All times are GMT. The time now is 08:57 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick