Domino on Linux/Unix, Troubleshooting, Best Practices, Tips and more ...

 
alt

Daniel Nashed

 

How long does it take to update a Domino server?

Daniel Nashed  21 April 2024 16:47:44

How long does it take to update a Domino server?

The answer is as always: "It depends".


In my case it depends how long it takes to shutdown Domino --> That's around 30-60 seconds for a normal server.
So the answer could be close to "42" ... LOL

I am usually building a container image, which I push to a private registry. On a server I just have to pull the new image and run "dominoctl update".
That's all it takes to go to a new FP or release. In this case 14.0 FP1.


---

Building an image is a different story, but also is super easy.

Once I updated the GitHub repository, you just have to run the build.sh script.
The new menu can remember the add-on images installed and also finds out what the latest version is.

Depending on the add-on software and your infrastructure it takes like 10 minutes to build an image
But building the image does not cause any down time of your server.
Only the stop and restart of your server needs a downtime of usually less than 1 minute.


-- Daniel


dominoctl update


-----------------------------------------

/etc/sysconfig/domino_container


Info: New Image Version available!


Updating Container [pluto] ...


Stopping Container ...

pluto

Removing Container ...

pluto


Creating & starting new Container [pluto] ...


c3fe7a3d5160bf8b4a2abf8786ea0e22fb811c350c969621fbc793095ca799ff


Successfully updated Container [pluto]

Comments

1Henning Heinz  22.04.2024 10:32:56  How long does it take to update a Domino server?

Doing this the old-school way it takes me about 15 to 30 minutes to update a Domino server.

So containers are the clear winner, but upgrading a Domino server is a task only being done once to twice a year.

2Daniel Nashed  23.04.2024 4:23:33  How long does it take to update a Domino server?

It is not only about how long it takes…

- the binary directory is always clean and you know exactly how it looks like

- this update is for alll possible add-ons lie Verse, Nomad, Traveler, Domino Leap

- you can define images for your environment and install the same image exactly the same way in test, QE and prod environments

- downtime 1 min vs 15 min can make a difference

- the result of the update is always well defined. No surprises during update and it is well tested already the exact same way on QE environments.

- if you have many servers all of the above can make a significant difference

I just wanted to highlight that it is very quick, simple and reduces the downtime

Links

    Archives


    • [HCL Domino]
    • [Domino on Linux]
    • [Nash!Com]
    • [Daniel Nashed]