On 24 Oct 2011, at 3:08 PM, Rob Verduijn wrote:
> for name in $(echo "accounts messages lists reports status config"); do
> baruwa-admin migrate $name 0001 --fake;
> done
>
> but the second one produced a lot of errors:
> for name in $(echo "accounts messages lists reports status fixups config");
> do
>
> baruwa-admin migrate $name;
>
> done
You did it the wrong way, you only run fake migrations when you are updating,
for a new install you run the normal migration.
baruwa-admin syncdb
for name in $(echo "accounts messages lists reports status fixups config"); do
baruwa-admin migrate $name;
done
--
Baruwa - www.baruwa.org
_______________________________________________
Keep Baruwa FREE - http://pledgie.com/campaigns/12056