Discussion

Events happening in the community are now at Drupal community events on www.drupal.org.

The Aegir Project has moved!

This Drupal group is no longer actively used.
To get involved and learn more about Aegir, you should go to our community site,
which also contains our official documentation section and the official discussion group.

Discussion

jaybhancock's picture

Where did redirection go?

I just upgraded to alpha13, and I notice that redirection is no longer working.
* In the edit form for a site, the redirection field has converted the "checkbox" to a "hidden" field so I cannot edit the parameter.
* Also, the database table "hosting_site_alias" has a redirection column and my sites are set from before, but this has no effect.
* Upon investigation, I notice in provision/http/apache/vhost.tpl.php, the redirection code is commented out.

What has happened, and how do I enable my sites with aliases to redirect to the main URL again?

Thanks for the awesome work!

Read more
timwood's picture

Upgrading from alpha7 to alpha13 fails

I've narrowed down the issue we are having with this upgrade, but I don't know the best way to fix the issue to successfully upgrade. The errors we are getting are related to "hosting_update_6009" and "hosting_web_server_update_6002". I've attached the log, without debugging/verbose.

Read more
pearcec's picture

Built a platform from drush make -- unexpected results on a migrate.

I built a platform using the drush make command. Ran drush make on the command line and not inside the new feature alpha13. (I am experimented mind you) I created a quick site on hostmaster platform. It wasn't configured with anything. I migrated it over to my newly created platform from drush make. None of the modules that the platform provides are available to choose from. I guess this is because they are under the profiles directory. So this sort of leaves you out of luck if you start a site on one platform and what to shift to another.

Read more
tqthong's picture

Please help me! Install Aegir 0.4-alpha13

I download the latest version of Aegir system (0.4-alpha13) and Provision (0.4-alpha13)..

I create user "aegir" and add to group "www-data" and home folder is "/var/aegir". I extract file install.sh.txt from provision-0.4-alpha13.tgz to /var/aegir.

I change to user "aegir" and run the install file:

su -s /bin/bash - aegir
sh install.sh

The setup is run OK. But at the end of task, I get the error. Please give me solution to fix this error.

This is the setup:

Read more
acy76's picture

Advice on moving a site out of aegir and onto another host?

I am currently maintaining a few sites using aegir, and one of these sites is going to be passed to another group of developers on a new host in the near future. I would like to know how best to migrate the site to the new hosting environment (which will not be needing aegir, as it's a single site).

It is my understanding that aegir uses a different settings.php format than a standalone drupal site. I am willing to modify the file, however I am not sure how to do so or what other issues I need to be taking into account.

Read more
entrigan's picture

Changing cache settings for aegir sites

I could not figure out how to change my caching settings on my aegir sites. I would go to admin/settings/performance, change the settings, hit save, it would respond that it worked, but the settings would remain unchanged. mrfelton thankfully explained that I could change these settings by editing ~/config/includes/global.inc where ~ is the aegir user's home dir. To disable caching:

$conf['preprocess_css'] = 0;
$conf['preprocess_js'] = 0;
$conf['cache'] = 0;

Not sure if this is a bug or feature, does anyone know why this is the case?

Read more
entrigan's picture

Importing Sites

So I have been importing some sites into aegir, following http://groups.drupal.org/node/24992, and a small issue came up: all of the filepath entries in the files table are "sites/default/files/*". So after the step mv sites/default sites/mysite.com, the filepaths are now wrong.

I solved this by running a query UPDATE files SET filepath = REPLACE(filepath, 'sites/default', 'sites/mysite.com');, But I am curious how other people have dealt with this issue. Am I doing something wrong?

Read more
mrfelton's picture

Passroed protecting development sites

I'm using Aegir to manage development and staging environments (by cloning the live site to additional domain names / platforms). I would like these additional development and staging environments to be password protected. How can I do this (is it currently possible) with Aegir, without having to resort to installing and configuring securesite on the additional environments?

Read more
mig5's picture

Aegir mailing lists

Hi everyone,

If you're like me, you struggle to keep up with GDO, and you often miss conversations on IRC due to timezone differences.

Good news: the Aegir Project now have mailing lists for those of you who prefer it!

Visit the list of mailing lists at http://lists.aegirproject.org.

We've a general 'aegir' list for support, discussion and announcements, as well as an 'aegir-dev' list for the core dev team and those of you digging under the hood or extending the system.

Read more
adrian's picture

Aegir 0.4 Alpha 13 released

The Aegir project would like to present our 0.4 alpha 13 release. This release is primarily a bug fix release, fixing the site imports which have been causing issues with alpha 12.

New in this release is the ability to specify a makefile when you create a platform, which can be either a file on the hostmaster filesystem or a URL. Aegir will automatically build the platform from the specified makefile when it attempts to verify the path, and detects that it is not there.

Features:
#373062 : 0.4 - automate platform creation

Read more
mrfelton's picture

hostnames of development sites

I'm working on a new site, and I want to use Aegir for it (I'm already using aegir for several live sites).

