percona:1.0/unstable ?

Latest version of Percona server 5.5 from Debian Squeeze repository( [url]http://repo.percona.com/apt[/url] squeeze main ) has name:
5.5.34-rel32.0-591.squeeze percona:1.0/unstable [amd64]

This “percona:1.0/unstable” actually confusing me. Why unstable? What does it mean?

Is it good idea to upgrade to it?

Thanks in advance :slight_smile:

Hi,

Actually, Unstable is the development distribution. it’s just formal definition from debian build files. The sequence of package propagation in the Debian development process is as follows:
→ experimental→ unstable → testing → stable

We have 2 main repo: experimental and main. all packages targeted for release will be uploaded to experimental. if no bugs found - packages moved to main without rebuild. so, that’s the reason why package may have unstable record. all packages released to ‘main’ repository can be used for production so you can upgrade to it.

Just FYI: unstable means rather distribution than package stability. unstable distribution has packages which may be changed often. so - unstable. stable package is ‘freezed’ packages, without any changes for the years. [URL]https://wiki.debian.org/DebianUnstable[/URL]

Thank you very much for the detailed explanation. :slight_smile: