-
Notifications
You must be signed in to change notification settings - Fork 239
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
Errors appear everytime I do a change on scoold-application.conf #423
Comments
What errors do you see exactly? Just copy/paste the whole console output. |
Actually without modifying any configuration just having scoold running without any error and simply doing then I do rm -rf data/* and I start again and again it works without errors.
|
Is Scoold running as part of a docker-compose command or do you start each container separately, i.e. Para first, then Scoold? |
|
Apparently, this was a bug in Para and it's fixed now. You should wait for the new Para release and update your Docker container (make sure you don't use the cached old version of the Para container). |
|
It could be so but on my machine I saw a message "volume removed". Anyway, the command itself is not really an issue, but you will have to upgrade Para to |
Forgot to mention that you have to update both Scoold and Para to their latest versions for this to work. The new versions are Scoold |
Hello,
? I say this because this is what I use in the docker-compose.yml and when I stop I even did Maybe I need to do Was the error supposed to go away just by updating to the "latest"? |
Yes, the latest stable tag points to 1.49.1 but you should not expect Docker to automatically update your container image. You should pull the latest image because gou are still using the cached one. Also you must get Scoold 1.57.2 otherwise the error will not go away. |
I thought that doing apparently it is not, unless I missunderstand something about how docker works. |
Scoold will print out its version, so that's one way to check if you're running the latest release. |
Every-time I have the app working fine and then I do a change in scoold-application.conf and I re-start the app I get errors on the screen and on the terminal.
Then I stop the app + empty the /data/* folder + start again and errors are gone and things are working again.
This looks like some configuration values from scoold-application.conf get out of sync with the content of the /data/* folder and errors appear because of that. Emptying the /data/* folder and starting again the app will regenerate /data/* content to be in sync with the new values in scoold-application.conf and everything works well.
This is what is happening? Is this the expected behavior?
What exactly get stored inside the /data/ folder?
The text was updated successfully, but these errors were encountered: