Skip to content
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

Beta Docs -- restart server #810

Closed
kdelee opened this issue Feb 22, 2018 · 1 comment
Closed

Beta Docs -- restart server #810

kdelee opened this issue Feb 22, 2018 · 1 comment
Assignees
Milestone

Comments

@kdelee
Copy link
Contributor

kdelee commented Feb 22, 2018

Opening a new issue


Specify type:

  • Bug

Bug severity (if applicable):

  • Medium

Description:

There is no documented method of how to restart the server when running in a container in such a way that it preserves the database.

This is non-trivial because just killing the server and removing the container and starting it again breaks because if you mount it to data folder with an existing database, it "gets mad" and breaks because it tries to run the migrations and create the admin {insert correct word here} again and this must be unique.

Bug Report

Expected behavior:

If I for some reason need to restart the server and remount it to the same data directory because I want to continue to have access to all previously generated data, I have some instructions about how to do this.

Actual behavior:

I'm on my own.

@kdelee
Copy link
Contributor Author

kdelee commented Feb 22, 2018

@chambridge mentioned this may just be a code tweak that needs to happen, not a docs issue (regular docker user documentation should be enough)

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

No branches or pull requests

2 participants