-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MariaDB to PostgreSQL data variance tracker #81
Labels
documentation
Improvements or additions to documentation
Comments
10 tasks
10 tasks
These are the final results of the MariaDB migration within development!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following up from Issue #60, we migrated the MariaDB data into a new PostgreSQL
macrostrat_temp
database. Next, we counted and compared rows betweenmacrostrat_temp
and the already existentmacrostrat
database in PostgreSQL. Below is the summary of variances as well as their solutions. Our goal is to retain and not delete any data across bothmacrostrat
(PostgreSQL) andmacrostrat_temp
(MariaDB) db's.1. macrostrat tables not found in macrostrat_temp
['strat_name_footprints', 'grainsize', 'pbdb_collections', 'pbdb_collections_strat_names', 'temp_rocks', 'temp_names', 'unit_lith_atts']
2. macrostrat columns not found in macrostrat_temp
table: {'column_name'}: lookup_unit_intervals: {'best_interval_id'}, strat_tree: {'child', 'parent'}, units: {'notes'}, col_areas: {'wkt'}, cols: {'poly_geom', 'wkt', 'notes'}, intervals: {'rank'}, measuremeta: {'geometry'}
lookup_unit_intervals: {'best_interval_id'}
strat_tree: {'child', 'parent'}
this_name
column is renamed toparent
andthat_name
column tochild
respectively.units: {'notes'}
col_areas: {'wkt'}
cols: {'poly_geom', 'wkt', 'notes'}
intervals: {'rank'}
measuremeta: {'geometry'}
The text was updated successfully, but these errors were encountered: