Hi all!

My first post here. so I want to thank you for your great work.

I have a Turnkey file server with Debian Squeeze.

Squeeze security support has reached end-of-life on 2016-02-29.

I temporarily change source.list to:

deb http://archive.turnkeylinux.org/debian squeeze main
deb http://ftp.debian.org/debian squeeze-lts main

I would like to upgrade the server to Wheezy.

Is it enough to change source.list like this:

deb http:// archive.turnkeylinux.org/debian wheezy main
deb http:// ftp.debian.org/debian wheezy main

or do I must to do something else?

Forum: 
Jeremy Davis's picture

I have had my head down trying to finish up v14.1 release...

Long answer: As TurnKey is Debian under the hood, I recommend that you follow the official Debian documentation. It covers everything you should do as part of the process and a number of useful ideas in case something goes wrong. You could also use TKLBAM to backup your data, cross your fingers and follow the short answer below! :)

Short answer: Pretty much. Then run a

apt-get update && apt-get dist-upgrade
then reboot and you should be good.

Add new comment