Shared Hosting for Everyone, imagined by developers, for developers.
Discovering the Public CloudSSL encryption is now mandatory for connecting to the following protocols:
This does not apply to your websites, which are still accessible without encryption (although you can choose to force encryption).
This does not affect your websites, where you can still configure TLS yourself.
MongoDB has switched to the SSPL license, which legally prevents us from continuing to offer MongoDB database hosting. Consequently, MongoDB databases will be removed during the migration, and no new ones can be created.
You can:
We introduced support for CouchDB in 2011, but its use has remained limited (less than 0.4% of our clients in 2024). Therefore, we are ending support for CouchDB: databases will be removed during the migration, and no new ones can be created.
You can:
MariaDB has been upgraded to version 10.11.
You can check the release notes (your current version is displayed under Databases > MySQL):
PostgreSQL has been upgraded to version 16. You can view the release notes (your current version is displayed under Databases > PostgreSQL).
PostGIS has been upgraded to version 3.4 (previously 3.1).
A few months ago, we introduced the possibility to select a major version of a language instead of a specific minor version. This automatically uses the latest available minor version, including the latest fixes.
The migration will automatically replace all selected versions with the corresponding major version. For example, PHP 8.3.1 will be replaced by PHP 8.3, which runs the latest available 8.3.x version. When new versions of PHP 8.3 are added, they will replace the previous version.
You will still have the option, after the migration, to select a specific minor version, which will then run without automatic updates.
Here is the list of available minor versions:
Language | Available Versions |
---|---|
PHP | 4.4.9 5.2.17 5.3.29 5.4.45 5.5.38 5.6.40 7.0.33 7.1.33 7.2.34 7.3.33 7.4.33 8.0.30 8.1.28 8.2.19 8.3.7 |
Python | 2.4.6 2.5.6 2.6.9 2.7.18 3.3.7 3.4.10 3.5.10 3.6.15 3.7.17 3.8.19 3.9.19 3.10.14 3.11.9 3.12.3 |
Ruby | 1.8.7-p374 1.9.3-p551 2.0.0-p648 2.1.10 2.2.10 2.3.8 2.4.10 2.5.9 2.6.10 2.7.8 3.0.7 3.1.6 3.2.4 3.3.2 |
Node.js | 6.17.1 8.17.0 10.24.1 12.22.12 14.21.3 16.20.2 18.20.3 20.14.0 |
Elixir | 1.13.4 1.14.5 1.15.8 1.16.3 |
Java | 8.0.412 11.0.23 17.0.11 21.0.3 |
Deno | 1.43.5 |
.NET | 6.0.31 8.0.6 |
In particular, several non-LTS versions have been removed:
If you were using one of these versions, it will be replaced by the next major version.
The operating system is being upgraded from Debian 10 (Buster) to Debian 12 (Bookworm). Consequently, many software and libraries will be upgraded. Among the notable upgraded:
composer
command now runs Composer 2. You can start Composer 1 with the composer1
command.You can make some changes yourself before the migration, such as selecting major language versions, using the Advanced log format, or modifying your sites from Transparent Redirect to Reverse Proxy.
Your account will be moved to new servers during the migration. Addresses of type [service]-[account].alwaysdata.net
will change their IP and may not be immediately accessible from outside due to DNS propagation.
It will be necessary to update your known_hosts
file to connect via SSH. You can do this using the following command ([account] should be replaced with your account name):
$ ssh-keygen -R ssh-[account].alwaysdata.net
cannot open shared object file: No such file or directory
Updating certain system libraries requires recompilation of the code that uses them. The following libraries are affected:
libtiff
Generally, these libraries are not used directly by applications but via dependencies (PHP extension, Python module, Ruby gem, etc.). Simply reinstall these dependencies on the new infrastructure to resolve the issue.
The main goal of architecture migrations is to update our servers to a more recent version of their operating system (Debian). These updates are essential for two reasons:
Security. Old software versions are not supported indefinitely by their developers or distributors. When a software version reaches its end-of-life, it continues to function, but new security vulnerabilities are no longer patched. Continuing to use old versions would pose a risk to the security and reliability of your applications and data.
Ability to run recent software versions. The older the operating system, the more difficult it becomes to run recent software. To continue offering the latest versions of software (or for you to install the latest versions yourself in your account), it is important to be on a relatively recent version of the operating system.
These infrastructure migrations are carried out every four years, which corresponds to the lifespan of a Debian version (which is five years, but we account for the unavoidable internal development time before switching to new versions). This provides a good balance, avoiding too frequent migrations while ensuring support for nearly all recent software.