Questions tagged [lts]

Long-Term Support (LTS) is a product lifecycle management policy in which a stable release of computer software is maintained for a longer period of time than the standard edition. The term is typically reserved for open-source software, where it describes a software edition that is supported for months or years longer than the software's standard edition.

LTS is an acronym for Long-Term Support.

LTS applies the tenets of reliability engineering to the software development process and software release life cycle. Long-term support extends the period of software maintenance; it also alters the type and frequency of software updates (patches) to reduce the risk, expense, and disruption of software deployment, while promoting the dependability of the software. It does not necessarily imply technical support.

At the beginning of a long-term support period, the software developers impose a feature freeze: They make patches to correct software bugs and vulnerabilities, but do not introduce new features that may cause regression. The software maintainer either distributes patches individually, or packages them in maintenance releases, point releases, or service packs. At the conclusion of the support period, the product either reaches end-of-life, or receives a reduced level of support for a period of time (e.g., high-priority security patches only).

More info here: Wikipedia

39 questions
96
votes
3 answers

What are the differences between Long Term Support (LTS) and Stable versions of Node.js?

Originally asked: What is the difference between Node.js 4.x branch with LTS (Long Term Support) and the 5.x branch (listed as Stable)? But this is equally relevant to understanding the difference between 6.x and 7.x and, in the future, 8.x and…
AndrewMcLagan
  • 13,459
  • 23
  • 91
  • 158
80
votes
1 answer

MongoDB Data directory /data/db not found

When I try to run Mongod in terminal I got this message : 2015-05-14T17:33:04.554+0700 I STORAGE [initandlisten] exception in initAndListen: 29 Data directory /data/db not found., terminating 2015-05-14T17:33:04.554+0700 I CONTROL [initandlisten]…
Gujarat Santana
  • 9,854
  • 17
  • 53
  • 75
56
votes
2 answers

Why is Java 14 not LTS?

Java 14 is non-LTS. Given the new release train of 6 monthly releases and that 8 and 11 were LTS, should Java 14 not have been the next LTS release? Or is purely based on the Java architects to decide which they pick for LTS? I did search online but…
Andy Cribbens
  • 1,370
  • 2
  • 11
  • 22
42
votes
10 answers

Completely Remove MySQL Ubuntu 14.04 LTS

I somehow have messed up my MySQL on my Ubuntu server and cannot fix it. I have tried every single combination of apt-get remove --purge mysql-server, apt-get autoremove, apt-get purge, Googled for hours and nothing. I have literally given up. Every…
Warsum
  • 421
  • 1
  • 5
  • 4
26
votes
3 answers

What is LTS (Long Term Support)?

I looked it up in Wikipedia, and there is only one line there. Anyone have a more detailed description for it? Ubuntu releases their OS with this notation, but I was unable to find a detailed description over what it means/includes. I've already…
pindiwala
  • 3,657
  • 4
  • 21
  • 14
12
votes
2 answers

Illegal instruction (core dumped) mongodb Ubuntu 20.04 LTS

I installed mongodb-org 5.0.2 as per official documentation Codes i used to install via Terminal given below: 1.wget -qO - https://www.mongodb.org/static/pgp/server-5.0.asc | sudo apt-key add - 2.echo "deb [ arch=amd64,arm64 ]…
Abdul Wahhab
  • 768
  • 1
  • 6
  • 12
8
votes
1 answer

What is ReactJS's support duration for LTS?

I'm trying to find the documentation for ReactJS LTS (long-term support), including duration and the versions currently supported. I've reviewed their website (https://reactjs.org/docs/faq-versioning.html) and versioning…
demonintherough
  • 194
  • 2
  • 9
8
votes
2 answers

Sonar 7.x LTS release schedule

We would like to upgrade our Sonar setup to 7.x but waiting for LTS release. Is there any update on when Sonarqube LTS (7.x) release is scheduled? Is there already some URL containing such information? (i hope it is ok to "impersonate" the…
Daniel
  • 113
  • 1
  • 8
4
votes
6 answers

TYPO3 9.5 LTS - Automatic (re)generation of URL Segments?

I have deleted all Slugs in my DB in hope that they regenerates automatically - but they dont! Is there any way to trigger the regeneration? When upgrading from TYPO3 < 9 the get initially generated - but how? Thanks for helping :)
Naderio
  • 1,306
  • 11
  • 26
4
votes
0 answers

Lerna, conventional commits and long term support releases

We have a number of packages in a monorepo, managed by Lerna and with mandatory conventional commits. While everyone's on the same page at the HEAD of master/latest version, things work great. But we now have a need for creating long term support…
Jure Triglav
  • 1,862
  • 18
  • 22
3
votes
1 answer

dpkg fails on Ubuntu Server 22.04 LTS

My Ubuntu 22.04 LTS seems to have problems with dpkg and I can't find anyone online that has the same issue as me. It makes me not able to install packages and I just don't know how to fix this. Setting up dpkg (1.21.1ubuntu2.1) ... head: error…
miitchel
  • 255
  • 1
  • 2
  • 10
3
votes
2 answers

OpenJDK 17 GA Release in IntelliJ: Why no v17 language level? Only "X - Experimental Features"

I just downloaded the Oracle OpenJDK 17 GA LTS release and installed it into IntelliJ. I've selected the jdk v17 as my Project SDK and am attempting to set my project language level also to v17, but the only choices are version 1.3 thru 16, along…
Geyser14
  • 1,385
  • 3
  • 14
  • 32
3
votes
2 answers

Which Node version should I use to develop my package?

I'm currently developing my package with Node v12.14.0 on my local machine but a PR I received from Dependabot made me think about how that influences the compatibility of my library. If I develop my library using v12 features it shouldn't be…
Federico Grandi
  • 6,785
  • 5
  • 30
  • 50
3
votes
4 answers

Can't login to backend after fresh install of the latest TYPO3 9.5 LTS

Fresh install of TYPO3 9.5 LTS on Ubuntu 18 host. Went smoothly, new database, everything. Made up the backend user/password & when finished, I was sent to the backend to log in. The login page seemingly just refreshes. If I use the wrong…
userGreg
  • 31
  • 1
  • 3
2
votes
1 answer

How do I get my nightly Haskell package into Stackage LTS?

Though the latest version of my package is appearing as expected in Stackage Nightly, it is not appearing in LTS, and instead an older version is appearing there. How do I get the latest version to appear in LTS?
orome
  • 45,163
  • 57
  • 202
  • 418
1
2 3