You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by Karl Wright <da...@gmail.com> on 2014/07/01 14:29:05 UTC

Tried out the postgresql upgrade from 1.6 to 1.7...

... and it worked fine.

The only other upgrade we need to confirm is for MySQL.  Does anyone want
to try it?

Karl

Re: Tried out the postgresql upgrade from 1.6 to 1.7...

Posted by Karl Wright <da...@gmail.com>.
Thank you for doing this!

Karl



On Thu, Jul 3, 2014 at 1:04 AM, Mingchun Zhao <mi...@gmail.com>
wrote:

> Hi Karl,
>
> I've finished this task, the result is saying OK.
> My testcases are as below:
>
> ## CASE1.  Upgrading test with MySQL(from MCF 1.6.1 to trunk)
> step1. Build MCF 1.6.1 and set dist/example-proprietary/properties.xml
> to point to my MYSQL(5.5.36) instance
> step2. Start MCF 1.6.1 and create some connections and jobs as below
>  Output Connections: File System, Solr
>  Repositories: File System, JDBC(for MySQL)
>  Jobs: combinations of Output Connections and Repositories
> step3. Check the crawled data (values, The number of records)
> step4. Build MCF trunk and set properties.xml to point to the same
> MYSQL instance as MCF 1.6.1
> step5. Start MCF trunk and create some connections and jobs as MCF 1.6.1
>  Output Connections: File System, Solr
>  Repositories: File System, JDBC(for MySQL)
>  Jobs: combinations of Output Connections and Repositories
> step6. Check the crawled data (values, The number of records)
>
> ## CASE2.  New installation test for MCF trunk with MySQL
> 1. Install MySQL(5.5.36)
> 2. Build MCF trunk and set dist/example-proprietary/properties.xml to
> point to the new MYSQL instance
> 3. Start MCF trunk and create some connections and jobs
>  Output Connections: File System, Solr
>  Repositories: File System, JDBC(for MySQL)
>  Jobs: combinations of Output Connections and Repositories
> 4. Check the crawled data (values, The number of records)
>
>
> Best Regards,
> Mingchun Zhao
>
> 2014-07-02 11:21 GMT+09:00 Mingchun Zhao <mi...@gmail.com>:
> > Hi Karl,
> >
> > Thank you for your clear and helpful explanation,
> > Will do.
> >
> > BEST,
> > Mingchun Zhao
> >
> > 2014-07-02 10:22 GMT+09:00 Karl Wright <da...@gmail.com>:
> >> Hi Mingchun,
> >>
> >> This is the task:
> >> (1) Check out and build MCF 1.6.1
> >> (2) Modify properties.xml to point to your MYSQL instance
> >> (3) Start MCF 1.6.1 and create some connections and jobs
> >> (4) Shut down MCF 1.6.1
> >> (5) Check out and build trunk MCF
> >> (6) Modify properties.xml to point to the same MYSQL instance as before
> >> (7) Start MCF trunk and check whether the jobs and connections all look
> >> correct
> >>
> >> Thanks,
> >> Karl
> >>
> >>
> >>
> >> On Tue, Jul 1, 2014 at 8:56 PM, Mingchun Zhao <
> mingchun.zhao.2@gmail.com>
> >> wrote:
> >>
> >>> Hi Karl,
> >>>
> >>> Would you let me know about the task in detail?
> >>>
> >>> 1. 'upgrade from 1.6 to 1.7' means the Java Version?
> >>> 2. Which MySQL Version should I use to confirm?(the latest version is
> >>> 5.6.19)
> >>> 3. Do we have some test code for MySQL already?
> >>>
> >>> BEST,
> >>> Mingchun Zhao
> >>>
> >>>
> >>> 2014-07-02 9:01 GMT+09:00 Mingchun Zhao <mi...@gmail.com>:
> >>> > Hi Karl,
> >>> >
> >>> > Please let me try it.
> >>> >
> >>> > Best regards,
> >>> > Mingchun Zhao
> >>> >
> >>> > 2014-07-01 21:29 GMT+09:00 Karl Wright <da...@gmail.com>:
> >>> >> ... and it worked fine.
> >>> >>
> >>> >> The only other upgrade we need to confirm is for MySQL.  Does anyone
> >>> want
> >>> >> to try it?
> >>> >>
> >>> >> Karl
> >>>
>

