{"id":822,"date":"2021-09-18T15:00:44","date_gmt":"2021-09-18T13:00:44","guid":{"rendered":"https:\/\/spoton.cz\/?p=822"},"modified":"2022-02-10T21:30:01","modified_gmt":"2022-02-10T20:30:01","slug":"docker-swarm-and-nextcloud-upgrades","status":"publish","type":"post","link":"https:\/\/spoton.cz\/index.php\/2021\/09\/18\/docker-swarm-and-nextcloud-upgrades\/","title":{"rendered":"Docker swarm and Nextcloud upgrades"},"content":{"rendered":"\n<p>We&#8217;ve all been there. Everybody is guilty of it. Me, my father, sisters, granpa&#8230; even my pet hamster did it! INSTALLING A NEXTCLOUD INSTANCE IN DOCKER. <\/p>\n\n\n\n<p>Obviously, this is not a bad choice, but it might be extra hard to do basic administration, given the extra layer of virtualization. Now, let&#8217;s look at how to connect to the nextcloud container in the right way, so we can do basic checks and integrity repairs.<\/p>\n\n\n\n<h2 id=\"picking-an-action-upgrade\">Picking an action: Upgrade<\/h2>\n\n\n\n<p>Asuming the docker node on which the nextcloud instance is running is swarm-x64-1. We&#8217;ll pick a basic task of finishing an upgrade that the system thought would be a good idea. Or even, doing a manual upgrade of the software in the container. Be aware though. The changes will be rolled back once you refresh the service with the default image, taken from the repository. <\/p>\n\n\n\n<p>FYI: Using the default image:<strong> image: nextcloud:22<\/strong><\/p>\n\n\n\n<p>Anyways, the key to success is connecting as the correct user to run the commands, as it has all the env already set up. Now, let&#8217;s get dirty with the commands. <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">[root@swarm-x64-1 ~]# docker exec --user www-data &lt;container> php occ upgrade<br>\u2026<br>\u2026<br>Update app groupfolders from App Store<br>Checked for update of app \"groupfolders\" in App Store<br>Starting code integrity check\u2026<br>Finished code integrity check<br>Update successful<br>Maintenance mode is kept active<br>Resetting log level<\/pre>\n\n\n\n<p>[root@swarm-x64-1 ~]# docker exec &#8211;user www-data &lt;container&gt; php occ maintenance:mode &#8211;off<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<p>Don&#8217;t forget to go with the versions below. Otherwise, you WILL be in pain.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">image: mariadb:10.5\nimage: nextcloud:22<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>We&#8217;ve all been there. Everybody is guilty of it. Me, my father, sisters, granpa&#8230; even my pet hamster did it! [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":832,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/spoton.cz\/index.php\/wp-json\/wp\/v2\/posts\/822"}],"collection":[{"href":"https:\/\/spoton.cz\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/spoton.cz\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/spoton.cz\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/spoton.cz\/index.php\/wp-json\/wp\/v2\/comments?post=822"}],"version-history":[{"count":2,"href":"https:\/\/spoton.cz\/index.php\/wp-json\/wp\/v2\/posts\/822\/revisions"}],"predecessor-version":[{"id":833,"href":"https:\/\/spoton.cz\/index.php\/wp-json\/wp\/v2\/posts\/822\/revisions\/833"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/spoton.cz\/index.php\/wp-json\/wp\/v2\/media\/832"}],"wp:attachment":[{"href":"https:\/\/spoton.cz\/index.php\/wp-json\/wp\/v2\/media?parent=822"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/spoton.cz\/index.php\/wp-json\/wp\/v2\/categories?post=822"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/spoton.cz\/index.php\/wp-json\/wp\/v2\/tags?post=822"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}