replication-manager
replication-manager copied to clipboard
Cannot label set preferred
Hi, sorry I don't know do I have to raise a new issue again or able to raise here, that:
- I can not label "Set as Preferred" after choose one or more node to "FAILOVER CANDIDATE":
From cluster2.toml, I already set:
but the symbol is still not visible, then I try manually choose "Set as Preferred" one of them but the symbol is still not visible
-
No cancel button from DELETE SHARD:
-
jquery-3.7.1.min.js not found
Note:
Before it, I do this:
version: 2.3.21
Originally posted by @firdibasri in https://github.com/signal18/replication-manager/issues/552#issuecomment-2043830578
Patch already merged
Hi, for 2.3.22 (latest) is still not available when I try to upgrade (still 2.3.21), with following:
version="2.3"
echo "deb [arch=amd64] http://repo.signal18.io/deb $(lsb_release -sc) $version" > /etc/apt/sources.list.d/signal18.list
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com FAE20E50
apt-get update
apt-get install replication-manager-osc
from: https://docs.signal18.io/installation/setup-instructions
Also I try to check from: http://repo.signal18.io/deb/pool/2.3/r/replication-manager-osc/, there is no file for 2.3.22
My OS: Ubuntu 20.04 (focal)
And, a few days ago I install Ubuntu 23.10 server, but failed when try to install repman. Does repman support for ubuntu 23.10 yet? Or maybe there some missing configuration from me
thanks
Hi I can see the release in https://repo.signal18.io/deb/pool/2.3/r/replication-manager-osc/ now
Hi I can see the release in https://repo.signal18.io/deb/pool/2.3/r/replication-manager-osc/ now
Thank you @svaroqui , I've updated to 2.3.22 now on my ubuntu 20.04 (focal)
FYI, for ubuntu 23.10 server (mantic):
We don't support packages for intermediary versions of Ubuntu, only LTS is supported.
If you want to use non-LTS I suggest compiling from source.
Oh ok, I understand. Thank you @tanji