Alright, some examination of the code seems to say that is yes, all I have to do is `s/beta9/beta10/g`: If the SimpleDB domain doesn't exist, the credentials stored in ~/.amazon/profiles.conf will be used to create it. The SimpleDB domain is created from the Metabase 'bucket' and 'namespace' keys. So, if I change the namespace, a new domain is created, and records start getting written there.
David/Barbie: Is there anything I need to do on the CPAN Testers side for the Data::Generator to pick up both domains? Doug Bell [email protected] > On Nov 20, 2016, at 11:14 AM, Doug Bell <[email protected]> wrote: > > David: If I change all the namespace => 'beta9' to namespace => 'beta10', and > restart everything, is that all I need to do? > > Doug Bell > [email protected] > > > >> On Nov 20, 2016, at 9:13 AM, Slaven Rezic <[email protected]> wrote: >> >> metabase is full again: >> >> fact submission failed: submission was not stored: Too many bytes in this >> Domain >> >> Last report was stored at 2016-11-20T14:50:25Z. >> >> -- >> Slaven Rezic - slaven <at> rezic <dot> de >> BBBike - route planner for cyclists in Berlin >> WWW version: http://www.bbbike.de >> Perl/Tk version for Unix and Windows: http://bbbike.sourceforge.net >
