Changes

m
Line 72: Line 72:  
sudo ./launcher destroy web_only
 
sudo ./launcher destroy web_only
 
sudo ./launcher start web_only
 
sudo ./launcher start web_only
 +
</syntaxhighlight>
 +
 +
 +
== Upgrade the data container ==
 +
 +
See https://meta.discourse.org/t/postgresql-12-update/151236#data-container-install
 +
 +
<syntaxhighlight lang="bash">
 +
cd /var/discourse
 +
sudo ./launcher stop web_only
 +
sudo ./launcher stop data
 +
sudo ./launcher rebuild data
 +
sudo ./launcher rebuild data
 +
sudo ./launcher rebuild web_only
 
</syntaxhighlight>
 
</syntaxhighlight>