Added New Traefik configuration backend
to Release notes – see Release notes — NS8 documentation
Beta 2 is out
I will participate. My main part: ask stupid questions.
I just made the updates:
- Core update
- New Traefik configuration backend
- Update Mail modules
- Mail module improvements
5 Restart NS8 (I don’t know if I had to…)
Did I miss something?
[root@ns8 ~]# podman exec redis sed -i.beta1 '/^notify-keyspace-events / d' /data/etc/redis.conf
systemctl restart redis
[root@ns8 ~]#
[root@ns8 ~]# ssh mail1@localhost
[mail1@ns8 ~]$ podman exec dovecot sh -c "doveadm index -A -q '*' ; pgrep indexer-worker | xargs -- renice"
[mail1@ns8 ~]$ exit
logout
Connection to localhost closed.
[root@ns8 ~]#
The best answer:
To you who participated to beta 2 tests:
Disable the testing flag – Modules — NS8 documentation
I installed fresh onto debian12 and created a separate description/documentation:
NS8beta2 | Capote: my experiences and questions
I think it’s a good question, but it’s not being asked to the right person!
Fortunately, those who can give the correct answer will also read it!
quote=“alefattorini, post:15, topic:22156”]
Why not create a NS8_testing group?
[/quote]
Why not using Jitsi Meet (https://meet.jit.si/) once in a while for discussion ?
Michel-André
I will participate. My main part: Dumb test the thing, install things in uncoventional manner as a noob would, break things and report so its impossible to break them in the future. .
Yes, let’s go for it. What should we put on agenda?
Updated my rocky9 six months old testmachine, no errors or broken apps.
I still had to upgrade the python 3.11 stuff manually. Don’t know if it is supposed to be automatic or part of the beta2 release notes.
Edit: found a possible error: I had some http routes defined, I am no longer able to edit the rules, only the “see detail” option is enabled (edit and delete are disabled).
If I create a new rule, I can delete and edit as expected.
Yep. We’re out
Just added your name to the list above for the testing group. Is it ok for you?
Yes it’s Ok. .
Update to Beta 2 worked without problems. Christmas may come
A big praise to the developers of NS 8.
Regards…
Uwe
There may be a bug in the Traefik module upgrade script. Please go to Software Center click on the three-dots-menu and check the Core and Traefik version: they should be both 2.0.0
Core modules matches your list. both 2.0.0.
You can try this workaround.
-
login as root on the system console (or via SSH)
-
run
ssh traefik1@localhost
(assuming you are on the leader and the cluster has just one node) -
run the following commands:
runagent bash mkdir manual_flags cd manual_flags
-
Then for each route you want to make editable, create an empty file. For instance you have
myroute1
andmyroute2
:touch myroute1 myroute2
-
Check if the routes are now editable from the UI
For example here I have first-route
, so on step 4 I do touch first-route
: