@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
phorge
phabricator
1<?php
2
3// Initialize a setup script which may run before database connections have
4// been configured. Scripts initialized in this way ignore database errors
5// while building database configuration and continue.
6
7require_once dirname(__FILE__).'/lib.php';
8
9init_phabricator_script(
10 array(
11 'config.optional' => true,
12 ));