Skip to content

Python scripts to assist in migrating files/records from large projects between REDCap instances

Notifications You must be signed in to change notification settings

uofu-ccts/redcap-migration-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scripts for migrating files/records between redcap instances

It's highly recommended that these scripts be run from inside your VPN/Protected Environment, on a host that has both Python(3+) and Pip installed, and in a session that won't be closed automatically by the host

Before running:

  1. create/activate virtual environment
  2. pip install -r requirements.txt to install required modules
  3. (optional) Use nohup to redirect progress messages to a file nohup python move_records.py &

Note: If only Python v2 is available, remove/refactor the fstrings (or comment out the print commands altogether) from move_records.py

About

Python scripts to assist in migrating files/records from large projects between REDCap instances

Topics

Resources

Stars

Watchers

Forks

Languages