Created
April 20, 2021 11:30
-
-
Save sritasngh/4e6009711cabb8c3ac71623b2064f134 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** Running postinstall for everything *** | |
*** Running postinstall for common actions*** | |
*** Creating user and group *** | |
NOTE: group 'fossy' already exists, good. | |
NOTE: user 'fossy' already exists, good. | |
*** Making sure needed dirs exist with right ownership/permissions *** | |
*** clearing file cache *** | |
NOTE: Repository already exists at /srv/fossology/repository | |
NOTE: Running the PostgreSQL vacuum and analyze command can result in a large database performance improvement. | |
We suggest that you either configure postgres to run its autovacuum and autoanalyze daemons, or maintagent -D in a cron job, or run Admin > Maintenance on a regular basis. | |
Admin > Dashboard will show you the last time vacuum and analyze have been run. | |
*** Running postinstall for web-only actions*** | |
*** Setting up the FOSSology database *** | |
NOTE: fossology database already exists, not creating | |
*** Checking for plpgsql support *** | |
NOTE: plpgsql already exists in fossology database, good | |
*** update the database and license_ref table *** | |
Old release was 3.3.0 | |
PHP Warning: Undefined array key "license_candidate" in /usr/local/share/fossology/lib/php/libschema.php on line 284 | |
PHP Warning: Trying to access array offset on value of type null in /usr/local/share/fossology/lib/php/libschema.php on line 284 | |
PHP Warning: Trying to access array offset on value of type null in /usr/local/share/fossology/lib/php/libschema.php on line 284 | |
PHP Warning: Undefined array key "license_candidate" in /usr/local/share/fossology/lib/php/libschema.php on line 307 | |
PHP Warning: Trying to access array offset on value of type null in /usr/local/share/fossology/lib/php/libschema.php on line 307 | |
PHP Warning: Trying to access array offset on value of type null in /usr/local/share/fossology/lib/php/libschema.php on line 307 | |
PHP Warning: Undefined array key "license_candidate" in /usr/local/share/fossology/lib/php/libschema.php on line 315 | |
PHP Warning: Trying to access array offset on value of type null in /usr/local/share/fossology/lib/php/libschema.php on line 315 | |
PHP Warning: Trying to access array offset on value of type null in /usr/local/share/fossology/lib/php/libschema.php on line 315 | |
PHP Warning: Undefined array key "instance_pkey" in /usr/local/share/fossology/lib/php/libschema.php on line 355 | |
PHP Warning: Undefined array key "personal_access_tokens_user_fk_key" in /usr/local/share/fossology/lib/php/libschema.php on line 355 | |
PHP Warning: Undefined array key "tbl_id_uni" in /usr/local/share/fossology/lib/php/libschema.php on line 355 | |
PHP Warning: Undefined array key "license_candidate_fkey" in /usr/local/share/fossology/lib/php/libschema.php on line 436 | |
PHP Warning: Undefined array key "personal_access_tokens_user_fk_fkey" in /usr/local/share/fossology/lib/php/libschema.php on line 436 | |
Applying database functions | |
DB schema has been updated for fossology. | |
Database schema update completed successfully. | |
Update reference licenses | |
*** Instance UUID ***INSTANCE UUID: 1da943e1-8cf6-4ed3-87c9-cbce33370c72 | |
Database connectivity is good. | |
*** Setting up scheduler *** | |
*** Setting up the web interface *** | |
NOTE: Adding user www-data to group fossy | |
Fossology already enabled for apache2 | |
[ ok ] Reloading apache2 configuration (via systemctl): apache2.service. | |
FOSSology postinstall complete, but sure to complete the remaining | |
steps in the INSTALL instructions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment