Projet

Général

Profil

Paste
Télécharger (4,18 ko) Statistiques
| Branche: | Révision:

root / bin / d7-sync-site.sh @ 284ceaad

# Date Auteur Commentaire
284ceaad 03/06/2017 15:52 Florent Torregrosa

Issue #659: Better help text for script d7-sync-site.sh

2a0f9a31 03/06/2017 15:21 Florent Torregrosa

Issue #650: Do not export data of some tables when dumping database.

c541cb82 03/06/2017 15:17 Julien Enselme

d7-sync-site.sh: set correct path for file system on destination script

ab3add7e 12/02/2015 18:40 Julien Enselme

d7-sync-site.sh: add -y option for and

b39d5907 12/02/2015 18:38 Julien Enselme

d7-sync-site.sh: correct drushy rsync (incorrect variables).

b02bac9b 12/02/2015 18:25 Julien Enselme

d7-sync-site.sh: correct call to d7-create-site.sh

33aa530a 12/02/2015 18:22 Julien Enselme

d7-sync-site.sh: don't check number of arguments.

d3e12e0b 12/02/2015 18:20 Julien Enselme

d7-sync-site.sh: correct help definition.

15ed27d8 15/01/2015 01:08 Julien Enselme

Use getopts to print help and to parse script arguments.

8550e097 15/10/2014 15:45 Julien Enselme

Command subsitution are not quoted. Quotes posed problems in loop.

3e9236bd 14/10/2014 22:06 Julien Enselme

Update scritp so they respect the new convention.

  • Variables are quoted.
  • $(…) are quoted.
eddb3693 22/08/2014 12:16 Julien Enselme

Use 'drush @ sql-drop' instead of 'drush @ sql-dump | grep DROP | drush sql-cli' to drop db in d7-sync-site.sh

f4bff92c 08/08/2014 18:25 Julien Enselme

use drush sql-cli to sync databases in d7-sync-site.sh instead of mysql

f57004d8 04/04/2014 18:32 Julien Enselme

Sed syntax incorrect.

4169ee78 04/04/2014 18:30 Julien Enselme

We must change all url patterns.

42f1f46f 04/04/2014 18:27 Julien Enselme

Use mysql to sync database instead of drush sql-sync.

999bc9cc 04/04/2014 18:21 Julien Enselme

Correct sed error.

98fad019 04/04/2014 18:18 Julien Enselme

Change source url in database the url of the copy.

06e9d071 21/03/2014 15:42 Assos Assos

Maintenant en local dans le jail webassos #374

c5ae85b0 21/03/2014 00:03 Julien Enselme

Add check_arguments and no need to display output of site_exists.

c9d0efbc 20/03/2014 23:54 Julien Enselme

d7-sync-site.sh works.

  • Backup the correct database.
  • We test if the site is new (no database).
  • Tests on strings are done correctly.
  • We add the option --prod to disable maintenance mode.
4ed597de 20/03/2014 23:33 Julien Enselme

Correct tests

057e4d4b 20/03/2014 21:22 Julien Enselme

Must use function to call function in a test

40dfeef4 20/03/2014 21:19 Julien Enselme

Correct variable name error and function call error.

5ddbdfe4 20/03/2014 21:12 Julien Enselme

Correct path error

a3d7801f 20/03/2014 21:08 Julien Enselme

When creating a new site for sync #375, it is unusefull to init the database.

71d02f8c 20/03/2014 20:59 Julien Enselme

Add script to sync site as described in #375