Blockquotes are now rendered to console as dim instead of italic
[citadel.git] / citadel / server / modules / upgrade / serv_upgrade.c
index 2df2db61c63e5cfecba7ce9225315ea613bf405a..4d9b176a6b331fdb8ffc84aba0c70df8c146b7c4 100644 (file)
@@ -393,6 +393,12 @@ void pre_startup_upgrades(void) {
                return;
        }
 
+       // After 2026-may-06 we will do the following:
+       // 1. Set the oldest upgradable version to 902 (it will then be ten years old)
+       // 2. Remove support for upgrading from the legacy config and control file formats.
+
+       // Currently, the oldest upgradable version is 811, which was released on 2012-may-21
+
        if ((oldver > 000) && (oldver < 811)) {
                syslog(LOG_EMERG, "This database is too old to be upgraded.  Citadel server will exit.");
                exit(EXIT_FAILURE);