{"id":27011,"date":"2020-01-12T21:00:00","date_gmt":"2020-01-12T21:00:00","guid":{"rendered":"https:\/\/home.apeconsulting.co.uk\/adrian\/?p=27011"},"modified":"2020-01-12T21:40:07","modified_gmt":"2020-01-12T21:40:07","slug":"upgrading-jails","status":"publish","type":"post","link":"https:\/\/home.apeconsulting.co.uk\/adrian\/upgrading-jails\/","title":{"rendered":"Upgrading Jails"},"content":{"rendered":"\n<p>Upgrading jails in FreeNAS has always been a little problematic.  It&#8217;s slightly less so now, but is still fraught with danger and never to be taken lightly.  This was going to be the story of one such upgrade (my SSL-Proxy jail) but thinking about it over the past few weeks has turned it into more of an overview of the different ways of upgrading jails.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>Although I think iocage was introduced into FreeNAS at some point during the 9.10 train, I didn&#8217;t use it until I&#8217;d upgraded to 11.1, which I blogged about <a href=\"https:\/\/home.apeconsulting.co.uk\/adrian\/painless-freenas-upgrade\/\">here<\/a>.  Until the introduction of iocage, it wasn&#8217;t possible to upgrade the version of FreeBSD running inside the jail created with the Warden jail manager.<\/p>\n\n\n\n<p>This was quite a big problem as it meant that over time the version of FreeBSD became end-of-life (EOL) and the applications running in the jail would eventually stop updating.  There was a period of time where it was possible to override the warning messages, but this increased the chances of breaking something which at some point was inevitable if you wanted to try and stay up to date.<\/p>\n\n\n\n<p>The only solution was to build a new jail and transfer as much configuration as possible or keep files and databases outside of the jails to make this as painless as possible.  The other option was not to upgrade, although eventually, this creates problems of its own. <\/p>\n\n\n\n<p>Iocage changed the game and made it possible for the version of FreeBSD running inside a jail to be upgraded to match the version running on FreeNAS, so once you\u2019d upgraded FreeNAS to a new version of FreeBSD you could update the jails<\/p>\n\n\n\n<p>To be fair, this isn\u2019t a regular event as FreeNAS often uses the same base version of FreeBSD for a couple of years. 11.1 was the first to use FreeBSD 11 and that was released back in 2018. FreeNAS doesn\u2019t move to the latest version of FreeBSD either, so the current release 11.2-U7 is actually running FreeBSD 11.2 which itself is now EOL!<\/p>\n\n\n\n<p>11.2-U7 did introduce the ability to run a newer version of FreeBSD inside a jail, specifically FreeBSD 11.3.  It&#8217;s not possible to go beyond this to the current branch of FreeBSD (12) and this won\u2019t be in FreeNAS or available to the jails until FreeNAS 12 which isn\u2019t planned for another 6 months. <\/p>\n\n\n\n<p>11.3 is still supported though, so upgrading the jails to this version gets around the issues caused running 11.2 and having to force upgrades as it was EOL.  Fortunately, it\u2019s a relatively painless process, although requires some patience as it can take between 45-60 minutes for each jail. I have 11, so it took some time. <\/p>\n\n\n\n<p>I\u2019d already done this for all of my jails when I upgraded to 11.2-U7 from U5, although upgrading the version of FreeBSD does not update any of the packages running inside the jail.  This is another step and can be more fraught with danger than upgrading the FreeBSD version!<\/p>\n\n\n\n<p>When it comes up updating the jail packages, there are a number of things to take into account.  <\/p>\n\n\n\n<p class=\"has-text-color has-luminous-vivid-orange-color\"><strong>And before you consider any of them, I would always recommend taking a manual Snapshot of the jail and any external database mounts, so if anything does go wrong and breaks, you can simply rollback to before you made any changes!<\/strong><\/p>\n\n\n\n<p>The next important thing is the package update frequency.  Now, this is a relatively new one on me and I&#8217;m not sure when this was introduced, but by default FreeNAS and any jails created in FreeNAS follow a Quarterly package release.  Whilst this does provide a level of stability, it also means you&#8217;re at least 3 months behind the Latest release schedule.<\/p>\n\n\n\n<p>So if you&#8217;d noticed a package had been updated, maybe from an alert you&#8217;d set at <a href=\"https:\/\/www.freshports.org\/\">www.freshports.org<\/a> but then you&#8217;d run <code>pkg update<\/code> and<code> pkg upgrade<\/code> and you didn&#8217;t get the lastest release listed, this is probably why!<\/p>\n\n\n\n<p>Luckily, changing to the Latest schedule is pretty easy &#8211; from the Jail command line:<\/p>\n\n\n\n<div class=\"bbCodeBlock bbCodeCode\">\n<pre><code>mkdir -p \/usr\/local\/etc\/pkg\/repos\nnano \/usr\/local\/etc\/pkg\/repos\/FreeBSD.conf<\/code><\/pre>\n<\/div>\n<p>copy\/paste following into FreeBSD.conf<\/p>\n<p><code>FreeBSD: {\n<\/code><br><code>&nbsp; &nbsp;url: \"pkg+http:\/\/pkg.FreeBSD.org\/${ABI}\/latest\"\n<\/code><br><code>}<\/code><\/p>\n\n\n\n<p>After that, <code>pkg update<\/code> and<code> pkg upgrade<\/code> should fetch and install the latest packages installed in the jail.<\/p>\n\n\n\n<p>So this is pretty much the standard methods of updating jails, both in terms of the jail &#8216;OS&#8217; and the applications within the jails.  But there are as few others.<\/p>\n\n\n\n<p>Many applications or services have built-in update routines, and generally speaking, these are the easiest and least dangerous to update.  For example, Nextcloud, WordPress and LimeSurvey all have their own, slightly different but relatively painless ways to update<\/p>\n\n\n\n<p><strong>WordPress<\/strong> is probably the easiest, as by default it will update itself, although that might not always be desirable.  To be fair, WordPress is pretty well tested and I&#8217;ve never had s problem with a release itself breaking.  Maybe a plugin might be incompatible for a short while, and that&#8217;s why I normally leave it a couple of weeks before updating, but otherwise, it&#8217;s pretty safe.<\/p>\n\n\n\n<p><strong>Nextcloud<\/strong> is also pretty straight forward to update using the built-in functionality.  There&#8217;s sometimes a little delay between the release date and it being available in the updater, but I don&#8217;t mind this and actually prefer not being one of the early testers anyway.  Everyone now and again I need to restart the updater as it stops at one of the steps, but it always works a second time and rarely takes more than a few minutes. <\/p>\n\n\n\n<p>It&#8217;s also worth mentioning that the Apps within Nextcloud can also be updated very easily from within the App, although from time to time they will need dependancies updating within the jail itself, so they may require a specific version of PHP or MySQL<\/p>\n\n\n\n<p>The <strong>LimeSurvey<\/strong> Comfort Update is also very slick, although it should be as it&#8217;s a paid feature and one of the ways LimeSurvey generates some income from their open-source software.  I think it cost about $49 for 6 months, which gives you 60 updates.  I used less than 10, and they don&#8217;t carry forward, but if you are using the software it certainly makes updating much easier.<\/p>\n\n\n\n<p>Finally,  a special mention to <strong>Home Assistant<\/strong>, or more specifically Troy&#8217;s method I used for installing it which can be found <a href=\"https:\/\/community.home-assistant.io\/t\/my-always-changing-quick-start-to-home-assistant-on-freenas-11-x-including-appdaemon-and-hass-configurator\/71882\">here<\/a> on the Home Assistant Forum.  It includes some bash scripts to update, and a simple menu to run them from.  Not really built into the App, but it makes updating things pretty simple, and the support from Troy when problems occur or you have a specific update requirement (like Python from 2.7 to 3.7) is outstanding!<\/p>\n\n\n\n<p>With everything else, you&#8217;re at the mercy of pkg update and upgrade, which gets me back to the example, which I\u2019d almost forgotten about!  I&#8217;d upgraded the ssl-proxy jail I use for generating all of my SSL certificates and then redirecting services connecting externally on port 443 to the appropriate jail or VM using NGINX as a reverse proxy.  I&#8217;d forgotten that&#8217;s also where I&#8217;ve also consolidated all the weblogs and installed AWstats so I have some information about how my server is being accessed, as everything externally comes through this jail. <\/p>\n\n\n\n<p>To be fair, I didn\u2019t have too many issues with Certbot other than tweaking the scripts I use to automate the renewals.  I also had to comment out some of the NGINX configurations which were depreciated in the latest version, but it completely broke AWstats and didn\u2019t like the GeoIP dependency that it uses to try and provide country information based on the IP addresses accessing my services. <\/p>\n\n\n\n<p>I still haven&#8217;t got around to fixing it, as it&#8217;s not really a deal-breaker and in all honesty doesn&#8217;t provide that much useful info.  I&#8217;m using Google Analytics for that, but I will look to try and fix it at some point, and when I do it might be worth its own blog!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Upgrading jails in FreeNAS has always been a little problematic. It&#8217;s slightly less so now, but is still fraught with danger and never to be taken lightly. This was going to be the story of one such upgrade (my SSL-Proxy jail) but thinking about it over the past few weeks has turned it into more [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[19,10],"tags":[21],"class_list":["post-27011","post","type-post","status-publish","format-standard","hentry","category-freenas","category-software","tag-spellchecked"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Upgrading Jails - Adrian&#039;s Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/home.apeconsulting.co.uk\/adrian\/upgrading-jails\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Upgrading Jails - Adrian&#039;s Blog\" \/>\n<meta property=\"og:description\" content=\"Upgrading jails in FreeNAS has always been a little problematic. It&#8217;s slightly less so now, but is still fraught with danger and never to be taken lightly. This was going to be the story of one such upgrade (my SSL-Proxy jail) but thinking about it over the past few weeks has turned it into more [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/home.apeconsulting.co.uk\/adrian\/upgrading-jails\/\" \/>\n<meta property=\"og:site_name\" content=\"Adrian&#039;s Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-01-12T21:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-01-12T21:40:07+00:00\" \/>\n<meta name=\"author\" content=\"Adrian\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Adrian\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/upgrading-jails\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/upgrading-jails\\\/\"},\"author\":{\"name\":\"Adrian\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"headline\":\"Upgrading Jails\",\"datePublished\":\"2020-01-12T21:00:00+00:00\",\"dateModified\":\"2020-01-12T21:40:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/upgrading-jails\\\/\"},\"wordCount\":1323,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"keywords\":[\"Checked\"],\"articleSection\":[\"FreeNAS\",\"Software\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/upgrading-jails\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/upgrading-jails\\\/\",\"url\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/upgrading-jails\\\/\",\"name\":\"Upgrading Jails - Adrian&#039;s Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#website\"},\"datePublished\":\"2020-01-12T21:00:00+00:00\",\"dateModified\":\"2020-01-12T21:40:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/upgrading-jails\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/upgrading-jails\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/upgrading-jails\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Upgrading Jails\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#website\",\"url\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/\",\"name\":\"Adrian&#039;s Blog\",\"description\":\"Ramblings of an IT Geek\",\"publisher\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\",\"name\":\"Adrian\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"caption\":\"Adrian\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Upgrading Jails - Adrian&#039;s Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/home.apeconsulting.co.uk\/adrian\/upgrading-jails\/","og_locale":"en_GB","og_type":"article","og_title":"Upgrading Jails - Adrian&#039;s Blog","og_description":"Upgrading jails in FreeNAS has always been a little problematic. It&#8217;s slightly less so now, but is still fraught with danger and never to be taken lightly. This was going to be the story of one such upgrade (my SSL-Proxy jail) but thinking about it over the past few weeks has turned it into more [&hellip;]","og_url":"https:\/\/home.apeconsulting.co.uk\/adrian\/upgrading-jails\/","og_site_name":"Adrian&#039;s Blog","article_published_time":"2020-01-12T21:00:00+00:00","article_modified_time":"2020-01-12T21:40:07+00:00","author":"Adrian","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Adrian","Estimated reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/upgrading-jails\/#article","isPartOf":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/upgrading-jails\/"},"author":{"name":"Adrian","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"headline":"Upgrading Jails","datePublished":"2020-01-12T21:00:00+00:00","dateModified":"2020-01-12T21:40:07+00:00","mainEntityOfPage":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/upgrading-jails\/"},"wordCount":1323,"commentCount":1,"publisher":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"keywords":["Checked"],"articleSection":["FreeNAS","Software"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/home.apeconsulting.co.uk\/adrian\/upgrading-jails\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/upgrading-jails\/","url":"https:\/\/home.apeconsulting.co.uk\/adrian\/upgrading-jails\/","name":"Upgrading Jails - Adrian&#039;s Blog","isPartOf":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#website"},"datePublished":"2020-01-12T21:00:00+00:00","dateModified":"2020-01-12T21:40:07+00:00","breadcrumb":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/upgrading-jails\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/home.apeconsulting.co.uk\/adrian\/upgrading-jails\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/upgrading-jails\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/home.apeconsulting.co.uk\/adrian\/"},{"@type":"ListItem","position":2,"name":"Upgrading Jails"}]},{"@type":"WebSite","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#website","url":"https:\/\/home.apeconsulting.co.uk\/adrian\/","name":"Adrian&#039;s Blog","description":"Ramblings of an IT Geek","publisher":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/home.apeconsulting.co.uk\/adrian\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a","name":"Adrian","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","caption":"Adrian"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g"}}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p90DI4-71F","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/27011","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/comments?post=27011"}],"version-history":[{"count":17,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/27011\/revisions"}],"predecessor-version":[{"id":27151,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/27011\/revisions\/27151"}],"wp:attachment":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/media?parent=27011"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/categories?post=27011"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/tags?post=27011"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}