Я следовал приведенному ниже руководству для установки, но показанная версия — 3.5.0.beta5-dev. Это правильно? Я думал, что установка в режиме разработки отличается?
# Install Discourse on a Cloud Server
> To install and self-host Discourse, follow the steps below. But if you'd rather skip the setup, maintenance, and server management, our official Discourse hosting takes care of everything for you.
>
> [Learn more about Discourse hosting](https://discourse.org/pricing)
> If you prefer to self-host but need help setting it up we have partners who can help.
> [Click here to explore self-hosting set-up options](https://discourse.org/partners).
**Set up Discourse in about 10 minutes** with zero knowledge of Rails or Linux shell. Works on any Docker-compatible cloud provider or local server.
## Contents
- [Quick Start](#quick-start)
- [Requirements](#requirements)
- [Installation](#installation)
- [The Setup Wizard](#the-setup-wizard)
- [After Installation](#after-installation)
- [Advanced Configuration](#advanced-configuration)
- [Troubleshooting](#troubleshooting)
This file has been truncated. show original
Moin
13.Май.2025 09:08:31
3
Добро пожаловать в Meta
Да, всё верно.
Все версии ветки tests-passed имеют суффикс -dev в конце. Это означает «это одна из версий в процессе разработки betaX».
Вы можете прочитать об этом подробнее по ссылкам:
On tests-passed, starting with 3.2.0.beta1-dev, Discourse core version numbers will include a -dev suffix to indicate that they’re not the final ‘release’ versions of a beta. This suffix doesn’t appear in the UI, so this is a technicality which will have no impact on the vast majority of people.
For the technical details, see below:
In the beta series for Discourse 3.1 and below, our versioning strategy was to ‘release’ a beta, and then leave the version number in tests-passed exactly the sam…
This guide explains the different types of Discourse releases and how different channels are used for updates.
Required user level: All users
Release channels
Discourse has four primary release channels, each serving a different purpose: main, latest, release, and esr.
The default channel used when installing a production version of Discourse is latest.
Since November 2025, Discourse uses a date-based versioning scheme: YYYY.MM.PATCH (e.g., v2026.2.0). On …