cgi-bin,
/gbdb/<genome
assembly> data, and the corresponding databases (including the
hgcentral
database), has been completed.cgi-bin,
gbdb
data, and database configurations in both environments.https://<on-premDNS>/cgi-bin/hgTracks?hgS_doOtherUser=submit&hgS_otherUserName=<username>&hgS_otherUserSessionName=sesmGeneTargetinghttps://<EC2DNS>/cgi-bin/hgTracks?hgS_doOtherUser=submit&hgS_otherUserName=<username>&hgS_otherUserSessionName=sesmGeneTargetinghgcentral database? If so, how can we ensure that all relevant data has been fully migrated to the new setup?cgi-bin,
/gbdb/<genome
assembly> data, and the corresponding databases (including the
hgcentral
database), has been completed.cgi-bin,
gbdb
data, and database configurations in both environments.https://<on-premDNS>/cgi-bin/hgTracks?hgS_doOtherUser=submit&hgS_otherUserName=<username>&hgS_otherUserSessionName=sesmGeneTargetinghttps://<EC2DNS>/cgi-bin/hgTracks?hgS_doOtherUser=submit&hgS_otherUserName=<username>&hgS_otherUserSessionName=sesmGeneTargetinghgcentral database? If so, how can we ensure that all relevant data has been fully migrated to the new setup?cgi-bin,
/gbdb/<genome
assembly> data, and the corresponding databases (including the
hgcentral
database), has been completed.cgi-bin,
gbdb
data, and database configurations in both environments.https://<on-premDNS>/cgi-bin/hgTracks?hgS_doOtherUser=submit&hgS_otherUserName=<username>&hgS_otherUserSessionName=sesmGeneTargetinghttps://<EC2DNS>/cgi-bin/hgTracks?hgS_doOtherUser=submit&hgS_otherUserName=<username>&hgS_otherUserSessionName=sesmGeneTargetinghgcentral database? If so, how can we ensure that all relevant data has been fully migrated to the new setup?mysqldump customTrash | gzip -c > customTrash.sql.gz
mysqldump hgcentral | gzip -c > hgcentral.sql.gz
tar cvfz files.tar.gz /usr/local/apache/trash/ct/* /usr/local/apache/userdata/*
zcat customTrash.sql.gz | mysql customTrash
zcat hgcentral.sql.gz | mysql hgcentral
tar xvfz files.tar.gz -C /
Here's a bit of context one of our engineers shared in case it's helpful to understand how the hgcentral databases and files are organized:
There is a namedSessionDb table in hgcentral that is the key to all saved sessions. There is a 'gbMembers' table that contains all the login information for registered users. The userName from gbMembers corresponds to the userName in namedSessionDb.
Beyond an entry in the namedSessionDb table, there are various files in a filesystem that belong to a saved session. Our system here is configured to keep such files out of trash in a userdata/ directory, although this is controlled by configuration settings and if they are not set, the files remain in trash/, which be a little more difficult to move around.
There are also 'customTrash' tables in MySQL that can belong to a saved session. Examination of the 'namedSessionDb' table contents can lead to where all the files and tables are that belong to a saved session
---
Matthew Speir
UCSC Genome Browser, User Support
--
---
You received this message because you are subscribed to the Google Groups "UCSC Genome Browser Public Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to genome+un...@soe.ucsc.edu.
To view this discussion visit https://groups.google.com/a/soe.ucsc.edu/d/msgid/genome/DS0PR20MB6536B22CDA626BB96A7E6AC59ED8A%40DS0PR20MB6536.namprd20.prod.outlook.com.