Closed (fixed)
Project:
Hosting
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
13 Dec 2018 at 14:04 UTC
Updated:
10 Jan 2019 at 15:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
jon pughPatch and branch adds a setting: 'Automatically import sites when verifying platforms'
For now this defaults the setting to TRUE which is current behavior.
Let's get this committed first then we can debate the default behavior.
Comment #4
jon pughComment #5
colanI didn't even know that this happened automatically. Traditionally, I would create the platform, create the site, and then move site assets into place and then import the DB.
What happens when you visit a site that's auto-created? Does it just take you to the standard Drupal site-install form, pick your language, etc.?
In any case, making this configurable is a good idea. Besides being able to turn it off, it also makes the feature visible.
I like that's it's left enabled by default, as this is how it's been working until now.
Comment #7
helmo commentedMerged, thanks
Comment #8
colanAnyone?
Comment #10
jon pughThe site node is what is "auto-created" via a
drush @hostmaster hosting-importcall.Provision assumes if the sites/domain.com folder exists the site is already installed there and just uses the existing settings.php, I think. I believe the hosting-import tries to determine the sql info from the existing settings.php file but I'd have to inspect the command to be sure.