{"id":3441,"date":"2023-04-12T15:33:12","date_gmt":"2023-04-12T15:33:12","guid":{"rendered":"https:\/\/quebit.com\/askquebit\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\/"},"modified":"2026-01-21T16:51:26","modified_gmt":"2026-01-21T16:51:26","slug":"upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files","status":"publish","type":"post","link":"https:\/\/quebit.com\/askquebit\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\/","title":{"rendered":"How do I upgrade PAW on Linux using MobaXterm and QueBIT script files?"},"content":{"rendered":"<h2>Upgrading PAW on Linux with MobaXterm and QueBIT Script Files<\/h2>\n<ol>\n<li>Environment Setup:\n<ol>\n<li>Obtain a Linux user ID user that has \u201csudo\u201d rights<\/li>\n<li>Confirm with IT team that Linux install has all basic components including:\n<ol>\n<li>i. yum-utils<\/li>\n<li>11. unzip<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<\/li>\n<li>Note that Word may change a short hyphen to a long hyphen so be careful copying and pasting Linux commands from this document<\/li>\n<li>Download the latest PAW release from <a href=\"https:\/\/www.ibm.com\/support\/fixcentral\/\">IBM Fix Central<\/a>\n<ol>\n<li>Search for IBM Planning Analytics Local<\/li>\n<li>Follow prompts to browse all fixes<\/li>\n<li>Select the latest BA-PAWL-*.*.**.zip file<\/li>\n<li><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1379 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/04\/lax1-min.jpg\" alt=\"\" width=\"664\" height=\"88\" \/><\/li>\n<li>\u00a0Follow the prompts to download the BA-PAWL-* file for Linux<\/li>\n<\/ol>\n<\/li>\n<li><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1380 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/04\/lax2-min.jpg\" alt=\"\" width=\"465\" height=\"244\" \/>\n<ol>\n<li>\u00a0Save file to the side to be uploaded to the server at a later step<\/li>\n<\/ol>\n<\/li>\n<li>Obtain the QueBIT install scripts\n<ol>\n<li><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1381 size-full alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/04\/lax3-min.jpg\" alt=\"\" width=\"472\" height=\"197\" \/><\/li>\n<\/ol>\n<\/li>\n<li>Use an SSH client [<a href=\"https:\/\/mobaxterm.mobatek.net\/\">MobaXterm<\/a>] to open an SSH session to the Linux server IP addressa\n<ol>\n<li>When entering a password to log into a server, the password field may appear empty even though you have typed\/pasted the password in. This is a security feature. Also note that the \u2018paste\u2019 shortcut is SHIFT+INSERT, not CTRL+V.<\/li>\n<\/ol>\n<\/li>\n<li>Ensure your Linux account has been granted \u2018Sudo\u2019 administrative access with the below command:\n<ol>\n<li>a. sudo -l<\/li>\n<\/ol>\n<\/li>\n<li>Once logged in perform the following actions\n<ol>\n<li>Check that there are at least 30gb of available space using the below command:\u00a0df -h \/opt<\/li>\n<li>Create the below paw directory and subdirectories with these five commands. Note that the \u20182060\u2019 folders below should match the release number of the PAW version being installed:\n<ol>\n<li>sudo mkdir \/opt\/paw<\/li>\n<li>sudo mkdir \/opt\/paw\/docker<\/li>\n<li>sudo mkdir \/opt\/paw\/paw2060<\/li>\n<li>sudo mkdir \/opt\/paw\/paw2060\/quebit<\/li>\n<li>sudo mkdir \/opt\/paw\/paw2060\/backups<\/li>\n<\/ol>\n<\/li>\n<li>Set permissions to writeable \u2018777\u2019 for the paw parent directory and its children using the below command:\n<ol>\n<li>sudo chmod 777 -R \/opt\/paw\/<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<\/li>\n<li>\u00a0Move Install Files to the Server\n<ol>\n<li>\u00a0Upload the BA-PAWL-*.*.**.zip file to the \/opt\/paw\/paw2060\/ directory using the SSH client\u2019s upload feature<\/li>\n<li>\u00a0Open the quebit-init.sh script using a file editor<\/li>\n<li><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1382 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/04\/lax4-min.jpg\" alt=\"\" width=\"451\" height=\"170\" \/>\n<ol>\n<li>Update the three install folder paths shown below<\/li>\n<li><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1383 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/04\/lax5-min.jpg\" alt=\"\" width=\"353\" height=\"285\" \/><\/li>\n<li>Update the three TM1 Planning Analytics server locations<\/li>\n<li><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1384 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/04\/lax6-min.jpg\" alt=\"\" width=\"391\" height=\"260\" \/><\/li>\n<li>\u00a0If there is an existing PAW server, the TM1 Planning Analytics server locations can be found in the \/apps\/ibm\/paw\/paw_2.0.2_mp_m\/config\/paw.env file shown below<\/li>\n<li><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1385 alignnone\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/04\/lax7-min.jpg\" alt=\"\" width=\"418\" height=\"206\" \/><\/li>\n<li>Upload the 11 quebit-*.sh install script files, including the updated quebit-init.sh script, to the \/opt\/paw\/paw2060\/quebit\/ directory using the SSH client\u2019s upload feature<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<\/li>\n<li>Note the installing Linux account\u2019s current \u2018group\u2019 membership using the below command:\u00a0groups<\/li>\n<li>Add the \u2018docker\u2019 group using the below command: sudo groupadd docker 2&gt;&amp;1<\/li>\n<li>Add the installing Linux account to the new docker group using the below command. Note that \u201c${USER}\u201d is a Linux function, not a placeholder: sudo usermod -aG docker &#8220;${USER}&#8221; 2&gt;&amp;1<\/li>\n<li>Apply the new group to the session using the below command. Note the syntax is: newgrp space short hyphen space docker: newgrp &#8211; docker<\/li>\n<li>Check the installing Linux account\u2019s updated groups using the below command. Note you should now see the new docker group included in the list: groups<\/li>\n<li>Navigate to the QueBIT install script file directory using the below command: cd \/opt\/paw\/paw2060\/quebit<\/li>\n<li>Run the QueBIT install master script using the below command. Note that it will prompt for your password to be re-entered:\n<ol>\n<li>\/quebit-start.sh<\/li>\n<li>\u00a0The install script should take &lt;10 minutes<\/li>\n<li>When complete the install log file will be generated at the location below:\n<ol>\n<li>\/opt\/paw\/paw2060\/quebit\/ q_install.log<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<\/li>\n<li>\u00a0If possible, log into PAW or PAX as an end user to check that everything looks correct by creating a book with a cube view and saving it.<\/li>\n<li>Reboot the Linux server using the below command: sudo reboot -h now<\/li>\n<li>\u00a0Confirm that the server starts back up and that PAW is still successfully running<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Upgrading PAW on Linux with MobaXterm and QueBIT Script Files Environment Setup: Obtain a Linux user ID user that has \u201csudo\u201d rights Confirm with IT team that Linux install has all basic components including: i. yum-utils 11. unzip Note that Word may change a short hyphen to a long hyphen so be careful copying and&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[24],"tags":[38,36,51],"class_list":["post-3441","post","type-post","status-publish","format-standard","hentry","category-ibm","tag-how-tos","tag-planning-analytics","tag-planning-analytics-how-tos"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How do I upgrade PAW on Linux using MobaXterm and QueBIT script files? - QueBIT<\/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:\/\/quebit.com\/askquebit\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How do I upgrade PAW on Linux using MobaXterm and QueBIT script files? - QueBIT\" \/>\n<meta property=\"og:description\" content=\"Upgrading PAW on Linux with MobaXterm and QueBIT Script Files Environment Setup: Obtain a Linux user ID user that has \u201csudo\u201d rights Confirm with IT team that Linux install has all basic components including: i. yum-utils 11. unzip Note that Word may change a short hyphen to a long hyphen so be careful copying and&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quebit.com\/askquebit\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\/\" \/>\n<meta property=\"og:site_name\" content=\"QueBIT\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-12T15:33:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-21T16:51:26+00:00\" \/>\n<meta name=\"author\" content=\"agoddard\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"agoddard\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\\\/\"},\"author\":{\"name\":\"agoddard\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"headline\":\"How do I upgrade PAW on Linux using MobaXterm and QueBIT script files?\",\"datePublished\":\"2023-04-12T15:33:12+00:00\",\"dateModified\":\"2026-01-21T16:51:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\\\/\"},\"wordCount\":637,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/lax1-min.jpg\",\"keywords\":[\"How To\u2019s\",\"Planning Analytics\",\"Planning Analytics How To's\"],\"articleSection\":[\"IBM\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\\\/\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\\\/\",\"name\":\"How do I upgrade PAW on Linux using MobaXterm and QueBIT script files? - QueBIT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/lax1-min.jpg\",\"datePublished\":\"2023-04-12T15:33:12+00:00\",\"dateModified\":\"2026-01-21T16:51:26+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\\\/#primaryimage\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/lax1-min.jpg\",\"contentUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/lax1-min.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How do I upgrade PAW on Linux using MobaXterm and QueBIT script files?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\",\"name\":\"QueBIT\",\"description\":\"QueBIT\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\",\"name\":\"agoddard\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"caption\":\"agoddard\"},\"sameAs\":[\"https:\\\/\\\/quebit.com\\\/askquebit\"],\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/author\\\/agoddard\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How do I upgrade PAW on Linux using MobaXterm and QueBIT script files? - QueBIT","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:\/\/quebit.com\/askquebit\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\/","og_locale":"en_US","og_type":"article","og_title":"How do I upgrade PAW on Linux using MobaXterm and QueBIT script files? - QueBIT","og_description":"Upgrading PAW on Linux with MobaXterm and QueBIT Script Files Environment Setup: Obtain a Linux user ID user that has \u201csudo\u201d rights Confirm with IT team that Linux install has all basic components including: i. yum-utils 11. unzip Note that Word may change a short hyphen to a long hyphen so be careful copying and&hellip;","og_url":"https:\/\/quebit.com\/askquebit\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\/","og_site_name":"QueBIT","article_published_time":"2023-04-12T15:33:12+00:00","article_modified_time":"2026-01-21T16:51:26+00:00","author":"agoddard","twitter_card":"summary_large_image","twitter_misc":{"Written by":"agoddard","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/quebit.com\/askquebit\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\/#article","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\/"},"author":{"name":"agoddard","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"headline":"How do I upgrade PAW on Linux using MobaXterm and QueBIT script files?","datePublished":"2023-04-12T15:33:12+00:00","dateModified":"2026-01-21T16:51:26+00:00","mainEntityOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\/"},"wordCount":637,"commentCount":0,"image":{"@id":"https:\/\/quebit.com\/askquebit\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/04\/lax1-min.jpg","keywords":["How To\u2019s","Planning Analytics","Planning Analytics How To's"],"articleSection":["IBM"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/quebit.com\/askquebit\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/quebit.com\/askquebit\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\/","url":"https:\/\/quebit.com\/askquebit\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\/","name":"How do I upgrade PAW on Linux using MobaXterm and QueBIT script files? - QueBIT","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/#website"},"primaryImageOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\/#primaryimage"},"image":{"@id":"https:\/\/quebit.com\/askquebit\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/04\/lax1-min.jpg","datePublished":"2023-04-12T15:33:12+00:00","dateModified":"2026-01-21T16:51:26+00:00","author":{"@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"breadcrumb":{"@id":"https:\/\/quebit.com\/askquebit\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quebit.com\/askquebit\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/quebit.com\/askquebit\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\/#primaryimage","url":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/04\/lax1-min.jpg","contentUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/04\/lax1-min.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/quebit.com\/askquebit\/upgrading-paw-on-linux-with-mobaxterm-and-quebit-script-files\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quebit.com\/askquebit\/"},{"@type":"ListItem","position":2,"name":"How do I upgrade PAW on Linux using MobaXterm and QueBIT script files?"}]},{"@type":"WebSite","@id":"https:\/\/quebit.com\/askquebit\/#website","url":"https:\/\/quebit.com\/askquebit\/","name":"QueBIT","description":"QueBIT","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quebit.com\/askquebit\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084","name":"agoddard","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","caption":"agoddard"},"sameAs":["https:\/\/quebit.com\/askquebit"],"url":"https:\/\/quebit.com\/askquebit\/author\/agoddard\/"}]}},"_links":{"self":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3441","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/comments?post=3441"}],"version-history":[{"count":2,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3441\/revisions"}],"predecessor-version":[{"id":5131,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3441\/revisions\/5131"}],"wp:attachment":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/media?parent=3441"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/categories?post=3441"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/tags?post=3441"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}