Project

General

Profile

Actions

DB Migration Process » History » Revision 8

« Previous | Revision 8/29 (diff) | Next »
Amber Herold, 02/02/2010 11:04 AM


DB Migration Process

The tables that will be affected are in the dbemdata database and the project database.
Migrate the user data from project to dbemdata because dbemdata is already in Sinedon format.

dbemdata

  • GroupData
  • UserData

project

  • users
  • login
  • pis
  • userdetails
  • projectowner

Future:
Eventually, we would like to have 3 databases, appion, leginon and project. The user related tables in dbemdata would be moved to project.
All the tables in project still need to be converted to Sinedon format.

1 Add new columns to UserData

Add:

  • username
  • fullname
  • firstname
  • lastname
  • password
  • email

Leave the existing columns as is. Use of "name" and "full name" (with a space) will be phased out.

2 Copy data to the UserData table

From users, copy username, firstname, lastname to UserData.
From login, copy password to UserData.
From userdetails, copy email to UserData.

3 Create projectowner table

Move the data from pis table to a new projectowner table in the project database. This table will refer to users in the UserData table.
We will phase out use of the pis table.

5 Modify userdetails table

Remove the email column from the userdetails table.

Updated by Amber Herold almost 15 years ago · 8 revisions