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

Importing schemas and destroying old tables #112

Open
umair-hussain-hs opened this issue Jul 19, 2016 · 0 comments
Open

Importing schemas and destroying old tables #112

umair-hussain-hs opened this issue Jul 19, 2016 · 0 comments

Comments

@umair-hussain-hs
Copy link

So I was just wanted to point out that currently, the importing of schemas into the mysql database backend destroys the tables, if they exist, before creating them, as it is meant to.

My issue is that this implementation makes it difficult to create the Morgue backend when having to provision a new Morgue server while keeping the data from the old Morgue server.

So what I am wondering is, why go with this approach? Why not check if the tables to be created exist before creating them, and then skip creating them if they already exist and not destroying old data.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant