Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

[SPIKE] Try the mysqldump method to share Symphony data #478

Closed
wants to merge 1 commit into from

Conversation

pgwillia
Copy link
Member

@pgwillia pgwillia commented Feb 3, 2021

Both Discovery and NEOSDiscovery use Symphony configuration data to provide human readable string in the holding table. Additionaly NEOSDiscovery has library/location relationships. We now have this data flowing into Discovery but we need this to continue to flow into NEOSDiscovery. One way to do this would be to dump and load the data from one db to the other.

mysqldump -p discovery_development statuses libraries locations > discovery_dump.sql
mysqldump development < discovery_dump.sql

#352

`mysqldump -p discovery_development statuses libraries locations > discovery_dump.sql`
`mysqldump -p development > discovery_dump.sql`
@pgwillia pgwillia changed the title Try the mysqldump method to share Symphony data [SPIKE] Try the mysqldump method to share Symphony data Feb 3, 2021
@pgwillia pgwillia closed this Jun 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant