Hi, The easiest way in your case would be to move either the entire /var/www directory, or just the site directory, to the other mount and then symlink. Downtime would be minimal. The entire process should be done in less than a minute.
If you need to migrate /usr/lib/mysql, the process would be roughly the same. You'll definitely want to shut down MySQL before moving anything, though. Basically, so long as symlinks are used to ensure that the resulting file paths remain the same, you shouldn't have to modify any files or migrate anything. Christian On Thursday, October 31, 2013, Akshaya Samantaray wrote: > Hi , > > We have a reviewBoard instance 1.7.12 running on Rhel6.3 server installed on > /var/www path and mysql installed on /usr/lib/mysql > > Since /var/www is getting full and not much space ,we want to migrate the > data from /var/www to new mount on same server . > > Could you please tell me the correct process to migrate both ReviewBaord data > & mysql database to different location so that there will be no data > loss.corruption .Let me know how downtime required for the same . > > Thanks > > -- > 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:_e({}, > 'cvml', 'reviewboard%[email protected]');>. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- Christian Hammond - [email protected] Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com -- 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/groups/opt_out.
