Closed ImNtReal closed 1 year ago
Sorry if you're not interested in supporting running it this way at this point. If you do want to, I'll be happy to share the manifest I'm using to get it up and running with you.
I did spin 0.0.3 back up with a new database file, and that worked fine.
I'll look into it, it somehow worked perfectly fine for me. For release v1.0.0 (whenever that happens) I'll make sure that these processes work better. You could theoretically go inside the running docker container and run "flask db upgrade", not sure how this would work on k8s though tbh as I have very limited experience with it.
Pretty sure this was actually caused by a file permission change I had made, and wasn't aware of (from copying the database elsewhere, and then later back). I was able to get my database upgraded with the flask command.
I had 0.0.2 up and running on a Kubernetes cluster. When I restarted to upgrade to 0.0.3, I got this:
I'm thinking that maybe the migrations need to run. Is there a way to kick them manually?
To Reproduce Steps to reproduce the behavior:
Expected behavior Database migrations should run, and make sure the databases are in the correct state.
General Information: