{"id":8283,"date":"2016-05-17T11:14:45","date_gmt":"2016-05-17T10:14:45","guid":{"rendered":"http:\/\/www.wjst.de\/blog\/?p=8283"},"modified":"2016-05-17T16:15:56","modified_gmt":"2016-05-17T15:15:56","slug":"owncloud-9-0-2-destroyed","status":"publish","type":"post","link":"https:\/\/www.wjst.de\/blog\/sciencesurf\/2016\/05\/owncloud-9-0-2-destroyed\/","title":{"rendered":"owncloud 9.0.2 destroyed"},"content":{"rendered":"<p>Again, the recent own cloud 8 -&gt; 9 updates remained difficult.\u00a0Modifying the database helped:<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\nupdate oc_appconfig set configvalue = 'dav\/appinfo\/v1\/webdav.php' where appid = 'core' and configkey = 'remote_files';\r\nupdate oc_appconfig set configvalue = 'dav\/appinfo\/v1\/webdav.php' where appid = 'core' and configkey = 'remote_webdav';\r\nupdate oc_appconfig set configvalue = 'dav\/appinfo\/v1\/caldav.php' where appid = 'core' and configkey = 'remote_calendar';\r\nupdate oc_appconfig set configvalue = 'dav\/appinfo\/v1\/caldav.php' where appid = 'core' and configkey = 'remote_caldav';\r\nupdate oc_appconfig set configvalue = 'dav\/appinfo\/v1\/carddav.php' where appid = 'core' and configkey = 'remote_contacts';\r\nupdate oc_appconfig set configvalue = 'dav\/appinfo\/v1\/carddav.php' where appid = 'core' and configkey = 'remote_carddav';\r\nupdate oc_appconfig set configvalue = 'dav\/appinfo\/v1\/carddav.php' where appid = 'core' and configkey = 'remote_contactsplus';\r\n<\/pre>\n<p>But only to discover that the <a href=\"https:\/\/forum.owncloud.org\/viewtopic.php?t=33274\">new calendar entries were corrupt<\/a> as found by others<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n\/* show old calendars and count *\/\r\nSELECT o.calendarid, c.userid, c.displayname, c.uri, COUNT(o.calendarid)\r\nFROM oc_clndr_objects o\r\nJOIN oc_clndr_calendars c ON o.calendarid = c.id\r\nGROUP BY calendarid\r\nORDER BY c.userid, c.displayname;\r\n\/* show new calendars and count *\/\r\nSELECT o.calendarid, c.principaluri, c.displayname, c.uri, COUNT(o.calendarid)\r\nFROM oc_calendarobjects o\r\nJOIN oc_calendars c ON o.calendarid = c.id\r\nGROUP BY calendarid\r\nORDER BY c.principaluri, c.displayname;\r\n<\/pre>\n<p>Maybe I give up on own cloud now.<\/p>\n\n<p>&nbsp;<\/p>\n<div class=\"bottom-note\">\n  <span class=\"mod1\">CC-BY-NC Science Surf , accessed 16.04.2026<\/span>\n <\/div>","protected":false},"excerpt":{"rendered":"<p>Again, the recent own cloud 8 -&gt; 9 updates remained difficult.\u00a0Modifying the database helped: update oc_appconfig set configvalue = &#8216;dav\/appinfo\/v1\/webdav.php&#8217; where appid = &#8216;core&#8217; and configkey = &#8216;remote_files&#8217;; update oc_appconfig set configvalue = &#8216;dav\/appinfo\/v1\/webdav.php&#8217; where appid = &#8216;core&#8217; and configkey = &#8216;remote_webdav&#8217;; update oc_appconfig set configvalue = &#8216;dav\/appinfo\/v1\/caldav.php&#8217; where appid = &#8216;core&#8217; and configkey = &hellip; <a href=\"https:\/\/www.wjst.de\/blog\/sciencesurf\/2016\/05\/owncloud-9-0-2-destroyed\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">owncloud 9.0.2 destroyed<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"class_list":["post-8283","post","type-post","status-publish","format-standard","hentry","category-computer-software"],"_links":{"self":[{"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/posts\/8283","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/comments?post=8283"}],"version-history":[{"count":4,"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/posts\/8283\/revisions"}],"predecessor-version":[{"id":8287,"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/posts\/8283\/revisions\/8287"}],"wp:attachment":[{"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/media?parent=8283"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/categories?post=8283"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/tags?post=8283"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}