Add tip for system.stateVersion

This commit is contained in:
Maximilien Richer 2025-02-10 22:24:08 +01:00
parent 9d4d8ef630
commit c4e5ddb24b
Signed by untrusted user: maximilien
GPG key ID: 04FD5063D6D43365
4 changed files with 4 additions and 0 deletions

View file

@ -12,5 +12,6 @@
deuxfleurs.staticIPv6.address = "2a01:e34:ec05:8a40::23";
deuxfleurs.isRaftServer = true;
# this denote the version at install time, do not update
system.stateVersion = "21.05";
}

View file

@ -14,5 +14,6 @@
deuxfleurs.staticIPv6.address = "2a02:a03f:6510:5102:223:24ff:feb0:e8a7";
deuxfleurs.isRaftServer = true;
# this denote the version at install time, do not update
system.stateVersion = "24.05";
}

View file

@ -10,5 +10,6 @@
deuxfleurs.staticIPv6.address = "2a01:e0a:5e4:1d0:223:24ff:feaf:fdec";
deuxfleurs.isRaftServer = true;
# this denote the version at install time, do not update
system.stateVersion = "24.05";
}

View file

@ -12,5 +12,6 @@
deuxfleurs.staticIPv4.address = "192.168.5.25";
deuxfleurs.staticIPv6.address = "2001:912:1ac0:2200::25";
# this denote the version at install time, do not update
system.stateVersion = "24.05";
}