Skip to content

Commit 2a44395

Browse files
authored
Merge pull request #85 from packagist/troubleshoot-postgres-upgrade
Add a note for the upgrade with postgres 12 on SelfHosted
2 parents 3000a7d + 540a95a commit 2a44395

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/self-hosted/troubleshooting.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ This can be fixed by rerunning the original replicated install script. This will
108108
leave your current installation in tact but rewrite the main config files and therefore
109109
update the host IP and the NO_PROXY environment.
110110

111+
#### Replicated Management Console shows "Stopped" after upgrading to 1.12.4
112+
113+
You just updated to Self-Hosted version 1.12.4 and now the Replicated Management Console
114+
only shows "Stopped" in the top left corner of the dashboard? As part of this this Self-Hosted update PostgreSQL is upgraded from 9.6 to 12. Depending on the size of your database, this will cause increased disk IO and might take a few minutes during which the application won't be available.
115+
The upgrade is done in the docker container `packagist-postgres-update` which only runs for the duration of the upgrade and then stops. You can check the `Cluster` section in the Replicated Management Console: all containers should be started except the upgrade container, which should be stopped. The Replicated Management Console is just showing the wrong state on the dashboard.
116+
Pressing the button `Start now` on the dashboard will correct the displayed application state, but you can also leave it as is.
117+
111118
#### Reset Replicated Management Console authentication
112119

113120
If you cannot log into the Replicated Management Console anymore, then you can

0 commit comments

Comments
 (0)