Closed (duplicate)
Project:
Barracuda
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 May 2012 at 11:25 UTC
Updated:
11 May 2012 at 18:38 UTC
Jump to comment: Most recent
Hi,
I have a single site with 1 datebase. Is it Barracura a right choise for me?
Do I need to specify Reverse host in BARRACUDA.sh.txt? Do I need to install Octopus or Aegir? Or I can just install the Barracuda on my system? (I use vanilla Debian 6).
Thanks
Comments
Comment #1
superfedya commentedI want to install Barracuda for the test purpose.
I point my sub-domains to my test server IP:
_MY_OWNIP="mytestserverip"
_MY_HOSTN="server.test.com"
_MY_FRONT="host.test.com"
But my main domain is always pointed to my old server IP.
So, I got an error: /var/aegir/install.log
==> This server does not have a hostname that resolves to an IP address.
Any way to install it, without change IP address of my main domain?
Thanks
Comment #2
superfedya commentedI installed a head version and it work fine.
But why master server doesn't have a mysql access (only nginx)? It's normal?
There is any documentation? How to correctly add a site? Setup the firewall?
Thanks
Comment #3
Anonymous (not verified) commentedI would recommend watching these videos on how to setup BOA. They will answer the what and why for your questions above.
http://friendlydrupal.com/screencasts/installing-barracuda-aegir
http://www.youtube.com/watch?v=ZLMPlPvAuiE
Peace,
Michael Clendening
Comment #4
superfedya commentedHmmm...
My site is in /site sub-folder. My phpbb3 forum is in /forum sub-folder... How I can make it works with Barracura/Octopus?
And can I migrate an existing Drupal (Pressflow6) site to Barracuda/Octopus? There is something special about?
Did I really need an Octopus for a single site?
Thanks
Comment #5
omega8cc commentedYes, you need Octopus even for one site - just because it includes many improvements not available in the master instance created by Barracuda.
If you need to add a non-drupal site in a subdirectory, but using the same domain as used by your Drupal site, this can be done with available custom Nginx rewrites added per instructions I just posted on g.d.o, however existing how-to is for static files redirects only, while you will need to catch entire subdirectory in the extra Nginx sub-config to avoid sending it to the default drupal /index.php. It is also easy, but as with everything, only when you are doing it the second time.
I will try to add some how-to in the docs/HINTS.txt soon.
Comment #6
omega8cc commentedFor site migration to BOA, please see the docs: http://omega8.cc/import-your-sites-to-aegir-in-8-easy-steps-109
Comment #7
superfedya commentedThanks
New installer is a little complicated, why I cannot change MariaDB to Percona?
http://drupal.org/node/1567228
Comment #8
omega8cc commentedWe don't want to add too many options to command line wrapper. If you prefer to use non-default setup, you need to use Barracuda and Octopus directly, as explained in the docs. See also: http://drupal.org/node/1567228#comment-5970206
Comment #9
superfedya commentedI have a question about step 6:
Import your uploaded database (or use backup_migrate module) with: $ cd static/custom/name/sites/domain $ drush sqlc < /data/disk/USER/static/domain.sql $ drush cc all
Where I need to put my sql file, if I'll use not a custom platform but D6P? Like than?
$ cd /data/disk/t1o/distro/001/pressflow-6.26.1-prod/sites/mysite $ drush sqlc < /data/disk/USER/static/domain.sql $ drush cc all
/data/disk/USER/static/domain.sql - it is a path to my sql file?
domain.sql is obligatory name or I can change it?
And for the Step 5:
Move all files from sites/default/files to sites/domain/files with: cp -af sites/default/files/* sites/domain/files/
The new path for my files will be: /data/disk/t1o/distro/001/pressflow-6.26.1-prod/sites/mysite.com/files
Thanks!
Comment #10
superfedya commentedHmmm... I put all my modules to all directory, I restored my DB via drush. Now when I press to Migrate: Processing time: 11 hours 16 min and it's not done yet... It's normal?
Running: /data/disk/t1o/tools/drush/drush.php @test.mysite.com provision-migrate '@platform_Drupal6261P001' '@test1.mysite.com' --backend 2>&1
The queue is currently run every 5 sec, was last run 11 hours ago and processes 1 items at a time. Server time is 02:08:17+0000.
Any way to accelerate it?
Thanks
Comment #11
omega8cc commentedWe can't support a flood of not really related questions in the same issue.
Please read the docs and use issue queue after searching for similar issues.
Comment #12
drurian commentedRe: tutorials
This one is better, it includes Octopus (you still need it even for one site).
http://friendlydrupal.com/screencasts/friendly-drupal-more-aegir-install...