You are here
Philipp - Thu, 2022/07/07 - 14:19
Hi,
is there a possibility to upgrade the TKLDev-Appliance from Version 16.x to latest 17?
Or do I have to create a new TKLDev and "import" the custom projects?
Regards
Philipp
Forum:
Personally, I just launch a fresh one
Personally, I always launch a fresh one every time we do a major version update (i.e. v15.x, v16.x, v17.x, etc). In my case, it's as much to test it and make sure it works reliably as it is to use the newer build. But I also use mine lots and I like to have a clean slate every so often. I have all my build code stored on GitHub and/or a local Gitea server, so just import from there.
I haven't explicitly tested it, but as TurnKey is Debian under the hood, doing a Debian style "in place" upgrade should work too. Others have done that sort of upgrade on other appliances and reported success, but I don't recall anyone explicitly doing that with TKLDev.
There should be plenty of info available online (try googling something like "upgrade debian buster to bullseye") but the official docs are probably the best place to start.
Before you do anything though, make sure that you have a good backups of everything, just in case the upgrade goes pear shaped. I use TKLBAM for protecting my important data but in specific cases such as this, I recommend also creating a "snapshot" type image backup, so if the upgrade goes wrong, you can quickly "rewind" exactly back to where you were.
If you are running TKLDev as a VM, then taking a snapshot should be easy. If you're running on bare metal, then it's a bit trickier. If you installed with LVM, then you can take a snapshot with that. Even if you don't have that, you could create an image with a tool like Clonezilla.
Good luck and please let us know how you go.
Hi Jeremy,
Hi Jeremy,
my project is already located in our interal git repository. Just tried to build the iso with "make", but got an exception error:
Same error with my product.
Any idea?
Regards
Looks like you don't have a bootstrap?!
I assume that this is on a new server?! Downloading the boot strap should be a part of the firstboot initialisation. But for some reason, it appears that you don't have a bootstrap?! Perhaps try re-running the initial setup:
Add new comment