Skip to content

Commit e4c5834

Browse files
committed
Disable Drupal database logging
- Prevents Tome from stressing the db. with updates during static build.
1 parent e04430d commit e4c5834

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/build_static_site.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ cd web || exit 1
1010
echo "Removes redirects"
1111
../vendor/bin/drush scr ../bin/remove_redirects.php
1212
../vendor/bin/drush pmu redirect --yes
13+
../vendor/bin/drush pmu dblog --yes
1314
../vendor/bin/drush sql-dump --result-file=../bin/static_db.sql
1415

1516
rsync -a -v ../../machinevision [email protected]:/home/cloud-user/

0 commit comments

Comments
 (0)