80
I Use This!
Activity Not Available

News

Analyzed 3 months ago. based on code collected 4 months ago.
Posted over 11 years ago by theMusician
Upon migrating a site to a new platform the migration failed into an unrecoverable via Aegir state. The migration had moved all of the files but did not update the drushrc or vhost file. I was forced to manually delete the site, including the drushrc ... [More] and vhost file both on server_master and my production server, and then reimport by replacing the exisiting settings.php file with a bare-bones one. The site imported like a champ and it is working fine. However, the drushrc file states that the database is localhost whereas the vhost file shows it pointing at our production db host.read more [Less]
Posted over 11 years ago by chertzog
If you installed drush via pear with pear channel-discover pear.drush.org pear install drush/drush the manual instructions for setting up hosting_queued will get you 99% of the way there. The last thing that you need to do is edit the ... [More] /etc/init.d/hosting-queued file and change the following: DAEMON=/usr/local/bin/drush to DAEMON=/usr/bin/drush Then run as root /etc/init.d/hosting-queued start Viola! [Less]
Posted over 11 years ago by marafa
i need help here. and this is being cross posted from d.o because the bug report got no response and i am getting desperate. following instructions at http://community.aegirproject.org/upgrading i used the uprade script located at http://drupalcode.org/project/provision.git/blob_plain/refs/tags/6.x-2.0...read more
Posted over 11 years ago by howardjacobson
I recently tried to create a platform with a .make file that was identified by Aeger as empty. The Platform node was created but the platform was unusable. When I tried to delete the platform, Aegir refused because the platform directory did not contain a valid Drupal installation. The question then is how to delete this platform?
Posted over 11 years ago by niccolo
I wanted to get the idea onto the Aegir community site before I lost the moment I am working towards the NYC Drupal Camp in April at the UN and going to try to make Aegir a 12 Factor App on the Deis (perhaps Flynn) Docker lxc system ... [More] http://nyccamp.org/ I guess I will start with Aegir 2 this is a stub, more info https://drupal.org/node/2169095 https://groups.drupal.org/big-data-drupal http://qr.ae/hDvn6 [Less]
Posted over 11 years ago by howardjacobson
I did a manual Aegir server installation (because the automated install would not work for me). I did not notice that the instructions stated that the server should have the PHP5 Curl library installed. Apparently, that library is necessary for the ... [More] installation of some modules (e.g., the Amex payment module for Drupal Commerce). Perhaps the installation instructions should be updated. [Less]
Posted over 11 years ago by nolotus
i read every http://community.aegirproject.org/content/content/administrator/post-ins... but still very confused ,i just want ask--who can give more simply or more detail.. thank very much . The previous site is build in cpanel ,and just single ... [More] sites ,versions is d7.26 , i can use putty and manage cpanel ,and i build a new aegir2 server ,not have anything ,just new. now ,how to import ,please more detail , and thank every one contribution aegir, better than cpanel . in the end ,i am chinese ,English is not very good. [Less]
Posted over 11 years ago by Liam McDermott
Often when migrating a site to a new platform I've noticed Aegir will change the name of the database, either to append or remove '_0' to it. What causes this to happen? I'd like to stop it if possible, as there is external software trying to access ... [More] the databases of certain sites and the database name changes are messing with it. Also, sorry if this has already been answered somewhere else, searching the Interwebs in general, and this site and Drupal.org in particular, didn't lead to any answers. [Less]
Posted over 11 years ago by chriszz
I had a failed backup due to full hard drive. After that, the settings.php files was emptied - bringing my site down to installation. I was able to restore - so no problem - just thought I drop a line - in case this was not taken care of yet. The bug was in AEGIR 2 RC 5 regards Christian
Posted over 11 years ago by long
Hi, I am using aegir 1.x. I can access db via phpmyadmin without any password. This was setup by someone else and he is not here anymore. I need to carry out db import work from command line because the file is too big for web interface. But I ... [More] cannot find the mysql login details that aegir uses. Unfortunately noone knows the mysql root password either. Does anyone knows where I can find this detail on the server? I can login to both apache server and sql server as root. Does aegir use the mysql root account to handle db?read more [Less]