Skip to content

Commit a275b59

Browse files
pfaffmangschlager
andauthored
Removing unicorn service from phpbb template broke the build (#934)
* Removing unicorn service from phpbb template broke the build https://meta.discourse.org/t/migrate-a-phpbb3-forum-to-discourse/30810/786?u=pfaffman * Prevent Sidekiq from running Usually we don't want Sidekiq to run during an import because it might mess things up while there's incomplete or inconsistent data. --------- Co-authored-by: Gerhard Schlager <[email protected]>
1 parent 526b432 commit a275b59

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/import/phpbb3.template.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# This template installs MariaDB and all dependencies needed for importing from phpBB3.
22

3+
env:
4+
UNICORN_SIDEKIQS: 0
5+
36
params:
47
home: /var/www/discourse
58

@@ -8,15 +11,13 @@ hooks:
811
- exec:
912
cd: /etc/service
1013
cmd:
11-
- rm -R unicorn
1214
- rm -R nginx
1315
- rm -R cron
1416

1517
- exec:
1618
cd: /etc/runit/3.d
1719
cmd:
1820
- rm 01-nginx
19-
- rm 02-unicorn
2021

2122
- file:
2223
path: /etc/mysql/conf.d/import.cnf

0 commit comments

Comments
 (0)