Синхронизация директорий

Здравствуйте.

Nextcloud version (eg, 20.0.5): 25.0.1
Operating system and version (eg, Ubuntu 20.04): Debian GNU/Linux 11
nginx version (eg, Apache 2.4.25): 1.18.0
PHP version (eg, 7.4): 8.0.25

The issue you are facing: Была создана директория, которую расшарили для других пользователей. Потом эта директория была переименована владельцем, но это изменение не отразилось у других пользователей. Они видят директорию со старым именем.

Is this the first time you’ve seen this error? (Y/N):N

Steps to replicate it:

  1. Создали директорию с именем name1
  2. Расшарили для других пользователей
  3. Переименовали директорию name1 в name2

The output of your Nextcloud log in Admin > Logging:

Спойлер

no log

The output of config.php file:

Спойлер <?php $CONFIG = array ( 'instanceid' => '', 'passwordsalt' => '', 'secret' => '', 'trusted_domains' => array ( 0 => 'foo.ru', ), 'datadirectory' => '/var/data/nextcloud_data', 'dbtype' => 'mysql', 'version' => '25.0.1.1', 'overwrite.cli.url' => 'https://foo.ru', 'dbname' => 'clouddb', 'dbhost' => 'localhost', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => '', 'dbpassword' => '', 'default_language' => 'ru', 'default_phone_region' => 'RU', 'installed' => true, 'memcache.local' => '\\OC\\Memcache\\APCu', 'memcache.distributed' => '\\OC\\Memcache\\Memcached', 'memcached_servers' => array ( 0 => array ( 0 => '127.0.0.1', 1 => 11211, ), ), 'mail_from_address' => 'cloud', 'mail_smtpmode' => 'smtp', 'mail_sendmailmode' => 'smtp', 'mail_domain' => 'foo.ru', 'mail_smtpauth' => 1, 'mail_smtpauthtype' => 'LOGIN', 'mail_smtpsecure' => 'ssl', 'mail_smtphost' => 'smtp.yandex.ru', 'mail_smtpport' => '465', 'mail_smtpname' => 'foo@foo.ru', 'mail_smtppassword' => '', 'twofactor_enforced' => 'true', 'twofactor_enforced_groups' => array ( 0 => 'admin', ), 'twofactor_enforced_excluded_groups' => array ( ), 'maintenance' => false, 'theme' => '', 'loglevel' => 2, 'updater.release.channel' => 'stable', );

hello @ginf welcome to the forum :handshake:

you are missing the required support template. Please fill this form out and edit into your post.

This will give us the technical info and logs needed to help you in case the machine in question in spitting out errors! Since you’ve provided zero technical details it is impossible to help you as-is. Thanks.

Please use the search - lot of issue have been discussed already.

In don’t use OnlyOffice but with Collabora I don’t see such issue. Depending on your config server-client sync cycle may take some time (5 or 15 min by default). There are ways to speed up using “high performance backend for files” but you didn’t provide any details if you use it.

Done

For 2nd issue was created other ticket. Синхронизация документов и таблиц

The issue is still not solved