Re: Tried out the postgresql upgrade from 1.6 to 1.7...

Posted by Mingchun Zhao <mi...@gmail.com>.
Hi Karl,

I've finished this task, the result is saying OK.
My testcases are as below:

## CASE1.  Upgrading test with MySQL(from MCF 1.6.1 to trunk)
step1. Build MCF 1.6.1 and set dist/example-proprietary/properties.xml
to point to my MYSQL(5.5.36) instance
step2. Start MCF 1.6.1 and create some connections and jobs as below
 Output Connections: File System, Solr
 Repositories: File System, JDBC(for MySQL)
 Jobs: combinations of Output Connections and Repositories
step3. Check the crawled data (values, The number of records)
step4. Build MCF trunk and set properties.xml to point to the same
MYSQL instance as MCF 1.6.1
step5. Start MCF trunk and create some connections and jobs as MCF 1.6.1
 Output Connections: File System, Solr
 Repositories: File System, JDBC(for MySQL)
 Jobs: combinations of Output Connections and Repositories
step6. Check the crawled data (values, The number of records)

## CASE2.  New installation test for MCF trunk with MySQL
1. Install MySQL(5.5.36)
2. Build MCF trunk and set dist/example-proprietary/properties.xml to
point to the new MYSQL instance
3. Start MCF trunk and create some connections and jobs
 Output Connections: File System, Solr
 Repositories: File System, JDBC(for MySQL)
 Jobs: combinations of Output Connections and Repositories
4. Check the crawled data (values, The number of records)


Best Regards,
Mingchun Zhao

2014-07-02 11:21 GMT+09:00 Mingchun Zhao <mi...@gmail.com>:
> Hi Karl,
>
> Thank you for your clear and helpful explanation,
> Will do.
>
> BEST,
> Mingchun Zhao
>
> 2014-07-02 10:22 GMT+09:00 Karl Wright <da...@gmail.com>:
>> Hi Mingchun,
>>
>> This is the task:
>> (1) Check out and build MCF 1.6.1
>> (2) Modify properties.xml to point to your MYSQL instance
>> (3) Start MCF 1.6.1 and create some connections and jobs
>> (4) Shut down MCF 1.6.1
>> (5) Check out and build trunk MCF
>> (6) Modify properties.xml to point to the same MYSQL instance as before
>> (7) Start MCF trunk and check whether the jobs and connections all look
>> correct
>>
>> Thanks,
>> Karl
>>
>>
>>
>> On Tue, Jul 1, 2014 at 8:56 PM, Mingchun Zhao <mi...@gmail.com>
>> wrote:
>>
>>> Hi Karl,
>>>
>>> Would you let me know about the task in detail?
>>>
>>> 1. 'upgrade from 1.6 to 1.7' means the Java Version?
>>> 2. Which MySQL Version should I use to confirm?(the latest version is
>>> 5.6.19)
>>> 3. Do we have some test code for MySQL already?
>>>
>>> BEST,
>>> Mingchun Zhao
>>>
>>>
>>> 2014-07-02 9:01 GMT+09:00 Mingchun Zhao <mi...@gmail.com>:
>>> > Hi Karl,
>>> >
>>> > Please let me try it.
>>> >
>>> > Best regards,
>>> > Mingchun Zhao
>>> >
>>> > 2014-07-01 21:29 GMT+09:00 Karl Wright <da...@gmail.com>:
>>> >> ... and it worked fine.
>>> >>
>>> >> The only other upgrade we need to confirm is for MySQL.  Does anyone
>>> want
>>> >> to try it?
>>> >>
>>> >> Karl
>>>

Re: Tried out the postgresql upgrade from 1.6 to 1.7...

Posted by Mingchun Zhao <mi...@gmail.com>.
Hi Karl,

Thank you for your clear and helpful explanation,
Will do.

BEST,
Mingchun Zhao

