diff --git a/upgrade/0.4.0/README b/upgrade/0.4.0/README new file mode 100644 index 0000000..f0302f5 --- /dev/null +++ b/upgrade/0.4.0/README @@ -0,0 +1,3 @@ +This version has a change to store directories split out over subdirectories, to make sure we stay navigatable when the number of pod grows. + +The upgrade script moves the existing directories from the 32 character directories in 1 directory, to multiple subdirectories. diff --git a/upgrade/0.4.0/upgrade.php b/upgrade/0.4.0/upgrade.php new file mode 100644 index 0000000..33260f4 --- /dev/null +++ b/upgrade/0.4.0/upgrade.php @@ -0,0 +1,42 @@ + $destination\n\n"; + } else { + echo "Failed: $dir\n"; + } +}