Re: Error: Error applying evolution: (1051, Unknown table 'auth_message')

2014-03-24 Thread Bhaskar Roy
 without much recourse. 

 Take a look at my thread, I just migrated 1.5.2 to 1.7.14 on the same 
 platform as you.

 KP


 On Tuesday, March 18, 2014 2:31:44 AM UTC-7, Bhaskar Roy wrote:

 Hi Christian,

 I am trying migration on new server and not in current production 
 box. 

 1. On new server I installed ubuntu 12.04/mysql 5.5/RB 1.7.14
 1. I took backup of SQL and copied to new server and done rb-site 
 upgrade.

 Copied the databse to new server and tired . I get error messages as 
 listed above.

 regards
 Bhaskar 


 On Thu, Mar 13, 2014 at 12:53 AM, Christian Hammond 
 chi...@chipx86.com wrote:

  Hi,

 First, did you back up your database?

 Second, can you verify the version of Review Board you've upgraded 
 to, and also verify the version of django-evolution installed? (These 
 should be in your Python's site-packages directory).

 You shouldn't do *any* hand-modifying of the database of any sort, 
 or you'll cause further issues in the upgrade process. Our stuff 
 expects to 
 own the full schema of the database.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com

 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Wed, Mar 12, 2014 at 3:23 AM, Bhaskar Roy bhaska...@gmail.comwrote:

  Hi Christian,

 I am getting following error while doing site upgrade from 1.5 to 
 Latest 1.7.
 Even created auth_message tablein MySqL DB.


 /usr/bin/python /usr/local/bin/rb-site upgrade 
 /var/www/reviewboard
 Rebuilding directory structure
 Updating database. This may take a while.

 The log output below, including warnings and errors,
 can be ignored unless upgrade fails.

 -- begin log output --
 Creating tables ...
 There are unapplied evolutions for auth.
 There are unapplied evolutions for sessions.
 There are unapplied evolutions for accounts.
 There are unapplied evolutions for changedescs.
 There are unapplied evolutions for diffviewer.
 There are unapplied evolutions for reviews.
 There are unapplied evolutions for scmtools.
 Project signature has changed - an evolution is required
 Installing custom SQL ...
 Installing indexes ...
 Installed 0 object(s) from 0 fixture(s)
 Evolution could not be simulated, possibly due to raw SQL mutations
 Error: Error applying evolution: (1051, Unknown table 
 'auth_message')
  
 Regards
 bhaskar 

 -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/pow
 erpack/
 ---
 Sign up for Review Board hosting at RBCommons: 
 https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, 
 send an email to reviewboard...@googlegroups.com.

 For more options, visit https://groups.google.com/d/optout.


  -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/pow
 erpack/
 ---
 Sign up for Review Board hosting at RBCommons: 
 https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, 
 send an email to reviewboard...@googlegroups.com.

 For more options, visit https://groups.google.com/d/optout.


  -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/
 powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error: Error applying evolution: (1051, Unknown table 'auth_message')

2014-03-24 Thread Kevin Phillips
 truncation). Check your 
 1.5.X db and verify the table exists in production and in the backup. 
 Also 
 verify all your tables are InnoDB instead of MYISAM, you can make manual 
 modification to the table engine without much recourse. 

 Take a look at my thread, I just migrated 1.5.2 to 1.7.14 on the same 
 platform as you.

 KP


 On Tuesday, March 18, 2014 2:31:44 AM UTC-7, Bhaskar Roy wrote:

 Hi Christian,

 I am trying migration on new server and not in current production 
 box. 

 1. On new server I installed ubuntu 12.04/mysql 5.5/RB 1.7.14
 1. I took backup of SQL and copied to new server and done rb-site 
 upgrade.

 Copied the databse to new server and tired . I get error messages as 
 listed above.

 regards
 Bhaskar 


 On Thu, Mar 13, 2014 at 12:53 AM, Christian Hammond 
 chi...@chipx86.com wrote:

  Hi,

 First, did you back up your database?

 Second, can you verify the version of Review Board you've upgraded 
 to, and also verify the version of django-evolution installed? (These 
 should be in your Python's site-packages directory).

 You shouldn't do *any* hand-modifying of the database of any sort, 
 or you'll cause further issues in the upgrade process. Our stuff 
 expects to 
 own the full schema of the database.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com

 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Wed, Mar 12, 2014 at 3:23 AM, Bhaskar Roy 
 bhaska...@gmail.comwrote:

  Hi Christian,

 I am getting following error while doing site upgrade from 1.5 to 
 Latest 1.7.
 Even created auth_message tablein MySqL DB.


 /usr/bin/python /usr/local/bin/rb-site upgrade 
 /var/www/reviewboard
 Rebuilding directory structure
 Updating database. This may take a while.

 The log output below, including warnings and errors,
 can be ignored unless upgrade fails.

 -- begin log output --
 Creating tables ...
 There are unapplied evolutions for auth.
 There are unapplied evolutions for sessions.
 There are unapplied evolutions for accounts.
 There are unapplied evolutions for changedescs.
 There are unapplied evolutions for diffviewer.
 There are unapplied evolutions for reviews.
 There are unapplied evolutions for scmtools.
 Project signature has changed - an evolution is required
 Installing custom SQL ...
 Installing indexes ...
 Installed 0 object(s) from 0 fixture(s)
 Evolution could not be simulated, possibly due to raw SQL mutations
 Error: Error applying evolution: (1051, Unknown table 
 'auth_message')
  
 Regards
 bhaskar 

 -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/pow
 erpack/
 ---
 Sign up for Review Board hosting at RBCommons: 
 https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, 
 send an email to reviewboard...@googlegroups.com.

 For more options, visit https://groups.google.com/d/optout.


  -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/pow
 erpack/
 ---
 Sign up for Review Board hosting at RBCommons: 
 https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, 
 send an email to reviewboard...@googlegroups.com.

 For more options, visit https://groups.google.com/d/optout.


  -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/
 powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, 
 send an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  -- 
 Get the Review Board Power Pack at 
 http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from

Re: Error: Error applying evolution: (1051, Unknown table 'auth_message')

2014-03-22 Thread Kevin Phillips
, Bhaskar Roy wrote:

 Hi Christian,

 I am trying migration on new server and not in current production box. 

 1. On new server I installed ubuntu 12.04/mysql 5.5/RB 1.7.14
 1. I took backup of SQL and copied to new server and done rb-site 
 upgrade.

 Copied the databse to new server and tired . I get error messages as 
 listed above.

 regards
 Bhaskar 


 On Thu, Mar 13, 2014 at 12:53 AM, Christian Hammond 
 chi...@chipx86.com wrote:

  Hi,

 First, did you back up your database?

 Second, can you verify the version of Review Board you've upgraded 
 to, and also verify the version of django-evolution installed? (These 
 should be in your Python's site-packages directory).

 You shouldn't do *any* hand-modifying of the database of any sort, or 
 you'll cause further issues in the upgrade process. Our stuff expects to 
 own the full schema of the database.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com

 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Wed, Mar 12, 2014 at 3:23 AM, Bhaskar Roy bhaska...@gmail.comwrote:

  Hi Christian,

 I am getting following error while doing site upgrade from 1.5 to 
 Latest 1.7.
 Even created auth_message tablein MySqL DB.


 /usr/bin/python /usr/local/bin/rb-site upgrade /var/www/reviewboard
 Rebuilding directory structure
 Updating database. This may take a while.

 The log output below, including warnings and errors,
 can be ignored unless upgrade fails.

 -- begin log output --
 Creating tables ...
 There are unapplied evolutions for auth.
 There are unapplied evolutions for sessions.
 There are unapplied evolutions for accounts.
 There are unapplied evolutions for changedescs.
 There are unapplied evolutions for diffviewer.
 There are unapplied evolutions for reviews.
 There are unapplied evolutions for scmtools.
 Project signature has changed - an evolution is required
 Installing custom SQL ...
 Installing indexes ...
 Installed 0 object(s) from 0 fixture(s)
 Evolution could not be simulated, possibly due to raw SQL mutations
 Error: Error applying evolution: (1051, Unknown table 
 'auth_message')
  
 Regards
 bhaskar 

 -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/pow
 erpack/
 ---
 Sign up for Review Board hosting at RBCommons: 
 https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, 
 send an email to reviewboard...@googlegroups.com.

 For more options, visit https://groups.google.com/d/optout.


  -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/pow
 erpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, 
 send an email to reviewboard...@googlegroups.com.

 For more options, visit https://groups.google.com/d/optout.


  -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/
 powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.




-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error: Error applying evolution: (1051, Unknown table 'auth_message')

2014-03-19 Thread Bhaskar Roy
Hi Kevin,

I did what you said but I am on same page.

Can you please provide the procedure to do migration.


regards
bahskar


On Wed, Mar 19, 2014 at 12:38 AM, Kevin Phillips 
kevin.grenville.phill...@gmail.com wrote:

 Your database dump appears incomplete. Try dumping with
 --max_allowed_packet=512M (large packet to avoid truncation). Check your
 1.5.X db and verify the table exists in production and in the backup. Also
 verify all your tables are InnoDB instead of MYISAM, you can make manual
 modification to the table engine without much recourse.

 Take a look at my thread, I just migrated 1.5.2 to 1.7.14 on the same
 platform as you.

 KP


 On Tuesday, March 18, 2014 2:31:44 AM UTC-7, Bhaskar Roy wrote:

 Hi Christian,

 I am trying migration on new server and not in current production box.

 1. On new server I installed ubuntu 12.04/mysql 5.5/RB 1.7.14
 1. I took backup of SQL and copied to new server and done rb-site upgrade.

 Copied the databse to new server and tired . I get error messages as
 listed above.

 regards
 Bhaskar


 On Thu, Mar 13, 2014 at 12:53 AM, Christian Hammond 
 chi...@chipx86.comwrote:

 Hi,

 First, did you back up your database?

 Second, can you verify the version of Review Board you've upgraded to,
 and also verify the version of django-evolution installed? (These should be
 in your Python's site-packages directory).

 You shouldn't do *any* hand-modifying of the database of any sort, or
 you'll cause further issues in the upgrade process. Our stuff expects to
 own the full schema of the database.

 Christian

 --
 Christian Hammond - chi...@chipx86.com

 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Wed, Mar 12, 2014 at 3:23 AM, Bhaskar Roy bhaska...@gmail.comwrote:

 Hi Christian,

 I am getting following error while doing site upgrade from 1.5 to
 Latest 1.7.
 Even created auth_message tablein MySqL DB.


 /usr/bin/python /usr/local/bin/rb-site upgrade /var/www/reviewboard
 Rebuilding directory structure
 Updating database. This may take a while.

 The log output below, including warnings and errors,
 can be ignored unless upgrade fails.

 -- begin log output --
 Creating tables ...
 There are unapplied evolutions for auth.
 There are unapplied evolutions for sessions.
 There are unapplied evolutions for accounts.
 There are unapplied evolutions for changedescs.
 There are unapplied evolutions for diffviewer.
 There are unapplied evolutions for reviews.
 There are unapplied evolutions for scmtools.
 Project signature has changed - an evolution is required
 Installing custom SQL ...
 Installing indexes ...
 Installed 0 object(s) from 0 fixture(s)
 Evolution could not be simulated, possibly due to raw SQL mutations
 Error: Error applying evolution: (1051, Unknown table 'auth_message')

 Regards
 bhaskar

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/
 powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard...@googlegroups.com.

 For more options, visit https://groups.google.com/d/optout.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard...@googlegroups.com.

 For more options, visit https://groups.google.com/d/optout.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error: Error applying evolution: (1051, Unknown table 'auth_message')

2014-03-19 Thread Kevin Phillips
 for accounts.
 There are unapplied evolutions for changedescs.
 There are unapplied evolutions for diffviewer.
 There are unapplied evolutions for reviews.
 There are unapplied evolutions for scmtools.
 Project signature has changed - an evolution is required
 Installing custom SQL ...
 Installing indexes ...
 Installed 0 object(s) from 0 fixture(s)
 Evolution could not be simulated, possibly due to raw SQL mutations
 Error: Error applying evolution: (1051, Unknown table 'auth_message')
  
 Regards
 bhaskar 

 -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/
 powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com.

 For more options, visit https://groups.google.com/d/optout.


  -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/
 powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com.

 For more options, visit https://groups.google.com/d/optout.


  -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.




-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error: Error applying evolution: (1051, Unknown table 'auth_message')

2014-03-19 Thread Bhaskar Roy
 to,
 and also verify the version of django-evolution installed? (These should 
 be
 in your Python's site-packages directory).

 You shouldn't do *any* hand-modifying of the database of any sort, or
 you'll cause further issues in the upgrade process. Our stuff expects to
 own the full schema of the database.

 Christian

 --
 Christian Hammond - chi...@chipx86.com

 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Wed, Mar 12, 2014 at 3:23 AM, Bhaskar Roy bhaska...@gmail.comwrote:

  Hi Christian,

 I am getting following error while doing site upgrade from 1.5 to
 Latest 1.7.
 Even created auth_message tablein MySqL DB.


 /usr/bin/python /usr/local/bin/rb-site upgrade /var/www/reviewboard
 Rebuilding directory structure
 Updating database. This may take a while.

 The log output below, including warnings and errors,
 can be ignored unless upgrade fails.

 -- begin log output --
 Creating tables ...
 There are unapplied evolutions for auth.
 There are unapplied evolutions for sessions.
 There are unapplied evolutions for accounts.
 There are unapplied evolutions for changedescs.
 There are unapplied evolutions for diffviewer.
 There are unapplied evolutions for reviews.
 There are unapplied evolutions for scmtools.
 Project signature has changed - an evolution is required
 Installing custom SQL ...
 Installing indexes ...
 Installed 0 object(s) from 0 fixture(s)
 Evolution could not be simulated, possibly due to raw SQL mutations
 Error: Error applying evolution: (1051, Unknown table
 'auth_message')

 Regards
 bhaskar

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/pow
 erpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to reviewboard...@googlegroups.com.

 For more options, visit https://groups.google.com/d/optout.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/pow
 erpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard...@googlegroups.com.

 For more options, visit https://groups.google.com/d/optout.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error: Error applying evolution: (1051, Unknown table 'auth_message')

2014-03-18 Thread Bhaskar Roy
Hi Christian,

I am trying migration on new server and not in current production box.

1. On new server I installed ubuntu 12.04/mysql 5.5/RB 1.7.14
1. I took backup of SQL and copied to new server and done rb-site upgrade.

Copied the databse to new server and tired . I get error messages as listed
above.

regards
Bhaskar


On Thu, Mar 13, 2014 at 12:53 AM, Christian Hammond chip...@chipx86.comwrote:

 Hi,

 First, did you back up your database?

 Second, can you verify the version of Review Board you've upgraded to, and
 also verify the version of django-evolution installed? (These should be in
 your Python's site-packages directory).

 You shouldn't do *any* hand-modifying of the database of any sort, or
 you'll cause further issues in the upgrade process. Our stuff expects to
 own the full schema of the database.

 Christian

 --
 Christian Hammond - chip...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Wed, Mar 12, 2014 at 3:23 AM, Bhaskar Roy bhaskar.p@gmail.comwrote:

 Hi Christian,

 I am getting following error while doing site upgrade from 1.5 to Latest
 1.7.
 Even created auth_message tablein MySqL DB.


 /usr/bin/python /usr/local/bin/rb-site upgrade /var/www/reviewboard
 Rebuilding directory structure
 Updating database. This may take a while.

 The log output below, including warnings and errors,
 can be ignored unless upgrade fails.

 -- begin log output --
 Creating tables ...
 There are unapplied evolutions for auth.
 There are unapplied evolutions for sessions.
 There are unapplied evolutions for accounts.
 There are unapplied evolutions for changedescs.
 There are unapplied evolutions for diffviewer.
 There are unapplied evolutions for reviews.
 There are unapplied evolutions for scmtools.
 Project signature has changed - an evolution is required
 Installing custom SQL ...
 Installing indexes ...
 Installed 0 object(s) from 0 fixture(s)
 Evolution could not be simulated, possibly due to raw SQL mutations
 Error: Error applying evolution: (1051, Unknown table 'auth_message')

 Regards
 bhaskar

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error: Error applying evolution: (1051, Unknown table 'auth_message')

2014-03-18 Thread Kevin Phillips
Your database dump appears incomplete. Try dumping with 
--max_allowed_packet=512M (large packet to avoid truncation). Check your 
1.5.X db and verify the table exists in production and in the backup. Also 
verify all your tables are InnoDB instead of MYISAM, you can make manual 
modification to the table engine without much recourse. 

Take a look at my thread, I just migrated 1.5.2 to 1.7.14 on the same 
platform as you.

KP

On Tuesday, March 18, 2014 2:31:44 AM UTC-7, Bhaskar Roy wrote:

 Hi Christian,

 I am trying migration on new server and not in current production box. 

 1. On new server I installed ubuntu 12.04/mysql 5.5/RB 1.7.14
 1. I took backup of SQL and copied to new server and done rb-site upgrade.

 Copied the databse to new server and tired . I get error messages as 
 listed above.

 regards
 Bhaskar 


 On Thu, Mar 13, 2014 at 12:53 AM, Christian Hammond 
 chi...@chipx86.comjavascript:
  wrote:

 Hi,

 First, did you back up your database?

 Second, can you verify the version of Review Board you've upgraded to, 
 and also verify the version of django-evolution installed? (These should be 
 in your Python's site-packages directory).

 You shouldn't do *any* hand-modifying of the database of any sort, or 
 you'll cause further issues in the upgrade process. Our stuff expects to 
 own the full schema of the database.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Wed, Mar 12, 2014 at 3:23 AM, Bhaskar Roy 
 bhaska...@gmail.comjavascript:
  wrote:

 Hi Christian,

 I am getting following error while doing site upgrade from 1.5 to Latest 
 1.7.
 Even created auth_message tablein MySqL DB.


 /usr/bin/python /usr/local/bin/rb-site upgrade /var/www/reviewboard
 Rebuilding directory structure
 Updating database. This may take a while.

 The log output below, including warnings and errors,
 can be ignored unless upgrade fails.

 -- begin log output --
 Creating tables ...
 There are unapplied evolutions for auth.
 There are unapplied evolutions for sessions.
 There are unapplied evolutions for accounts.
 There are unapplied evolutions for changedescs.
 There are unapplied evolutions for diffviewer.
 There are unapplied evolutions for reviews.
 There are unapplied evolutions for scmtools.
 Project signature has changed - an evolution is required
 Installing custom SQL ...
 Installing indexes ...
 Installed 0 object(s) from 0 fixture(s)
 Evolution could not be simulated, possibly due to raw SQL mutations
 Error: Error applying evolution: (1051, Unknown table 'auth_message')
  
 Regards
 bhaskar 

 -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.


  -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.




-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Error: Error applying evolution: (1051, Unknown table 'auth_message')

2014-03-12 Thread Bhaskar Roy
Hi Christian,

I am getting following error while doing site upgrade from 1.5 to Latest 
1.7.
Even created auth_message tablein MySqL DB.


/usr/bin/python /usr/local/bin/rb-site upgrade /var/www/reviewboard
Rebuilding directory structure
Updating database. This may take a while.

The log output below, including warnings and errors,
can be ignored unless upgrade fails.

-- begin log output --
Creating tables ...
There are unapplied evolutions for auth.
There are unapplied evolutions for sessions.
There are unapplied evolutions for accounts.
There are unapplied evolutions for changedescs.
There are unapplied evolutions for diffviewer.
There are unapplied evolutions for reviews.
There are unapplied evolutions for scmtools.
Project signature has changed - an evolution is required
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)
Evolution could not be simulated, possibly due to raw SQL mutations
Error: Error applying evolution: (1051, Unknown table 'auth_message')
 
Regards
bhaskar 

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error: Error applying evolution: (1051, Unknown table 'auth_message')

2014-03-12 Thread Christian Hammond
Hi,

First, did you back up your database?

Second, can you verify the version of Review Board you've upgraded to, and
also verify the version of django-evolution installed? (These should be in
your Python's site-packages directory).

You shouldn't do *any* hand-modifying of the database of any sort, or
you'll cause further issues in the upgrade process. Our stuff expects to
own the full schema of the database.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Wed, Mar 12, 2014 at 3:23 AM, Bhaskar Roy bhaskar.p@gmail.comwrote:

 Hi Christian,

 I am getting following error while doing site upgrade from 1.5 to Latest
 1.7.
 Even created auth_message tablein MySqL DB.


 /usr/bin/python /usr/local/bin/rb-site upgrade /var/www/reviewboard
 Rebuilding directory structure
 Updating database. This may take a while.

 The log output below, including warnings and errors,
 can be ignored unless upgrade fails.

 -- begin log output --
 Creating tables ...
 There are unapplied evolutions for auth.
 There are unapplied evolutions for sessions.
 There are unapplied evolutions for accounts.
 There are unapplied evolutions for changedescs.
 There are unapplied evolutions for diffviewer.
 There are unapplied evolutions for reviews.
 There are unapplied evolutions for scmtools.
 Project signature has changed - an evolution is required
 Installing custom SQL ...
 Installing indexes ...
 Installed 0 object(s) from 0 fixture(s)
 Evolution could not be simulated, possibly due to raw SQL mutations
 Error: Error applying evolution: (1051, Unknown table 'auth_message')

 Regards
 bhaskar

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error: Error applying evolution: (1051, Unknown table 'auth_message'). Occurred from upgrading from 1.6.13 to 1.7.7.1

2013-05-20 Thread Michael Zhu
Dear Christian,
Version of Django Evolution is 0.6.9.
Michael


On Mon, May 20, 2013 at 3:07 AM, Christian Hammond chip...@gmail.comwrote:

 Hi Michael,

 Can you check what version of Django Evolution you have installed? You
 should try to upgrade that if it's below 0.6.9.

 Christian


 On May 19, 2013, at 5:47, Michael Zhu boot2li...@gmail.com wrote:

 Dear all,

 # rb-site upgrade path/to/reviewboard
 Rebuilding directory structure
 Updating database. This may take a while.

 The log output below, including warnings and errors,
 can be ignored unless upgrade fails.

 -- begin log output --
 Creating tables ...
 There are unapplied evolutions for auth.
 There are unapplied evolutions for accounts.
 There are unapplied evolutions for diffviewer.
 There are unapplied evolutions for reviews.
 Project signature has changed - an evolution is required
 Installing custom SQL ...
 Installing indexes ...
 Installed 0 object(s) from 0 fixture(s)
 Error: Error applying evolution: (1051, Unknown table 'auth_message')


 If I force to start server, error message is reported on some review
 requests. Error log is below:
 Traceback (most recent call last):
   File
 /usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/handlers/base.py,
 line 111, in get_response
 response = callback(request, *callback_args, **callback_kwargs)
   File
 /usr/lib/python2.7/site-packages/ReviewBoard-1.7.7.1-py2.7.egg/reviewboard/accounts/decorators.py,
 line 22, in _check
 return view_func(*args, **kwargs)
   File
 /usr/lib/python2.7/site-packages/ReviewBoard-1.7.7.1-py2.7.egg/reviewboard/reviews/views.py,
 line 538, in review_detail
 objs = list(q)
   File
 /usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/models/query.py,
 line 87, in __len__
 self._result_cache.extend(self._iter)
   File
 /usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/models/query.py,
 line 291, in iterator
 for row in compiler.results_iter():
   File
 /usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/models/sql/compiler.py,
 line 763, in results_iter
 for rows in self.execute_sql(MULTI):
   File
 /usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/models/sql/compiler.py,
 line 818, in execute_sql
 cursor.execute(sql, params)
   File
 /usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/backends/mysql/base.py,
 line 114, in execute
 return self.cursor.execute(query, args)
   File /usr/lib/python2.7/site-packages/MySQLdb/cursors.py, line 174, in
 execute
 self.errorhandler(self, exc, value)
   File /usr/lib/python2.7/site-packages/MySQLdb/connections.py, line 36,
 in defaulterrorhandler
 raise errorclass, errorvalue
 DatabaseError: (1054, Unknown column
 'reviews_fileattachmentcomment.extra_data' in 'field list')


 Michael

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.



  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Error: Error applying evolution: (1051, Unknown table 'auth_message'). Occurred from upgrading from 1.6.13 to 1.7.7.1

2013-05-20 Thread Christian Hammond
Hi Michael,

Can you run the following for me and show me the output:

   $ rb-site manage /path/to/site list-evolutions

It sounds like it's trying to apply an evolution due to thinking your database 
has something (based on a previous evolution-stored signature showing you had 
it), but it's not actually in the database. The auth_message table is something 
that was in prior versions of Django, and isn't now. The evolution we had 
erases it. A workaround might be to manually create a dummy auth_message table 
in the database.

At any point, did you do anything manual with the database? Do you know what 
version of Django you were using with RB 1.6.13?

Also, what prior versions of Review Board do you remember using?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On May 20, 2013, at 12:36 AM, Michael Zhu boot2li...@gmail.com wrote:

 Dear Christian,
 Version of Django Evolution is 0.6.9.
 Michael
 
 
 On Mon, May 20, 2013 at 3:07 AM, Christian Hammond chip...@gmail.com wrote:
 Hi Michael,
 
 Can you check what version of Django Evolution you have installed? You should 
 try to upgrade that if it's below 0.6.9.
 
 Christian
 
 
 On May 19, 2013, at 5:47, Michael Zhu boot2li...@gmail.com wrote:
 
 Dear all,
 
 # rb-site upgrade path/to/reviewboard
 Rebuilding directory structure
 Updating database. This may take a while.
 
 The log output below, including warnings and errors,
 can be ignored unless upgrade fails.
 
 -- begin log output --
 Creating tables ...
 There are unapplied evolutions for auth.
 There are unapplied evolutions for accounts.
 There are unapplied evolutions for diffviewer.
 There are unapplied evolutions for reviews.
 Project signature has changed - an evolution is required
 Installing custom SQL ...
 Installing indexes ...
 Installed 0 object(s) from 0 fixture(s)
 Error: Error applying evolution: (1051, Unknown table 'auth_message')
 
 
 If I force to start server, error message is reported on some review 
 requests. Error log is below:
 Traceback (most recent call last):
   File 
 /usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/handlers/base.py,
  line 111, in get_response
 response = callback(request, *callback_args, **callback_kwargs)
   File 
 /usr/lib/python2.7/site-packages/ReviewBoard-1.7.7.1-py2.7.egg/reviewboard/accounts/decorators.py,
  line 22, in _check
 return view_func(*args, **kwargs)
   File 
 /usr/lib/python2.7/site-packages/ReviewBoard-1.7.7.1-py2.7.egg/reviewboard/reviews/views.py,
  line 538, in review_detail
 objs = list(q)
   File 
 /usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/models/query.py,
  line 87, in __len__
 self._result_cache.extend(self._iter)
   File 
 /usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/models/query.py,
  line 291, in iterator
 for row in compiler.results_iter():
   File 
 /usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/models/sql/compiler.py,
  line 763, in results_iter
 for rows in self.execute_sql(MULTI):
   File 
 /usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/models/sql/compiler.py,
  line 818, in execute_sql
 cursor.execute(sql, params)
   File 
 /usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/backends/mysql/base.py,
  line 114, in execute
 return self.cursor.execute(query, args)
   File /usr/lib/python2.7/site-packages/MySQLdb/cursors.py, line 174, in 
 execute
 self.errorhandler(self, exc, value)
   File /usr/lib/python2.7/site-packages/MySQLdb/connections.py, line 36, 
 in defaulterrorhandler
 raise errorclass, errorvalue
 DatabaseError: (1054, Unknown column 
 'reviews_fileattachmentcomment.extra_data' in 'field list')
 
 
 Michael
 
 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  
 
 
 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you

Error: Error applying evolution: (1051, Unknown table 'auth_message'). Occurred from upgrading from 1.6.13 to 1.7.7.1

2013-05-19 Thread Michael Zhu
Dear all,

# rb-site upgrade path/to/reviewboard
Rebuilding directory structure
Updating database. This may take a while.

The log output below, including warnings and errors,
can be ignored unless upgrade fails.

-- begin log output --
Creating tables ...
There are unapplied evolutions for auth.
There are unapplied evolutions for accounts.
There are unapplied evolutions for diffviewer.
There are unapplied evolutions for reviews.
Project signature has changed - an evolution is required
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)
Error: Error applying evolution: (1051, Unknown table 'auth_message')


If I force to start server, error message is reported on some review 
requests. Error log is below:
Traceback (most recent call last):
  File 
/usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/handlers/base.py,
 
line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
  File 
/usr/lib/python2.7/site-packages/ReviewBoard-1.7.7.1-py2.7.egg/reviewboard/accounts/decorators.py,
 
line 22, in _check
return view_func(*args, **kwargs)
  File 
/usr/lib/python2.7/site-packages/ReviewBoard-1.7.7.1-py2.7.egg/reviewboard/reviews/views.py,
 
line 538, in review_detail
objs = list(q)
  File 
/usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/models/query.py,
 
line 87, in __len__
self._result_cache.extend(self._iter)
  File 
/usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/models/query.py,
 
line 291, in iterator
for row in compiler.results_iter():
  File 
/usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/models/sql/compiler.py,
 
line 763, in results_iter
for rows in self.execute_sql(MULTI):
  File 
/usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/models/sql/compiler.py,
 
line 818, in execute_sql
cursor.execute(sql, params)
  File 
/usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/backends/mysql/base.py,
 
line 114, in execute
return self.cursor.execute(query, args)
  File /usr/lib/python2.7/site-packages/MySQLdb/cursors.py, line 174, in 
execute
self.errorhandler(self, exc, value)
  File /usr/lib/python2.7/site-packages/MySQLdb/connections.py, line 36, 
in defaulterrorhandler
raise errorclass, errorvalue
DatabaseError: (1054, Unknown column 
'reviews_fileattachmentcomment.extra_data' in 'field list')


Michael

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Error: Error applying evolution: (1051, Unknown table 'auth_message'). Occurred from upgrading from 1.6.13 to 1.7.7.1

2013-05-19 Thread Christian Hammond
Hi Michael,

Can you check what version of Django Evolution you have installed? You should 
try to upgrade that if it's below 0.6.9.

Christian


On May 19, 2013, at 5:47, Michael Zhu boot2li...@gmail.com wrote:

 Dear all,
 
 # rb-site upgrade path/to/reviewboard
 Rebuilding directory structure
 Updating database. This may take a while.
 
 The log output below, including warnings and errors,
 can be ignored unless upgrade fails.
 
 -- begin log output --
 Creating tables ...
 There are unapplied evolutions for auth.
 There are unapplied evolutions for accounts.
 There are unapplied evolutions for diffviewer.
 There are unapplied evolutions for reviews.
 Project signature has changed - an evolution is required
 Installing custom SQL ...
 Installing indexes ...
 Installed 0 object(s) from 0 fixture(s)
 Error: Error applying evolution: (1051, Unknown table 'auth_message')
 
 
 If I force to start server, error message is reported on some review 
 requests. Error log is below:
 Traceback (most recent call last):
   File 
 /usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/handlers/base.py,
  line 111, in get_response
 response = callback(request, *callback_args, **callback_kwargs)
   File 
 /usr/lib/python2.7/site-packages/ReviewBoard-1.7.7.1-py2.7.egg/reviewboard/accounts/decorators.py,
  line 22, in _check
 return view_func(*args, **kwargs)
   File 
 /usr/lib/python2.7/site-packages/ReviewBoard-1.7.7.1-py2.7.egg/reviewboard/reviews/views.py,
  line 538, in review_detail
 objs = list(q)
   File 
 /usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/models/query.py,
  line 87, in __len__
 self._result_cache.extend(self._iter)
   File 
 /usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/models/query.py,
  line 291, in iterator
 for row in compiler.results_iter():
   File 
 /usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/models/sql/compiler.py,
  line 763, in results_iter
 for rows in self.execute_sql(MULTI):
   File 
 /usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/models/sql/compiler.py,
  line 818, in execute_sql
 cursor.execute(sql, params)
   File 
 /usr/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/backends/mysql/base.py,
  line 114, in execute
 return self.cursor.execute(query, args)
   File /usr/lib/python2.7/site-packages/MySQLdb/cursors.py, line 174, in 
 execute
 self.errorhandler(self, exc, value)
   File /usr/lib/python2.7/site-packages/MySQLdb/connections.py, line 36, in 
 defaulterrorhandler
 raise errorclass, errorvalue
 DatabaseError: (1054, Unknown column 
 'reviews_fileattachmentcomment.extra_data' in 'field list')
 
 
 Michael
 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.