2014-07-02 10:22 GMT+09:00 Karl Wright <da...@gmail.com>:
> Hi Mingchun,
>
> This is the task:
> (1) Check out and build MCF 1.6.1
> (2) Modify properties.xml to point to your MYSQL instance
> (3) Start MCF 1.6.1 and create some connections and jobs
> (4) Shut down MCF 1.6.1
> (5) Check out and build trunk MCF
> (6) Modify properties.xml to point to the same MYSQL instance as before
> (7) Start MCF trunk and check whether the jobs and connections all look
> correct
>
> Thanks,
> Karl
>
>
>
> On Tue, Jul 1, 2014 at 8:56 PM, Mingchun Zhao <mi...@gmail.com>
> wrote:
>
>> Hi Karl,
>>
>> Would you let me know about the task in detail?
>>
>> 1. 'upgrade from 1.6 to 1.7' means the Java Version?
>> 2. Which MySQL Version should I use to confirm?(the latest version is
>> 5.6.19)
>> 3. Do we have some test code for MySQL already?
>>
>> BEST,
>> Mingchun Zhao
>>
>>
>> 2014-07-02 9:01 GMT+09:00 Mingchun Zhao <mi...@gmail.com>:
>> > Hi Karl,
>> >
>> > Please let me try it.
>> >
>> > Best regards,
>> > Mingchun Zhao
>> >
>> > 2014-07-01 21:29 GMT+09:00 Karl Wright <da...@gmail.com>:
>> >> ... and it worked fine.
>> >>
>> >> The only other upgrade we need to confirm is for MySQL.  Does anyone
>> want
>> >> to try it?
>> >>
>> >> Karl
>>

Re: Tried out the postgresql upgrade from 1.6 to 1.7...

Posted by Karl Wright <da...@gmail.com>.
Hi Mingchun,

This is the task:
(1) Check out and build MCF 1.6.1
(2) Modify properties.xml to point to your MYSQL instance
(3) Start MCF 1.6.1 and create some connections and jobs
(4) Shut down MCF 1.6.1
(5) Check out and build trunk MCF
(6) Modify properties.xml to point to the same MYSQL instance as before
(7) Start MCF trunk and check whether the jobs and connections all look
correct

Thanks,
Karl



On Tue, Jul 1, 2014 at 8:56 PM, Mingchun Zhao <mi...@gmail.com>
wrote:

> Hi Karl,
>
> Would you let me know about the task in detail?
>
> 1. 'upgrade from 1.6 to 1.7' means the Java Version?
> 2. Which MySQL Version should I use to confirm?(the latest version is
> 5.6.19)
> 3. Do we have some test code for MySQL already?
>
> BEST,
> Mingchun Zhao
>
>
> 2014-07-02 9:01 GMT+09:00 Mingchun Zhao <mi...@gmail.com>:
> > Hi Karl,
> >
> > Please let me try it.
> >
> > Best regards,
> > Mingchun Zhao
> >
> > 2014-07-01 21:29 GMT+09:00 Karl Wright <da...@gmail.com>:
> >> ... and it worked fine.
> >>
> >> The only other upgrade we need to confirm is for MySQL.  Does anyone
> want
> >> to try it?
> >>
> >> Karl
>

Re: Tried out the postgresql upgrade from 1.6 to 1.7...

Posted by Mingchun Zhao <mi...@gmail.com>.
Hi Karl,

Would you let me know about the task in detail?

1. 'upgrade from 1.6 to 1.7' means the Java Version?
2. Which MySQL Version should I use to confirm?(the latest version is 5.6.19)
3. Do we have some test code for MySQL already?

BEST,
Mingchun Zhao


2014-07-02 9:01 GMT+09:00 Mingchun Zhao <mi...@gmail.com>:
> Hi Karl,
>
> Please let me try it.
>
> Best regards,
> Mingchun Zhao
>
> 2014-07-01 21:29 GMT+09:00 Karl Wright <da...@gmail.com>:
>> ... and it worked fine.
>>
>> The only other upgrade we need to confirm is for MySQL.  Does anyone want
>> to try it?
>>
>> Karl

Re: Tried out the postgresql upgrade from 1.6 to 1.7...

Posted by Mingchun Zhao <mi...@gmail.com>.
Hi Karl,

Please let me try it.

Best regards,
Mingchun Zhao

2014-07-01 21:29 GMT+09:00 Karl Wright <da...@gmail.com>:
> ... and it worked fine.
>
> The only other upgrade we need to confirm is for MySQL.  Does anyone want
> to try it?
>
> Karl