Thanks Chistian, that did the trick.

Well since my server is open running and I feel like there are some black 
wholes in the migration process. I am going to share with you guys what I 
did and all the magic steps ;-). This steps are for Unix/Linux 

Since I am kind of lazy, and I do not like to type that much. Lets use the 
following references:

RBa = Old reviewboard server
RBb = New reviewboard server
RBa_backup = Old reviewboard server backup directory 
RBb_backup = New reviewboard server backup directory 
RBa_reviewboard_dir = Reviewboard directory ( Old reviewboard server )
RBb_reviewboard_dir = Reviewboard directory  ( New reviewboard server )
RBa_dumpdb.json = Old Reviewboard database
RBa_dumpdata.json = Old Reviewboard data
RBa_data_directory = data directory inside of RBa_reviewboard_dir 
RBb_data_directory = data directory inside of RBb_reviewboard_dir 

1) Get some nice cup of coffee 
2) Make sure that both RB servers (RBa and RBb) have exactly the same 
version and plugins installed. Not sure about the plugins, but less things 
to worry about it.
3) Inform your users that the server will be down for several hours
4) Make sure that the RBa and RBb are offline "sudo service apache2 stop"
5) Create RBa_backup and RBb_backup somewhere is your filesystem
6) Copy RBa_reviewboard_dir/RBa_data_directory  -> RBa_backup (sudo cp -a 
 RBa_reviewboard_dir/RBa_data_directory   RBa_backup)
7) Package the RBa database: "sudo rb-site manage RBa_reviewboard_dir 
dumpdb > RBa_backup\RBa_dumpdb.json"
8) Package the RBa data: "sudo rb-site manage RBa_reviewboard_dir  dumpdata 
> RBa_backup\RBa_dumpdata.json"
9) Open RBa_dumpdata.json in a text editor  and find all the entries ( 
whose "model" is "contenttypes.contenttype" or "scmtools.tool", and delete 
) those entries.
10) Open RBa_dumpdb.json in a text editor  and find all the entries ( whose 
"model" is "contenttypes.contenttype" or "scmtools.tool", and delete ) 
those entries.
11) Copy the content of RBa_reviewboard_dir  into RBb_reviewboard_dir 
12) Login RBb
13) Restore the RBa data: "sudo rb-site manage RBb_reviewboard_dir  
loaddata RBb_backup\RBa_dumpdata.json"
14) Restore the RBa_database: "sudo rb-site manage RBb_reviewboard_dir  
loaddb RBb_backup\RBa_dumpdb.json"
15) Backup the RBb_data_directory (sudo cp -a RBa_data_directory 
RBa_data_directory.back)
16) Copy the RBa_data_directory inside RBb_reviewboard_dir (sudo cp -a 
RBa_data_directory  RBb_reviewboard_dir/)
17) Put RBb backonline 
18) Make sure that is you renamed the server, you need to change any name 
reference on RBb.
19) Make sure that the repositories credentials still valid
20) Access old review to make sure that everything is in place
21) If you have any other issues, feel free to post them in this Group and 
the super RB guys shall be able to hep you.

P.S Make sure that RBb is online and fully functional before starting the 
migration, otherwise you may endup with problems not related to the 
migration.

Good luck guys

