Closed enoch85 closed 5 years ago
Hello @enoch85 other containers stopped working too? Have you changed the storage driver without save containers? In official docker instructions says:
Changing the storage driver makes existing containers and images inaccessible on the local system. Use docker save to save any images you have built or push them to Docker Hub or a private registry, so that you do not need to re-create them later.
Instructions to change here: https://meta.discourse.org/t/how-to-change-storage-backend-in-docker/75352
Hello @tiagoefreitas did you completely followed this instructions? After upgrade docker 18.06 to 18.09, the docker service will not start, and cant save containers.
Storage driver change is successful, if containers are properly stored. And Onlyoffice docker images works fine with overlay2 storage driver.
@Carazyda
Storage driver change is successful if containers are properly stored.
Hmm, then why doesn't it work? I mean docker pull [container] [settings] should be enough, right?
@enoch85 At first, you need save docker containers. I tested this instruction, it says about commit containers to docker images and save it in tar.gz on hdd. Change storage driver of docker. Then load archives to docker as images. And last, start containers from images with the same parametres.
@Carazyda I will do some tests today but in a regular Docker installation /etc/docker/daemon.json
doesn't exist.
This is how we do it in the VM.
Let's see how this ends.
This issue can be closed.
https://github.com/nextcloud/vm/commit/e88c3a4cc3aded518074c7696159bad0f6b36414
Signing status
Array ( )List of activated apps
``` Enabled: - accessibility: 1.0.1 - activity: 2.7.0 - calendar: 1.6.3 - caniupdate: 0.2.0 - checksum: 0.4.1 - cloud_federation_api: 0.0.1 - comments: 1.4.0 - contacts: 2.1.7 - dav: 1.6.0 - deck: 0.5.0 - federatedfilesharing: 1.4.0 - federation: 1.4.0 - files: 1.9.0 - files_fulltextsearch: 1.1.1 - files_pdfviewer: 1.3.2 - files_sharing: 1.6.2 - files_texteditor: 2.6.0 - files_trashbin: 1.4.1 - files_versions: 1.7.1 - files_videoplayer: 1.3.0 - firstrunwizard: 2.3.0 - fulltextsearch: 1.1.0 - fulltextsearch_elasticsearch: 1.0.2 - gallery: 18.1.0 - issuetemplate: 0.4.0 - logreader: 2.0.0 - lookup_server_connector: 1.2.0 - nextcloud_announcements: 1.3.0 - notifications: 2.2.1 - oauth2: 1.2.1 - password_policy: 1.4.0 - provisioning_api: 1.4.0 - richdocuments: 3.0.5 - serverinfo: 1.4.0 - sharebymail: 1.4.0 - spreed: 4.0.1 - survey_client: 1.2.0 - systemtags: 1.4.0 - theming: 1.5.0 - twofactor_backupcodes: 1.3.1 - updatenotification: 1.4.1 - workflowengine: 1.4.0 Disabled: - admin_audit - encryption - files_external - user_external - user_ldap ```Configuration (config/config.php)
``` { "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "localhost", "192.168.10.8", "cloud.hanssonit.se", "office.hanssonit.se" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "pgsql", "version": "14.0.3.0", "overwrite.cli.url": "https:\/\/cloud.hanssonit.se\/", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "instanceid": "***REMOVED SENSITIVE VALUE***", "mail_smtpmode": "smtp", "log_rotate_size": "10485760", "memcache.local": "\\OC\\Memcache\\Redis", "filelocking.enabled": true, "memcache.distributed": "\\OC\\Memcache\\Redis", "memcache.locking": "\\OC\\Memcache\\Redis", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": 0, "timeout": 0.5, "dbindex": 0, "password": "***REMOVED SENSITIVE VALUE***" }, "htaccess.RewriteBase": "\/", "loglevel": "2", "log_type": "file", "logfile": "\/mnt\/ncdata\/nextcloud.log", "logtimezone": "Europe\/Stockholm", "maintenance": false, "mail_smtpauthtype": "LOGIN", "mail_smtpauth": 1, "mail_smtpport": "587", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_smtpsecure": "tls", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "simpleSignUpLink.shown": false, "trusted_proxies": "***REMOVED SENSITIVE VALUE***", "forwarded_for_headers": [ "HTTP_X_FORWARDED", "HTTP_FORWARDED_FOR" ], "trashbin_retention_obligation": "auto, 30", "activity_expire_days": 60, "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "remember_login_cookie_lifetime": 1800 } ```Browser log
``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```Nextcloud log
``` Insert your Nextcloud log here ```Browser log
Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ...