I want to set up a personal Server where i am hosting all kind of services for myself (mainly gitlab, nextcloud, NAS, and some others). I currently go with the strategie of installing a small debian on the server and pushing all services into VM's. This way the server itself is incredible stable, and even when having aproblem with a virtual machine i can always connect to the debian below via ssh.
For the last server i set up, i was using Debian Jessie but for this server i don't want to install Jessie in march when setting up the machine. And upgrading to Stretch when it will be released (No release date yet, but this Summer might be a good guess). I read that upgrading Debian is not as easy as upgrading a Ubuntu, for example.
So my idea is: I will install the testing version of stretch. While setting up the server i can live with the "unability" in testing branch. I would directly get the new features and can test them. After a while when stretch stable is released i want to switch to it.
The questions are:
- Is this possible, and is this an easier operation as upgrading from jessie stable to stretch stable?
- Would you recommend such a step in general or is this to risky for you? Why would you think so ?