The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
1answer
334 views

How to correctly remove a module in a staged environment?

Some modules have deïnstallation routines. Which typically remove databasetables for that module, variables from the variable table and locales introduced by that module. These routines live in the ...
9
votes
1answer
230 views

Multiple (and differents) crons?

In a normal production webiste, there are many tasks that need to be done via crontab, but lets say you dont want all of these tasks to run on every cron. For example, i would love to have: A cron ...
4
votes
1answer
100 views

How to send a email message to specific user role when the site goes to the maintenance mode in drupal 7?

I would like to use emails to communicate with users. So i really want to send a email message for all users(or just a number of users with specific role) when the site goes to the maintenance mode ...
1
vote
1answer
172 views

Comprehensive tutorial on maintaining and updating a Drupal installation and it's modules

I'm looking for a comprehensive tutorial on best practices for updating and maintaining a Drupal installation and it's modules where there are multiple instances of the site, that is having a ...
1
vote
1answer
396 views

Efficient and easy Drupal 7 Development to Production workflow

How would you put large existing Drupal 7 production site in some simple Development-Staging-Production workflow ? I read through various documentation about the issue, but would like to know more ...
1
vote
1answer
41 views

Making sure edits work as intended before publishing

I just wanted to pre-empt a situation that is highly likely to occur at some point in the future. I am going to be hosting a small online business using shared hosting. Obviously, once the website ...
0
votes
2answers
149 views

Multisite - Put one alias in maintenance mode

Hello fellow Drupalers, We have one installation (let's call it example.com) with two domains (development.xpto.com and example.com) serving as alias (defined in sites.php) to the main site folder. ...
0
votes
1answer
151 views

Drush package handler - recommendations?

After a day of cursing drush for refusing to update anything, I finally discovered that using --package-handler=wget instead of =git_drupalorg allowed everything to run smoothly. I suspect there were ...