From ec0f79e4753d1eb98c442238423599c0279d7555 Mon Sep 17 00:00:00 2001 From: cpettet Date: Fri, 24 Oct 2014 09:33:25 -0500 Subject: update README --- README | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/README b/README index 1195225..53c116a 100755 --- a/README +++ b/README @@ -1,3 +1,16 @@ +These tools are all oriented towards migration of external data sources to phab. + +Preflight check for migrations: + + set up security group + set up security herald rule + make sure mailing lists are in place + make sure ext ref key is editable + make sure bot is in security group + ensure mysql file size + bot creation + update /etc/phabtools + IMPORTANT: * bot user must be a member of importbots group @@ -78,20 +91,19 @@ CREATE TABLE user_relations_comments ); -create table user_relations_job -( - id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, - pid INT(12), - start INT(12), - finish INT(12), - status INT, - start_epoch INT(12), - finish_epoch INT(12), - user_count INT, - issue_count INT, - completed INT, - failed INT, - modified INT(12) +create table user_relations_jobs (id INT AUTO_INCREMENT PRIMARY KEY, + pid INT(12), + source TEXT(30), + start INT(12), + finish INT(12), + status INT, + start_epoch INT(12), + finish_epoch INT(12), + user_count INT, + issue_count INT, + completed INT, + failed INT, + modified INT(12) ); create table task_relations (id INT, priority INT, blocks TEXT(1000), modified INT(12)); -- cgit v1.2.3