Re: 'Can't create table 'reviewboard.#sql-280a_6' error while upgrading to v2.5.6.1 from v1.5.1

2016-07-26 Thread Abhishek Choudhary
Hi Christian, Thanks for the quick response. Yes, I had taken a backup of my data and I changed all my MyISAM tables to InnoDB and no longer get that unable to create mysql table error. But I am still facing this other error (see below). Could you please suggest something to work around this pr

Re: [P4] RB not able to find all the pending changelist

2016-07-26 Thread Massimiliano Scifo
Hi David, from what i understood seems that the files need to be shelved (and after that, revert the original ones) for making review board being able to create a review with correct diff, but the documentation does not help too much to understand if what i'm supposing is right or not :) Il gi

Re: 'Can't create table 'reviewboard.#sql-280a_6' error while upgrading to v2.5.6.1 from v1.5.1

2016-07-26 Thread Christian Hammond
Hi Abhi, I won't be able to do much else tonight, as it's 3:40AM here, but if you could supply the following here as attachments, we can start taking a look tomorrow: 1) A schema-only dump of your database (pre-upgrade): mysqldump -h -u -p > schema.sql 2) A data dump of the django_project_v

Re: 'Can't create table 'reviewboard.#sql-280a_6' error while upgrading to v2.5.6.1 from v1.5.1

2016-07-26 Thread Christian Hammond
On Tuesday, July 26, 2016, Christian Hammond wrote: > Hi Abhi, > > I won't be able to do much else tonight, as it's 3:40AM here, but if you > could supply the following here as attachments, we can start taking a look > tomorrow: > > 1) A schema-only dump of your database (pre-upgrade): > > mysqld

Re: 'Can't create table 'reviewboard.#sql-280a_6' error while upgrading to v2.5.6.1 from v1.5.1

2016-07-26 Thread Abhishek Choudhary
Hi Christian, PFA schema.sql and data.sql. If the database is in an inconsistent state - i am okay with starting afresh as the current setup has some really old data. I tried to do 'rb-site manage --debug ~/reviewboard/site evolve -- --hint --execute' but it gave me below error. Does it give a

Re: DEBUG = True and Bad Request (400)

2016-07-26 Thread Jonathan Haimez
Hi, how can i use the 0.0.0.0 ip adresse for the ALLOWED_HOSTS? I want to have fdqn (my.review.compagny) and ip of my server (dynamic). I can't do that ALLOWED_HOSTS = ['reviews.mycompany.com', 'localhost', '22.02.02.02' ] Le mercredi 9 septembre 2015 03:05:03 UTC+2, Christian Hammond a écrit

Re: 'Can't create table 'reviewboard.#sql-280a_6' error while upgrading to v2.5.6.1 from v1.5.1

2016-07-26 Thread Christian Hammond
--hint --execute will only ever break things. Outside of developing Review Board itself, you'll never want to run that for any reason. It bypasses our evolutions and tries to brute-force, which will fail to result in the same schema, will lose data, and force you into a state that takes very carefu

Re: Webhook Event - Review request published gets triggered on update

2016-07-26 Thread Christian Hammond
Hi, Sorry for the delay in getting back to you on this! The "published" event is used any time a draft of a review request is published. This means the first time it's been published, and every time a change is made or new diff is uploaded and then published. Basically, any time the "Publish" but