Since the last version, changes to the files do not generate new file versions, only the initial version and the next change are created, but from then on it stops creating new versions.
Upgraded to a MAJOR version (ex. 22 to 23)
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"objectstore": {
"class": "OC\\Files\\ObjectStore\\S3",
"arguments": {
"bucket": "mabella-nextcloud",
"autocreate": true,
"key": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"hostname": "storage.googleapis.com",
"port": 443,
"use_ssl": true,
"region": "us",
"use_path_style": false
}
},
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"archivo.conconcreto.com",
"10.128.0.75",
"off.conconcreto.com",
"127.0.0.1",
"localhost"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "pgsql",
"version": "27.1.4.1",
"overwrite.cli.url": "https:\/\/archivo.conconcreto.com",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "25",
"logtimezone": "America\/Bogota",
"preview_ffmpeg_path": "\/usr\/bin\/ffmpeg",
"log_type": "nextcloud",
"logfile": "\/var\/www\/vhosts\/archivo.conconcreto.com\/httpdocs\/data\/nextcloud.log",
"log_rotate_size": "104857600",
"mail_smtpauth": 1,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"default_language": "es",
"default_locale": "es",
"force_locale": "es",
"default_phone_region": "CO",
"filelocking.enabled": true,
"customclient_desktop": "https:\/\/deinteres.conconcreto.com\/raidrive",
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"enable_previews": true,
"part_file_in_storage": true,
"filesystem_check_changes": 1,
"filelocking.ttl": 43200,
"activity_expire_days": 30,
"lost_password_link": "disabled",
"enabledPreviewProviders": [
"OC\\Preview\\Movie",
"OC\\Preview\\MKV",
"OC\\Preview\\MP4",
"OC\\Preview\\AVI",
"OC\\Preview\\Image",
"OC\\Preview\\Heic"
],
"allow_user_to_change_display_name": false,
"skeletondirectory": "\/var\/www\/vhosts\/archivo.conconcreto.com\/httpdocs\/data\/template",
"onlyoffice": {
"verify_peer_off": true
},
"app_install_overwrite": [
"ldapcontacts",
"extract",
"files_archive",
"files_external_gdrive",
"files_readmemd"
],
"ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory",
"maintenance": false,
"theme": "",
"loglevel": 0,
"ldapUserCleanupInterval": 5,
"updater.release.channel": "stable",
"enforce_theme": "",
"versions_retention_obligation": "7, auto",
"log.condition": {
"apps": [
"admin_audit"
]
},
"logfile_audit": "=\/var\/www\/vhosts\/archivo.conconcreto.com\/httpdocs\/data\/nextcloud.log"
}
}
Bug description
Since the last version, changes to the files do not generate new file versions, only the initial version and the next change are created, but from then on it stops creating new versions.
Steps to reproduce
2.Save the file (version two, ready)
3.Save rhe file again (No more version)
Expected behavior
Create a new version by save
Installation method
Community Web installer on a VPS or web space
Nextcloud Server version
27
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 22 to 23)
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
{ "system": { "instanceid": "***REMOVED SENSITIVE VALUE***", "objectstore": { "class": "OC\\Files\\ObjectStore\\S3", "arguments": { "bucket": "mabella-nextcloud", "autocreate": true, "key": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "hostname": "storage.googleapis.com", "port": 443, "use_ssl": true, "region": "us", "use_path_style": false } }, "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "archivo.conconcreto.com", "10.128.0.75", "off.conconcreto.com", "127.0.0.1", "localhost" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "pgsql", "version": "27.1.4.1", "overwrite.cli.url": "https:\/\/archivo.conconcreto.com", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_smtpmode": "smtp", "mail_sendmailmode": "smtp", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "25", "logtimezone": "America\/Bogota", "preview_ffmpeg_path": "\/usr\/bin\/ffmpeg", "log_type": "nextcloud", "logfile": "\/var\/www\/vhosts\/archivo.conconcreto.com\/httpdocs\/data\/nextcloud.log", "log_rotate_size": "104857600", "mail_smtpauth": 1, "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "default_language": "es", "default_locale": "es", "force_locale": "es", "default_phone_region": "CO", "filelocking.enabled": true, "customclient_desktop": "https:\/\/deinteres.conconcreto.com\/raidrive", "memcache.local": "\\OC\\Memcache\\APCu", "memcache.distributed": "\\OC\\Memcache\\Redis", "memcache.locking": "\\OC\\Memcache\\Redis", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": 6379 }, "enable_previews": true, "part_file_in_storage": true, "filesystem_check_changes": 1, "filelocking.ttl": 43200, "activity_expire_days": 30, "lost_password_link": "disabled", "enabledPreviewProviders": [ "OC\\Preview\\Movie", "OC\\Preview\\MKV", "OC\\Preview\\MP4", "OC\\Preview\\AVI", "OC\\Preview\\Image", "OC\\Preview\\Heic" ], "allow_user_to_change_display_name": false, "skeletondirectory": "\/var\/www\/vhosts\/archivo.conconcreto.com\/httpdocs\/data\/template", "onlyoffice": { "verify_peer_off": true }, "app_install_overwrite": [ "ldapcontacts", "extract", "files_archive", "files_external_gdrive", "files_readmemd" ], "ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory", "maintenance": false, "theme": "", "loglevel": 0, "ldapUserCleanupInterval": 5, "updater.release.channel": "stable", "enforce_theme": "", "versions_retention_obligation": "7, auto", "log.condition": { "apps": [ "admin_audit" ] }, "logfile_audit": "=\/var\/www\/vhosts\/archivo.conconcreto.com\/httpdocs\/data\/nextcloud.log" } }List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
Additional info
No response