<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>migration on SOW</title>
    <link>https://sow.pgsty.com/tags/migration/</link>
    <description>Recent content in migration on SOW</description>
    <generator>Hugo</generator>
    <language>en</language>
    
    
    
      <lastBuildDate>Fri, 28 Aug 2026 18:32:04 +0800</lastBuildDate>
    
    
      <atom:link href="https://sow.pgsty.com/tags/migration/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
        <title>SOW v0.4.0</title>
        <link>https://sow.pgsty.com/blog/release/sow-v0.4.0/</link>
        <pubDate>Mon, 24 Aug 2026 00:00:00 +0000</pubDate>
        
        <guid>https://sow.pgsty.com/blog/release/sow-v0.4.0/</guid>
        <description>&lt;p&gt;SOW 0.4.0 is an integrity and recovery release for Managed repositories. It makes&#xA;the deep checker&amp;rsquo;s I/O contract explicit, prevents RPM trust from being assembled&#xA;across unrelated keys, adds an audited way to correct mutable publication-target&#xA;settings, and closes the remaining v0.3 migration and interrupted-publication gaps.&lt;/p&gt;&#xA;&lt;p&gt;Plain repository behavior and the public &lt;code&gt;pool/ + dists/&lt;/code&gt; layout do not change.&lt;/p&gt;&#xA;&lt;h2 id=&#34;upgrade-from-03&#34;&gt;Upgrade from 0.3&#xA;&lt;/h2&gt;&#xA;&lt;div class=&#34;td-callout td-callout--important&#34; role=&#34;note&#34;&gt;&#xA;  &lt;div class=&#34;td-callout__title&#34;&gt;&lt;i class=&#34;td-callout__icon fa-solid fa-circle-exclamation&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;&lt;span class=&#34;td-callout__label&#34;&gt;Migrate every v0.3 Repository explicitly&lt;/span&gt;&lt;/div&gt;&#xA;  &lt;div class=&#34;td-callout__body&#34;&gt;&#xA;&lt;p&gt;Stop all Workspace writers, back up the Workspace, install 0.4.0, and run&#xA;&lt;code&gt;sow repo migrate REPOSITORY&lt;/code&gt;&#xA;once for each Repository before ordinary reads or writes. The migration is&#xA;explicit and one-way; do not reopen a migrated database with SOW 0.3.&lt;/p&gt;</description>
      </item>
    <item>
        <title>SOW Design Evolution: From Route Graphs to the Repository Core</title>
        <link>https://sow.pgsty.com/blog/design/evolution/</link>
        <pubDate>Mon, 10 Aug 2026 00:00:00 +0000</pubDate>
        
        <guid>https://sow.pgsty.com/blog/design/evolution/</guid>
        <description>&lt;p&gt;This record dates to the 2026-08-10 consolidation of SOW around its Repository core. It&#xA;distills the useful decisions from the earlier planning, ADR, review, migration, and&#xA;verification trees without turning every intermediate artifact into maintained product&#xA;documentation.&lt;/p&gt;&#xA;&lt;p&gt;Some sealed folders use “v0.2” and “v0.3” for consecutive pre-release design lines. The&#xA;version labels below refer only to released Git tags: the C2 hardlink line was replaced&#xA;before v0.2.0 was tagged.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-short-history&#34;&gt;The short history&#xA;&lt;/h2&gt;&#xA;&lt;div class=&#34;td-table-scroll td-table-scroll--static&#34;&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;th scope=&#34;col&#34;&gt;Line&lt;/th&gt;&#xA;      &lt;th scope=&#34;col&#34;&gt;Design center&lt;/th&gt;&#xA;      &lt;th scope=&#34;col&#34;&gt;Historical status&lt;/th&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;v0.1&lt;/td&gt;&#xA;      &lt;td&gt;Git/CAS ownership, route-aware materialization, edge authorization, provider workflows, and Pigsty migration&lt;/td&gt;&#xA;      &lt;td&gt;Released as v0.1.0; superseded&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;v0.2&lt;/td&gt;&#xA;      &lt;td&gt;Local Plain/Managed engine, Repository-scoped single-payload tree, metadata-only views, retained Generations, and target-scoped publication&lt;/td&gt;&#xA;      &lt;td&gt;Released as v0.2.0; public layout remains current&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;v0.3&lt;/td&gt;&#xA;      &lt;td&gt;V1 removal, package-facts caching, one-pass Plain builds, and bounded payload commits&lt;/td&gt;&#xA;      &lt;td&gt;Released as v0.3.0; same public layout&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;v0.4&lt;/td&gt;&#xA;      &lt;td&gt;Single-pass verification, independent RPM trust rings, explicit target rebind, and migration/recovery hardening&lt;/td&gt;&#xA;      &lt;td&gt;Current released baseline when this record was updated&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;p&gt;The exact code and claims for each released line remain available in the&#xA;&lt;a href=&#34;https://github.com/pgsty/sow/tree/v0.1.0&#34;&gt;v0.1.0&lt;/a&gt;,&#xA;&lt;a href=&#34;https://github.com/pgsty/sow/tree/v0.2.0&#34;&gt;v0.2.0&lt;/a&gt;,&#xA;&lt;a href=&#34;https://github.com/pgsty/sow/tree/v0.3.0&#34;&gt;v0.3.0&lt;/a&gt;, and&#xA;&lt;a href=&#34;https://github.com/pgsty/sow/tree/v0.4.0&#34;&gt;v0.4.0&lt;/a&gt; source tags.&lt;/p&gt;</description>
      </item>
    
  </channel>
</rss>