On Monday, November 10, 2014 9:51:43 AM UTC+11, [email protected] 
wrote:
>
> Yes, there's state you'll need to copy over for Subversion and SSH and 
> such. 
>
> Christian 
>
> --   
> Christian Hammond - [email protected] <javascript:>   
> Review Board - https://www.reviewboard.org   
> Beanbag, Inc. - https://www.beanbaginc.com 
>
> -----Original Message----- 
> From: MoonWalker <[email protected] <javascript:>> 
> Reply: [email protected] <javascript:> <[email protected] 
> <javascript:>>> 
> Date: November 9, 2014 at 2:50:57 PM 
> To: [email protected] <javascript:> <[email protected] 
> <javascript:>>> 
> Cc: [email protected] <javascript:> <[email protected] 
> <javascript:>>>, [email protected] <javascript:> <
> [email protected] <javascript:>>> 
> Subject:  Re: How to migrate RB 2.0.10 to a new server 
>
> > No I did not. Do I have to? 
> >   
> > On Monday, November 10, 2014 9:32:02 AM UTC+11, [email protected] 
> > wrote: 
> > > 
> > > Hey, 
> > > 
> > > That error sounds like you're using a self-signed cert that can't be 
> > > properly verified due to the issuer. 
> > > 
> > > Did you copy over the $sitedir/data/ directory from your old install 
> to 
> > > the new one? 
> > > 
> > > Christian 
> > > 
> > > -- 
> > > Christian Hammond - [email protected]   
> > > Review Board - https://www.reviewboard.org 
> > > Beanbag, Inc. - https://www.beanbaginc.com 
> > > 
> > > -----Original Message----- 
> > > From: MoonWalker > 
> > > Reply: [email protected] > > >> 
> > > Date: November 9, 2014 at 2:30:53 PM 
> > > To: [email protected] > > >> 
> > > Cc: [email protected] > > >>, [email protected] < 
> > > [email protected] >> 
> > > Subject: Re: How to migrate RB 2.0.10 to a new server 
> > > 
> > > > Any idea guys? I am big time stuck here :-( 
> > > > 
> > > > On Friday, November 7, 2014 9:43:49 AM UTC+11, MoonWalker wrote: 
> > > > > 
> > > > > sorry the actual cmd that I executed was "sudo -u www.-data svn 
> list 
> > > > > 
> http://mysvnserver/svn/myrepo/com.mycia.internal/superduper/branches   
> > > > > 
> > > > > " 
> > > > > 
> > > > > On Friday, November 7, 2014 9:38:33 AM UTC+11, MoonWalker wrote: 
> > > > > 
> > > > > Hi Chris, 
> > > > > 
> > > > > I verifid the database using the Admin dashboard and mysql console 
> all 
> > > the 
> > > > > data seems to be okay. I am not sure if this issue is some how 
> related 
> > > or 
> > > > > not, but I tried to verify if my repositories were working 
> > > correctelly, but 
> > > > > as soon as I tried to update login/psw I got this error: Server 
> SSL 
> > > > > certificate verification failed: certificate has expired, 
> certificate 
> > > > > issued for a different hostname, issuer is not trusted. 
> > > > > I rerun the following cmd in my Reviewboard server console "svn 
> list 
> > > > > 
> http://mysvnserver/svn/myrepo/com.mycia.internal/superduper/branches   
> > > > > ". 
> > > > > I restarted Apache right after and same issue still present. 
> > > > > 
> > > > > Looking forward to hearing some fresh ideas. 
> > > > > 
> > > > > Cheers 
> > > > > 
> > > > > 
> > > > > *Ii* 
> > > > > On Friday, October 31, 2014 9:26:36 AM UTC+11, 
> [email protected] 
> > > > > wrote: 
> > > > > 
> > > > > Hi, 
> > > > > 
> > > > > Unfortunately, I don't have enough information to be able to tell 
> you 
> > > > > what's wrong here. You'll have to look at the dump file, compare 
> to 
> > > what's 
> > > > > in the database on the working install, and see if anything stands 
> > > out. 
> > > > > 
> > > > > If this is the only thing wrong, perhaps you can just copy over 
> the 
> > > > > password contents between databases manually. 
> > > > > 
> > > > > Christian 
> > > > > 
> > > > > -- 
> > > > > Christian Hammond - [email protected] 
> > > > > Review Board - https://www.reviewboard.org 
> > > > > Beanbag, Inc. - https://www.beanbaginc.com 
> > > > > 
> > > > > -----Original Message----- 
> > > > > From: MoonWalker 
> > > > > Reply: [email protected] > 
> > > > > Date: October 30, 2014 at 3:24:05 PM 
> > > > > To: [email protected] > 
> > > > > Cc: [email protected] >, [email protected] 
> > > > > > 
> > > > > Subject: Re: How to migrate RB 2.0.10 to a new server 
> > > > > 
> > > > > > Hi Christian, 
> > > > > > 
> > > > > > I am upgrade to version 2.0.11 on both servers. Like you 
> mentioned, 
> > > > > seems 
> > > > > > like something went wrong at the encoding/decoding level. I 
> attached 
> > > an 
> > > > > > snapshoot showing the Unicode error hint 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > On Friday, October 31, 2014 9:10:54 AM UTC+11, 
> > > [email protected] 
> > > > > wrote: 
> > > > > > > 
> > > > > > > I have no idea what's going on there at first glance, but the 
> > > first 
> > > > > thing 
> > > > > > > I'd do is open the dump file, find the entry for that 
> repository, 
> > > and 
> > > > > see 
> > > > > > > what the password field contains. Make sure it doesn't appear 
> to 
> > > have 
> > > > > any 
> > > > > > > strange characters in it. 
> > > > > > > 
> > > > > > > By the way, are you performing the dump and the load using the 
> > > same 
> > > > > > > versions of Review Board? 
> > > > > > > 
> > > > > > > Christian 
> > > > > > > 
> > > > > > > -- 
> > > > > > > Christian Hammond - [email protected] 
> > > > > > > Review Board - https://www.reviewboard.org 
> > > > > > > Beanbag, Inc. - https://www.beanbaginc.com 
> > > > > > > 
> > > > > > > -----Original Message----- 
> > > > > > > From: MoonWalker > 
> > > > > > > Reply: [email protected] > > >> 
> > > > > > > Date: October 30, 2014 at 3:08:02 PM 
> > > > > > > To: [email protected] > > >> 
> > > > > > > Cc: [email protected] > > >>, [email protected] < 
> > > > > > > [email protected] >> 
> > > > > > > Subject: Re: How to migrate RB 2.0.10 to a new server 
> > > > > > > 
> > > > > > > > I update to 2.0.11 and the same issue still present : -(. 
> Any 
> > > idea 
> > > > > guys? 
> > > > > > > > 
> > > > > > > > Cheers 
> > > > > > > > 
> > > > > > > > On Wednesday, October 29, 2014 2:19:15 PM UTC+11, MoonWalker 
> > > wrote: 
> > > > > > > > > 
> > > > > > > > > Well I was able to by pass that issue :-). 
> > > > > > > > > 
> > > > > > > > > I generate/apply both dumpdb and dumpdata without any 
> issues 
> > > (I 
> > > > > had to 
> > > > > > > Open 
> > > > > > > > > the dump file in a text editor and find all the entries 
> > > > > > > > > 
> > > > > > > > > whose "model" is "contenttypes.contenttype" or 
> > > "scmtools.tool", 
> > > > > and 
> > > > > > > delete those 
> > > > > > > > entries.). 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > Seems like the data is there, but as soon as I open one of 
> the 
> > > > > reviews 
> > > > > > > I had this 
> > > > > > > > > 
> > > > > > > > > UnicodeDecodeError: 
> > > > > > > > > 
> > > > > > > > > This the traceback: 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > Environment: 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > Request Method: GET 
> > > > > > > > > Request URL: http://reviewboard.devneta.local/r/845/ 
> > > > > > > > > 
> > > > > > > > > Django Version: 1.6.8 
> > > > > > > > > Python Version: 2.7.6 
> > > > > > > > > Installed Applications: 
> > > > > > > > > [u'django.contrib.admin', 
> > > > > > > > > u'django.contrib.auth', 
> > > > > > > > > u'django.contrib.contenttypes', 
> > > > > > > > > u'django.contrib.sites', 
> > > > > > > > > u'django.contrib.sessions', 
> > > > > > > > > u'django.contrib.staticfiles', 
> > > > > > > > > u'djblets', 
> > > > > > > > > u'djblets.configforms', 
> > > > > > > > > u'djblets.datagrid', 
> > > > > > > > > u'djblets.extensions', 
> > > > > > > > > u'djblets.feedview', 
> > > > > > > > > u'djblets.gravatars', 
> > > > > > > > > u'djblets.log', 
> > > > > > > > > u'djblets.pipeline', 
> > > > > > > > > u'djblets.siteconfig', 
> > > > > > > > > u'djblets.util', 
> > > > > > > > > u'djblets.webapi', 
> > > > > > > > > u'haystack', 
> > > > > > > > > u'pipeline', 
> > > > > > > > > u'reviewboard', 
> > > > > > > > > u'reviewboard.accounts', 
> > > > > > > > > u'reviewboard.admin', 
> > > > > > > > > u'reviewboard.attachments', 
> > > > > > > > > u'reviewboard.changedescs', 
> > > > > > > > > u'reviewboard.datagrids', 
> > > > > > > > > u'reviewboard.diffviewer', 
> > > > > > > > > u'reviewboard.extensions', 
> > > > > > > > > u'reviewboard.hostingsvcs', 
> > > > > > > > > u'reviewboard.notifications', 
> > > > > > > > > u'reviewboard.reviews', 
> > > > > > > > > u'reviewboard.reviews.ui', 
> > > > > > > > > u'reviewboard.scmtools', 
> > > > > > > > > u'reviewboard.site', 
> > > > > > > > > u'reviewboard.ssh', 
> > > > > > > > > u'reviewboard.webapi', 
> > > > > > > > > u'django_reset', 
> > > > > > > > > u'django_evolution'] 
> > > > > > > > > Installed Middleware: 
> > > > > > > > > [u'django.middleware.gzip.GZipMiddleware', 
> > > > > > > > > u'reviewboard.admin.middleware.InitReviewBoardMiddleware', 
> > > > > > > > > u'django.middleware.clickjacking.XFrameOptionsMiddleware', 
> > > > > > > > > u'django.middleware.common.CommonMiddleware', 
> > > > > > > > > u'django.middleware.doc.XViewMiddleware', 
> > > > > > > > > u'django.middleware.http.ConditionalGetMiddleware', 
> > > > > > > > > u'django.middleware.locale.LocaleMiddleware', 
> > > > > > > > > u'django.contrib.sessions.middleware.SessionMiddleware', 
> > > > > > > > > 
> u'django.contrib.auth.middleware.AuthenticationMiddleware', 
> > > > > > > > > u'django.contrib.messages.middleware.MessageMiddleware', 
> > > > > > > > > u'djblets.siteconfig.middleware.SettingsMiddleware', 
> > > > > > > > > u'reviewboard.admin.middleware.LoadSettingsMiddleware', 
> > > > > > > > > u'djblets.extensions.middleware.ExtensionsMiddleware', 
> > > > > > > > > u'djblets.log.middleware.LoggingMiddleware', 
> > > > > > > > > u'reviewboard.accounts.middleware.TimezoneMiddleware', 
> > > > > > > > > 
> > > u'reviewboard.admin.middleware.CheckUpdatesRequiredMiddleware', 
> > > > > > > > > u'reviewboard.admin.middleware.X509AuthMiddleware', 
> > > > > > > > > u'reviewboard.site.middleware.LocalSiteMiddleware', 
> > > > > > > > > 
> u'djblets.extensions.middleware.ExtensionsMiddlewareRunner', 
> > > > > > > > > 
> u'reviewboard.admin.middleware.ExtraExceptionInfoMiddleware'] 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > Traceback: 
> > > > > > > > > File 
> > > > > > > > > 
> > > > > > > 
> > > > > 
> > > 
> "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/core/handlers/base.py"
>  
>   
> > > 
> > > > > 
> > > > > > > 
> > > > > > > > > in get_response 
> > > > > > > > > 112. response = wrapped_callback(request, 
> > > > > > > > > *callback_args, **callback_kwargs) 
> > > > > > > > > File 
> > > > > > > > > 
> > > > > > > 
> > > > > 
> > > 
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/accounts/decorators.py"
>  
>   
> > > 
> > > > > 
> > > > > > > 
> > > > > > > > > in _check 
> > > > > > > > > 23. return view_func(*args, **kwargs) 
> > > > > > > > > File 
> > > > > > > > > 
> > > > > > > 
> > > > > 
> > > 
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/site/decorators.py"
>  
>   
> > > 
> > > > > 
> > > > > > > 
> > > > > > > > > in _check 
> > > > > > > > > 35. return view_func(request, local_site=local_site, 
> *args, 
> > > > > > > > > **kwargs) 
> > > > > > > > > File 
> > > > > > > > > 
> > > > > > > 
> > > > > 
> > > 
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/reviews/views.py"
>  
>   
> > > 
> > > > > 
> > > > > > > 
> > > > > > > > > in review_detail 
> > > > > > > > > 710. 'screenshots': screenshots, 
> > > > > > > > > File 
> > > > > > > > > 
> > > > > > > 
> > > > > 
> > > 
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/reviews/context.py"
>  
>   
> > > 
> > > > > 
> > > > > > > 
> > > > > > > > > in make_review_request_context 
> > > > > > > > > 92. upload_diff_form = UploadDiffForm(review_request, 
> > > > > > > > > request=request) 
> > > > > > > > > File 
> > > > > > > > > 
> > > > > > > 
> > > > > 
> > > 
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/reviews/forms.py"
>  
>   
> > > 
> > > > > 
> > > > > > > 
> > > > > > > > > in __init__ 
> > > > > > > > > 95. data, *args, **kwargs) 
> > > > > > > > > File 
> > > > > > > > > 
> > > > > > > 
> > > > > 
> > > 
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/diffviewer/forms.py"
>  
>   
> > > 
> > > > > 
> > > > > > > 
> > > > > > > > > in __init__ 
> > > > > > > > > 41. if 
> > > > > > > > > 
> self.repository.get_scmtool().get_diffs_use_absolute_paths(): 
> > > > > > > > > File 
> > > > > > > > > 
> > > > > > > 
> > > > > 
> > > 
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/scmtools/models.py"
>  
>   
> > > 
> > > > > 
> > > > > > > 
> > > > > > > > > in get_scmtool 
> > > > > > > > > 230. return cls(self) 
> > > > > > > > > File 
> > > > > > > > > 
> > > > > > > 
> > > > > 
> > > 
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/scmtools/svn/__init__.py"
>  
>   
> > > 
> > > > > 
> > > > > > > 
> > > > > > > > > in __init__ 
> > > > > > > > > 73. local_site_name) 
> > > > > > > > > File 
> > > > > > > > > 
> > > > > > > 
> > > > > 
> > > 
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/scmtools/svn/__init__.py"
>  
>   
> > > 
> > > > > 
> > > > > > > 
> > > > > > > > > in build_client 
> > > > > > > > > 415. client = Client(config_dir, repopath, username, 
> password) 
> > > > > > > > > File 
> > > > > > > > > 
> > > > > > > 
> > > > > 
> > > 
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.11-py2.7.egg/reviewboard/scmtools/svn/pysvn.py"
>  
>   
> > > 
> > > > > 
> > > > > > > 
> > > > > > > > > in __init__ 
> > > > > > > > > 41. 
> self.client.set_default_password(six.text_type(password)) 
> > > > > > > > > 
> > > > > > > > > Exception Type: UnicodeDecodeError at /r/845/ 
> > > > > > > > > Exception Value: 'ascii' codec can't decode byte 0x89 in 
> > > position 
> > > > > 3: 
> > > > > > > > > ordinal not in range(128) 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > On Wednesday, October 29, 2014 11:09:29 AM UTC+11, 
> MoonWalker 
> > > > > wrote: 
> > > > > > > > >> 
> > > > > > > > >> dumpdata 
> > > > > > > > >> 
> > > > > > > > >> On Wednesday, October 29, 2014 10:55:47 AM UTC+11, 
> > > > > > > [email protected] 
> > > > > > > > >> wrote: 
> > > > > > > > >>> 
> > > > > > > > >>> Did you use dumpdb or dumpdata to construct the dump 
> file? 
> > > > > > > > >>> 
> > > > > > > > >>> Christian 
> > > > > > > > >>> 
> > > > > > > > >>> -- 
> > > > > > > > >>> Christian Hammond - [email protected] 
> > > > > > > > >>> Review Board - https://www.reviewboard.org 
> > > > > > > > >>> Beanbag, Inc. - https://www.beanbaginc.com 
> > > > > > > > >>> 
> > > > > > > > >>> -----Original Message----- 
> > > > > > > > >>> From: MoonWalker 
> > > > > > > > >>> Reply: [email protected] > 
> > > > > > > > >>> Date: October 28, 2014 at 4:33:55 PM 
> > > > > > > > >>> To: [email protected] > 
> > > > > > > > >>> Cc: [email protected] >, 
> > > > > > > > >>> [email protected] > 
> > > > > > > > >>> Subject: Re: How to migrate RB 2.0.10 to a new server 
> > > > > > > > >>> 
> > > > > > > > >>> > 
> > > > > > > > >>> > 
> > > > > > > > >>> > Hi Chrisitan, 
> > > > > > > > >>> > 
> > > > > > > > >>> > I attached a snapshot of my console. 
> > > > > > > > >>> > 
> > > > > > > > >>> > 
> > > > > > > > >>> > 
> > > > > > > > >>> > 
> > > > > > > > >>> > 
> > > > > > > > >>> > 
> > > > > > > > >>> > 
> > > > > > > > >>> > 
> > > > > > > > >>> > 
> > > > > > > > >>> > On Wednesday, October 29, 2014 10:00:00 AM UTC+11, 
> > > > > > > > >>> [email protected] 
> > > > > > > > >>> > wrote: 
> > > > > > > > >>> > > 
> > > > > > > > >>> > > Can you show me the entire console output for this? 
> As 
> > > it 
> > > > > is, 
> > > > > > > its 
> > > > > > > > >>> not 
> > > > > > > > >>> > > making a lot of sense to me. 
> > > > > > > > >>> > > 
> > > > > > > > >>> > > Christian 
> > > > > > > > >>> > > 
> > > > > > > > >>> > > -- 
> > > > > > > > >>> > > Christian Hammond - [email protected] 
> > > > > > > > >>> > > Review Board - https://www.reviewboard.org 
> > > > > > > > >>> > > Beanbag, Inc. - https://www.beanbaginc.com 
> > > > > > > > >>> > > 
> > > > > > > > >>> > > -----Original Message----- 
> > > > > > > > >>> > > From: MoonWalker > 
> > > > > > > > >>> > > Reply: [email protected] > > >> 
> > > > > > > > >>> > > Date: October 27, 2014 at 10:15:52 PM 
> > > > > > > > >>> > > To: [email protected] > > >> 
> > > > > > > > >>> > > Cc: [email protected] > > >>, 
> [email protected] 
> > > < 
> > > > > > > > >>> > > [email protected] >> 
> > > > > > > > >>> > > Subject: Re: How to migrate RB 2.0.10 to a new 
> server 
> > > > > > > > >>> > > 
> > > > > > > > >>> > > > Well I installed using easy_install and no 
> complains 
> > > > > during 
> > > > > > > the 
> > > > > > > > >>> > > > installation. Now I have another issue after re 
> > > executing 
> > > > > the 
> > > > > > > > >>> command 4) 
> > > > > > > > >>> > > I 
> > > > > > > > >>> > > > got a prompt asking me if I want to continue with 
> this 
> > > > > process 
> > > > > > > and 
> > > > > > > > >>> I 
> > > > > > > > >>> > > said 
> > > > > > > > >>> > > > "yes". After hitting enter I got this; 
> > > > > > > > >>> > > > 
> > > > > > > > >>> > > > sh:1: ./reviewboard/manage.py: not found 
> > > > > > > > >>> > > > CommandError: Problem installing 
> > > > > > > "/home/admin/wrk/database.json": 
> > > > > > > > >>> Uknown 
> > > > > > > > >>> > > > dump format 
> > > > > > > > >>> > > > 
> > > > > > > > >>> > > > Not sure why this is happening. I have the same RB 
> > > version 
> > > > > on 
> > > > > > > both 
> > > > > > > > >>> ends, 
> > > > > > > > >>> > > > the only diff is that Ubuntu version is not the 
> same 
> > > (old 
> > > > > = 
> > > > > > > 12.04, 
> > > > > > > > >>> new = 
> > > > > > > > >>> > > > 14.04). 
> > > > > > > > >>> > > > 
> > > > > > > > >>> > > > cheers 
> > > > > > > > >>> > > > 
> > > > > > > > >>> > > > On Tuesday, October 28, 2014 4:06:29 PM UTC+11, 
> > > MoonWalker 
> > > > > > > wrote: 
> > > > > > > > >>> > > > > 
> > > > > > > > >>> > > > > Hi Christian, 
> > > > > > > > >>> > > > > 
> > > > > > > > >>> > > > > I followed the provious steps, but I have an 
> issue 
> > > after 
> > > > > > > > >>> exectuting 
> > > > > > > > >>> > > step 
> > > > > > > > >>> > > > > 4. I got the following message: "CommandError: 
> > > Before 
> > > > > using 
> > > > > > > this 
> > > > > > > > >>> > > command, 
> > > > > > > > >>> > > > > you need to install the 'django-reset' package. 
> > > > > > > > >>> > > > > 
> > > > > > > > >>> > > > > I am using Ubuntu 14.04 and the Python version 
> is 
> > > .2.7.6 
> > > > > and 
> > > > > > > > >>> Django V 
> > > > > > > > >>> > > > > 1.6.8. 
> > > > > > > > >>> > > > > 
> > > > > > > > >>> > > > > If I understood correctly such package was 
> removed 
> > > on 
> > > > > 1.5 
> > > > > > > > >>> according to 
> > > > > > > > >>> > > > > this 
> https://pypi.python.org/pypi/django-reset/0.1.0 
> > > . 
> > > > > > > Shall I 
> > > > > > > > >>> > > install 
> > > > > > > > >>> > > > > it? 
> > > > > > > > >>> > > > > 
> > > > > > > > >>> > > > > cheers 
> > > > > > > > >>> > > > > 
> > > > > > > > >>> > > > > On Tuesday, October 28, 2014 1:26:40 PM UTC+11, 
> > > > > > > > >>> [email protected] 
> > > > > > > > >>> > > > > wrote: 
> > > > > > > > >>> > > > >> 
> > > > > > > > >>> > > > >> Hi, 
> > > > > > > > >>> > > > >> 
> > > > > > > > >>> > > > >> In theory this should still work. However, it's 
> > > > > important 
> > > > > > > to 
> > > > > > > > >>> note 
> > > > > > > > >>> > > that 
> > > > > > > > >>> > > > >> these are very different types of databases, 
> and 
> > > there 
> > > > > > > *may* be 
> > > > > > > > >>> > > problems. 
> > > > > > > > >>> > > > >> You'll have to see what happens when you give 
> that 
> > > a 
> > > > > shot. 
> > > > > > > > >>> > > > >> 
> > > > > > > > >>> > > > >> As long as you don't delete or alter your old 
> > > database, 
> > > > > no 
> > > > > > > harm 
> > > > > > > > >>> will 
> > > > > > > > >>> > > be 
> > > > > > > > >>> > > > >> done by trying the steps. 
> > > > > > > > >>> > > > >> 
> > > > > > > > >>> > > > >> Christian 
> > > > > > > > >>> > > > >> 
> > > > > > > > >>> > > > >> -- 
> > > > > > > > >>> > > > >> Christian Hammond - [email protected] 
> > > > > > > > >>> > > > >> Review Board - https://www.reviewboard.org 
> > > > > > > > >>> > > > >> Beanbag, Inc. - https://www.beanbaginc.com 
> > > > > > > > >>> > > > >> 
> > > > > > > > >>> > > > >> -----Original Message----- 
> > > > > > > > >>> > > > >> From: MoonWalker 
> > > > > > > > >>> > > > >> Reply: [email protected] > 
> > > > > > > > >>> > > > >> Date: October 27, 2014 at 6:13:28 PM 
> > > > > > > > >>> > > > >> To: [email protected] > 
> > > > > > > > >>> > > > >> Subject: How to migrate RB 2.0.10 to a new 
> server 
> > > > > > > > >>> > > > >> 
> > > > > > > > >>> > > > >> > hi, 
> > > > > > > > >>> > > > >> > 
> > > > > > > > >>> > > > >> > I have the latest version on both (old and 
> new 
> > > > > server). I 
> > > > > > > > >>> read some 
> > > > > > > > >>> > > old 
> > > > > > > > >>> > > > >> > post regarding migration, but I want to make 
> sure 
> > > > > that 
> > > > > > > those 
> > > > > > > > >>> steps 
> > > > > > > > >>> > > > >> still 
> > > > > > > > >>> > > > >> > valid for 2.x . Not sure that this steps 
> cover 
> > > the 
> > > > > sqlite 
> > > > > > > DB 
> > > > > > > > >>> as 
> > > > > > > > >>> > > well. 
> > > > > > > > >>> > > > >> Am I 
> > > > > > > > >>> > > > >> > missing something here? 
> > > > > > > > >>> > > > >> > 
> > > > > > > > >>> > > > >> > thx for your support 
> > > > > > > > >>> > > > >> > 
> > > > > > > > >>> > > > >> > >1. On the old server, dump your site data. 
> > > > > > > > >>> > > > >> > > sudo rb-site manage /path/to/site dumpdata 
> > 
> > > > > > > > >>> > > > >> /path/to/backup/rbdump.json 
> > > > > > > > >>> > > > >> > > 
> > > > > > > > >>> > > > >> > > 2. Open the dump file in a text editor and 
> find 
> > > all 
> > > > > the 
> > > > > > > > >>> entries 
> > > > > > > > >>> > > > >> > > whose "model" is "contenttypes.contenttype" 
> or 
> > > > > > > > >>> "scmtools.tool", 
> > > > > > > > >>> > > and 
> > > > > > > > >>> > > > >> delete 
> > > > > > > > >>> > > > >> > > those entries. 
> > > > > > > > >>> > > > >> > > 
> > > > > > > > >>> > > > >> > > 3. On the new server, create a new site 
> > > following 
> > > > > the 
> > > > > > > > >>> directions 
> > > > > > > > >>> > > on 
> > > > > > > > >>> > > > >> the 
> > > > > > > > >>> > > > >> > > ReviewBoard site. Note that you don't have 
> to 
> > > use 
> > > > > the 
> > > > > > > same 
> > > > > > > > >>> > > database 
> > > > > > > > >>> > > > >> type 
> > > > > > > > >>> > > > >> > > as your old server (my old server used 
> MySQL, 
> > > my 
> > > > > new 
> > > > > > > server 
> > > > > > > > >>> uses 
> > > > > > > > >>> > > > >> > > PostgreSQL). 
> > > > > > > > >>> > > > >> > > 
> > > > > > > > >>> > > > >> > > 4. On the new server, load the old site 
> data. 
> > > > > > > > >>> > > > >> > > sudo rb-site manage /path/to/site loaddata 
> > > > > > > > >>> > > > >> /path/to/backup/rbdump.json 
> > > > > > > > >>> > > > >> > > 
> > > > > > > > >>> > > > >> > > 5. (Optional) For good measure, reboot your 
> new 
> > > > > server. 
> > > > > > > > >>> > > > >> > > 
> > > > > > > > >>> > > > >> > 
> > > > > > > > >>> > > > >> > -- 
> > > > > > > > >>> > > > >> > 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 [email protected]. 
> > > > > > > > >>> > > > >> > 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 [email protected] . 
> > > > > > > > >>> > > > 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: 
> > > > > > > > > onmousedown="this.href='> > target="_blank" 
> > > onmousedown="this.href=' 
> > > > > 
> > > 
> https://www.google.com/url?q%5C75https%3A%2F%2Frbcommons.com%2F%5C46sa%5C75D%5C46sntz%5C0751%5C46usg%5C75AFQjCNHb-u2_RY-dBIOlVIqiWd3JbrdivA\47;return';return
>  
> <https://www.google.com/url?q%5C75https%3A%2F%2Frbcommons.com%2F%5C46sa%5C75D%5C46sntz%5C0751%5C46usg%5C75AFQjCNHb-u2_RY-dBIOlVIqiWd3JbrdivA%5C47;return';return>
>  
>   
> > >   
> > > 
> > > > > 
> > > > > true;" oncli 
> > > > > 
> > > > > ... 
> > > > 
> > > > -- 
> > > > 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 [email protected] . 
> > > > 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 [email protected] <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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to