Skip to content

archivesspace-labs/db_transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

An attempt to transfer Derby data to MySQL

You'll need Jruby and a running MySQL server. Configure the MySQL connection in the db_transfer.rb file ( in the jdbc URL line ). You'll also need to have the MySQL db setup for ArchivesSpace ( doing the scripts/setup-database.sh|bat) with the same version that ran the derby db.

  1. run bundle install to get the required libraries.
  2. put your archivesspace derby db in directory named "data"
  3. make a directory named "exports"
  4. setup your mysql database, with the archivesspace schema ( use scripts/setup-database.sh|bat )
  5. run "bundle exec ruby db_transfer.rb"

Your derby data will be spit out into tsv files ( stored in the exports directory ), which will be then imported into your mysql DB.

Good luck.

About

An attempt to transfer data from Derby to MySQL

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages