Conversation
| - name: "restarting postgres" | ||
| ansible.builtin.systemd_service: | ||
| name: "postgresql" | ||
| state: "restarted" | ||
| listen: "restart postgres" |
There was a problem hiding this comment.
This is intrusive though
|
@rensvmoorsel once this PR is merged, we will require copying over all data from the containerisd postgress instance to the public postgres instance. A The database into which the data needs to be copied is best made by deplying the changes in this PR, meaning that there is a brief moment where committeeclash must be made unavailable through nginx (maintenance mode) because we then are manually filling the used production database which is then empty. |
@SilasPeters is this TODO resolved? |
|
@KoenDR06 yes |
|
While deploying the committeeclash role just now, the server seemed to not respond to any requests, I even got a 500 from koala. If this was an issue before this PR it's good to be merged in my opinion. |
|
I experienced the same earlier. Not sure what causes it, I suspect a shortage of memory |
KoenDR06
left a comment
There was a problem hiding this comment.
Seems like it was already an issue, LGTM!
Yay