config.json is wiping itself down #47
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
approx every 1.5-2 weeks, it just wipes itself down to something like:
It happened 2 times since I started using greenlock (1.5 month ago). I thought it's some sort of malicious attempts, until the very same happened on my staging server which is strictly accessible by dev team only.
Please ask me questions as I have no clue where to start investigating this issue. All my servers are dedicated-standalone, no other services are up. I don't think hardware matters, so I omit it. My setup is quite classic, except I use manager to control config, I use things like this:
parts of teh app (server.js):
and server_greenlock_common.js:
config.json is wiping itself upto config.json is wiping itself downI could have sworn we had a thread about this... I must have dreamt it.
I believe that it's most likely that either permissions are changing (i.e. being run sometimes as a user and sometimes as root), or the volume is being remounted between read-only and read-write.
It's also possible that you are running multiple instances on the same config directory, and they are fighting against each other.
The only time that the config file will become
{}
is when it is corrupt and has to be re-written.In what I remember from the thread I thought we had, it ended up being an issue with Docker mounted volumes.
Closing due to inactivity.