The domain name of the site when launched will be www.example.com
The domain name of the site whilst I am developing it will be dev.mydomin.com

Read more
sfyn's picture

Aegir Training at Koumbit, October 25th

Start: 
2010-10-25 13:00 - 17:00 UTC
Organizers: 
Event type: 
User group meeting

This fall, Koumbit is offering up training series to its members and Montreal's Drupal community. Our Aegir training will empower Drupal users, developers and administrators to make full use of the tool in their work. You can find the rest of our trainings posted on our member site.

Aegir is a batch administration system for Drupal sites. It allows the updating, automatic installation and cloning of Drupals. The development version also supports DNS and multiple servers.

This training targets sysadmins or Drupal developers who wish to install and manage their own Aegir installation. The training will cover:

  • Installation and configuration of Aegir
  • Management of site and code deployment with Aegir
  • Debugging Aegir
  • Managing platform with git
  • Expanding your Drupal farm

Space is limited so reserve a spot as soon as possible!

Read more
mzytaruk's picture

Using platforms on remote sites with 0.4-beta12

When you create a platform, does it have to be on the same server as the aegir installation? We are trying to import a platform on a remote server to manage the sites on it using aegir, but when verifying the platform, aegir keeps saying

The directory /ebs/platforms/pressflow-6.15-R2811 does not contain a valid Drupal installation
Drupal sites directory /ebs/platforms/pressflow-6.15-R2811/sites is not writable by the provisioning script

Read more
transmitter's picture

How to manually delete a platform?

Hi,

I have site1.de (running on an old server without Aegir) and want to import it into new.site1.de (DNS pointing to the new server with Aegir).

So I copied database and code, left the sites directory as it was and created the new platform. The site got activated - no problem.
Then I wanted to migrate or clone site1.de to new.site1.de - both failed - I assume because site1.de isn't really running on Aegir and Aegir has no access to this site.
So, I manually deleted the sites and deleted the platform and restarted with extracting the Code.

Now I did:
cd sites

Read more
timwood's picture

Custom Install Profile not listed on Aegir create site screen

I've got a custom install profile inside my platform folder (drupal/profiles/custom_profile/custom_profile.profile). When I go to the Aegir add site form I see a listing of install profiles from other platforms I have, including the Default drupal one, but I don't see my custom profile. Is there something special I need to do with my install profile to expose it to Aegir? I've re-verified the platform but this didn't help.

Thanks,
-Tim

Read more
jsmm's picture

"hosting setup" must be renamed to "hosting-setup" in order to work with this version of drush...

Hi,

I was completing the canonical manual install of aegir when this message came up. I guess it is an issue of compatibility among components. Can anybody let me know the latest COMPATIBLE versions for each specific component? Thanks so much,

jmm

Read more
Anonymous's picture

Multi-server configuration lessons learned

Thought I would share some useful info (before I ask for support help) on a few lessons I have learned for a Aegir multi-server configuration I have running at Linode (IMO the only Linux VPS for hardcore Drupal deployment). My ultimate goal is to be able deploy Drupal sites in a HA environment without having a complicated mess of more than 5 servers and running services like clustered MySQL.
The main problems I encountered in getting a multi-server configuration to the point where I could deploy a site and migrate it around to different nodes were;

Read more

Ubercart Integration Design Document

Documentation for this module has moved to community.aegirproject.org

This page exists merely as an archive

I've been trying for ages to get my thinking about this module down in some readable form. This document represents a first attempt, and I will try and update it as things become clearer.

Don't put feature requests in here. Submit them to the uc_hosting or hosting issue queues instead.

Components

Read more

Ubercart Integration for Aegir

Documentation for this module has moved to community.aegirproject.org

This page exists merely as an archive

We want your use cases!

Current Head Deployment

Single-Site

  1. Download uc_hosting.
    a. enable Aegir Ubercart Integration and Aegir Ubercart Products

  2. Create a single-site product site. (Create content -> product)

    • Title it keeping in mind that you will be using this in product kits later on
    • Enter an SKU
Read more
drup_lr's picture

how to change the nightly backup location .

nightly backup script (aegir_backup.sh ) works and stores backups in the /aegir/backups directory but i would like to change the backup directory to different place as i run another cron job which deletes backups which are older then one week .As it also deletes all backups which are done by users through normal site backup through aegir front end. i would like to change the nightly backup location so that the backups created by users wont get deleted.

can any one help me to do this.

thanks

Read more
Subscribe with RSS Syndicate content

Discussion

Group organizers

Group categories

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: