After installing XIBO on UBUNTU 16.04

#ASK #HELP


how can i solves this issue?

i’m using UBUNTU 16.04 as server and xibo 2.1.0 with docker

Xibo sets the permissions on the library when the container starts itself, so it suggests you’ve manually changed the permissions on the library directory after starting the containers.

If you down/up the containers, it will fix the permissions for you.

can you explain further by example up/down the containers?
what should i write in the terminal?

Assuming you used the standard docker-compose files:

docker-compose down
docker-compose up -d

If you used remote MySQL or custom ports, then you’d need to name that file in the command - for example

docker-compose -f cms_custom-ports.yml down
docker-compose -f cms_custom-ports.yml up -d

i have down/up the docker-compose and get this issues…any solution ?

Check your docker log to see what it’s saying the problem is.

sorry, how i check the docker log?

docker-compose ps
docker-compose logs

thanks sir, i’ll try now

*** ***docker-compose ps*** ***

docker-compose logs

Attaching to xibo_cms-web_1, xibo_cms-db_1, xibo_cms-xmr_1
cms-web_1  | Waiting for MySQL to start - max 300 seconds
cms-web_1  | MySQL started
cms-web_1  | Updating settings.php
cms-web_1  | settingId
cms-web_1  | 1
cms-web_1  | Existing Database, checking if we need to upgrade it
cms-web_1  | Phinx by CakePHP - https://phinx.org. 0.9.2
cms-web_1  | 
cms-web_1  | using config file .varwwwcmsphinx.php
cms-web_1  | using config parser php
cms-web_1  | using migration paths 
cms-web_1  |  - /var/www/cms/db/migrations
cms-web_1  | warning no environment specified, defaulting to: production
cms-web_1  | ordering by creation time
cms-web_1  | 
cms-web_1  |  Status  [Migration ID]  Started              Finished             Migration Name 
cms-web_1  | ----------------------------------------------------------------------------------
cms-web_1  |      up  20180130073838  2020-01-23 09:10:09  2020-01-23 09:10:56  InstallMigration
cms-web_1  |      up  20180131113100  2020-01-23 09:10:56  2020-01-23 09:10:56  OldUpgradeStep85Migration
cms-web_1  |      up  20180131113853  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep86Migration
cms-web_1  |      up  20180131113941  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep87Migration
cms-web_1  |      up  20180131113948  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep88Migration
cms-web_1  |      up  20180131113952  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep92Migration
cms-web_1  |      up  20180131113957  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep120Migration
cms-web_1  |      up  20180131114002  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep121Migration
cms-web_1  |      up  20180131114007  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep122Migration
cms-web_1  |      up  20180131114013  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep123Migration
cms-web_1  |      up  20180131114017  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep124Migration
cms-web_1  |      up  20180131114021  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep125Migration
cms-web_1  |      up  20180131114025  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep126Migration
cms-web_1  |      up  20180131114030  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep127Migration
cms-web_1  |      up  20180131114050  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep128Migration
cms-web_1  |      up  20180131114058  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep129Migration
cms-web_1  |      up  20180131114103  2020-01-23 09:10:58  2020-01-23 09:10:58  OldUpgradeStep130Migration
cms-web_1  |      up  20180131114107  2020-01-23 09:10:58  2020-01-23 09:10:58  OldUpgradeStep131Migration
cms-web_1  |      up  20180131114110  2020-01-23 09:10:58  2020-01-23 09:10:58  OldUpgradeStep132Migration
cms-web_1  |      up  20180131114114  2020-01-23 09:10:58  2020-01-23 09:10:58  OldUpgradeStep133Migration
cms-web_1  |      up  20180131114118  2020-01-23 09:10:58  2020-01-23 09:10:58  OldUpgradeStep134Migration
cms-web_1  |      up  20180131114123  2020-01-23 09:10:58  2020-01-23 09:10:58  OldUpgradeStep135Migration
cms-web_1  |      up  20180131122645  2020-01-23 09:10:58  2020-01-23 09:11:05  OneRegionPerPlaylistMigration
cms-web_1  |      up  20180131123038  2020-01-23 09:11:06  2020-01-23 09:11:06  PlaylistTagsMigration
cms-web_1  |      up  20180131123248  2020-01-23 09:11:06  2020-01-23 09:11:08  WidgetFromToDtMigration
cms-web_1  |      up  20180212143336  2020-01-23 09:11:08  2020-01-23 09:11:09  DaypartSystemEntriesAsRecords
cms-web_1  |      up  20180213173846  2020-01-23 09:11:09  2020-01-23 09:11:09  MailFromNameSettingMigration
cms-web_1  |      up  20180219141257  2020-01-23 09:11:09  2020-01-23 09:11:11  DisplayGroupClosureIndexToNonUnique
cms-web_1  |      up  20180223180534  2020-01-23 09:11:11  2020-01-23 09:11:13  DataSetColumnFilterAndSortOptionsMigration
cms-web_1  |      up  20180302182421  2020-01-23 09:11:13  2020-01-23 09:11:14  WidgetCreatedAndModifiedDtMigration
cms-web_1  |      up  20180313085749  2020-01-23 09:11:14  2020-01-23 09:11:15  MediaTableEditedIdIndexMigration
cms-web_1  |      up  20180320154652  2020-01-23 09:11:15  2020-01-23 09:11:17  PlaylistAddDynamicFilterMigration
cms-web_1  |      up  20180327153325  2020-01-23 09:11:17  2020-01-23 09:11:17  RemoveUserLoggedInMigration
cms-web_1  |      up  20180514114415  2020-01-23 09:11:18  2020-01-23 09:11:18  FixCaseOnHelpTextFieldMigration
cms-web_1  |      up  20180515123835  2020-01-23 09:11:18  2020-01-23 09:11:21  LayoutPublishDraftMigration
cms-web_1  |      up  20180529065816  2020-01-23 09:11:21  2020-01-23 09:11:22  DataSetTruncateFixMigration
cms-web_1  |      up  20180529073531  2020-01-23 09:11:22  2020-01-23 09:11:23  DisplayAsVncLinkMigration
cms-web_1  |      up  20180621134013  2020-01-23 09:11:23  2020-01-23 09:11:23  AddWidgetSyncTaskMigration
cms-web_1  |      up  20180621134250  2020-01-23 09:11:23  2020-01-23 09:11:23  EventLayoutPermissionSettingMigration
cms-web_1  |      up  20180906115552  2020-01-23 09:11:23  2020-01-23 09:11:23  AddForeignKeysToTagsMigration
cms-web_1  |      up  20180906115606  2020-01-23 09:11:23  2020-01-23 09:11:26  AddForeignKeysToPermissionsMigration
cms-web_1  |      up  20180906115712  2020-01-23 09:11:26  2020-01-23 09:11:26  AddForeignKeysToWidgetMediaMigration
cms-web_1  |      up  20180906131643  2020-01-23 09:11:26  2020-01-23 09:11:27  ForgottenPasswordReminderMigration
cms-web_1  |      up  20180906131716  2020-01-23 09:11:27  2020-01-23 09:11:28  DataSetRssMigration
cms-web_1  |      up  20181011160130  2020-01-23 09:11:28  2020-01-23 09:11:35  SimpleSettingsMigration
cms-web_1  |      up  20181113173310  2020-01-23 09:11:35  2020-01-23 09:11:35  RemoveFinanceModuleMigration
cms-web_1  |      up  20181113180337  2020-01-23 09:11:36  2020-01-23 09:11:36  SplitTickerModuleMigration
cms-web_1  |      up  20181126113231  2020-01-23 09:11:36  2020-01-23 09:11:36  Release1812Migration
cms-web_1  |      up  20181210092443  2020-01-23 09:11:36  2020-01-23 09:11:37  RemoveImageUriModuleMigration
cms-web_1  |      up  20181212114400  2020-01-23 09:11:37  2020-01-23 09:11:37  CreatePlayerVersionsTableMigration
cms-web_1  |      up  20181217135044  2020-01-23 09:11:37  2020-01-23 09:11:38  EventSyncMigration
cms-web_1  |      up  20190121092556  2020-01-23 09:11:38  2020-01-23 09:11:40  PlayerUpgradeAndOverrideConfigMigration
cms-web_1  |      up  20190125170130  2020-01-23 09:11:40  2020-01-23 09:11:41  PlayerSoftwareVersionFieldMigration
cms-web_1  |      up  20190129103831  2020-01-23 09:11:41  2020-01-23 09:11:41  AddLinuxDisplayProfileMigration
cms-web_1  |      up  20190212112534  2020-01-23 09:11:41  2020-01-23 09:11:41  AddProofOfPlayStatsDurationAndCountMigration
cms-web_1  |      up  20190212115432  2020-01-23 09:11:41  2020-01-23 09:11:41  AddDefaultTransitionDurationSettingMigration
cms-web_1  |      up  20190213160914  2020-01-23 09:11:41  2020-01-23 09:11:41  AddGlobalStatSettingMigration
cms-web_1  |      up  20190213162212  2020-01-23 09:11:41  2020-01-23 09:11:41  AddHorizontalMenuSettingMigration
cms-web_1  |      up  20190214102508  2020-01-23 09:11:41  2020-01-23 09:11:42  AddLayoutEnableStat
cms-web_1  |      up  20190214102516  2020-01-23 09:11:42  2020-01-23 09:11:43  AddMediaEnableStat
cms-web_1  |      up  20190220165703  2020-01-23 09:11:43  2020-01-23 09:11:44  AddScheduleRecurrenceMonthlyRepeatsOnMigration
cms-web_1  |      up  20190227101705  2020-01-23 09:11:44  2020-01-23 09:11:44  MakeDisplayLicenseColumnUniqueMigration
cms-web_1  |      up  20190228120603  2020-01-23 09:11:44  2020-01-23 09:11:45  AddDynamicCriteriaTagsMigration
cms-web_1  |      up  20190301115046  2020-01-23 09:11:45  2020-01-23 09:11:45  AdjustGenericfileValidExtensionsMigration
cms-web_1  |      up  20190315134628  2020-01-23 09:11:45  2020-01-23 09:11:46  AddBandwidthLimitColumnToDisplaygroupMigration
cms-web_1  |      up  20190322162052  2020-01-23 09:11:46  2020-01-23 09:11:47  AddPublishedDateColumnMigration
cms-web_1  |      up  20190326163016  2020-01-23 09:11:47  2020-01-23 09:11:47  CreateLayoutHistoryTableMigration
cms-web_1  |      up  20190328111718  2020-01-23 09:11:47  2020-01-23 09:11:47  AddCampaignStatMigration
cms-web_1  |      up  20190401150256  2020-01-23 09:11:48  2020-01-23 09:11:48  AddScheduleNowPageMigration
cms-web_1  |      up  20190509101525  2020-01-23 09:11:48  2020-01-23 09:11:48  CreateReportScheduleTableMigration
cms-web_1  |      up  20190509102648  2020-01-23 09:11:48  2020-01-23 09:11:49  CreateSavedReportTableMigration
cms-web_1  |      up  20190509113001  2020-01-23 09:11:49  2020-01-23 09:11:49  AddReportPageMigration
cms-web_1  |      up  20190510140126  2020-01-23 09:11:49  2020-01-23 09:11:51  TwoFactorAuthMigration
cms-web_1  |      up  20190514134430  2020-01-23 09:11:51  2020-01-23 09:11:53  NullableTextFieldsMigration
cms-web_1  |      up  20190515094133  2020-01-23 09:11:54  2020-01-23 09:11:54  AddHtmlDatatypeMigration
cms-web_1  |      up  20190515105624  2020-01-23 09:11:54  2020-01-23 09:11:54  InstallAdditionalStandardModulesMigration
cms-web_1  |      up  20190517080033  2020-01-23 09:11:54  2020-01-23 09:11:56  AddForeignKeysToLktagTablesMigration
cms-web_1  |      up  20190521092700  2020-01-23 09:11:56  2020-01-23 09:11:56  AddReportScheduleTaskMigration
cms-web_1  |      up  20190521092930  2020-01-23 09:11:56  2020-01-23 09:11:57  AddPreviousRunDateReportScheduleMigration
cms-web_1  |      up  20190521102635  2020-01-23 09:11:57  2020-01-23 09:11:58  PlaylistDurationUpdateAtTimestamp
cms-web_1  |      up  20190603083836  2020-01-23 09:11:58  2020-01-23 09:11:59  ChangeStatTableStartEndColumnMigration
cms-web_1  |      up  20190610150331  2020-01-23 09:15:05  2020-01-23 09:15:06  TagsWithValuesMigration
cms-web_1  |      up  20190611145607  2020-01-23 09:15:06  2020-01-23 09:15:06  RemoveOldVersionTableMigration
cms-web_1  |      up  20190612140955  2020-01-23 09:15:06  2020-01-23 09:15:10  DisplayTableDatabaseSchemaAdjustmentsMigration
cms-web_1  |      up  20190620112611  2020-01-23 09:15:10  2020-01-23 09:15:11  MoveTidyStatsToStatsArchiveTaskMigration
cms-web_1  |      up  20190620142655  2020-01-23 09:15:11  2020-01-23 09:15:12  AddPlaylistEnableStatMigration
cms-web_1  |      up  20190626091331  2020-01-23 09:15:12  2020-01-23 09:15:13  WidgetHistoryMigration
cms-web_1  |      up  20190626110359  2020-01-23 09:15:13  2020-01-23 09:15:16  CreateStatTableMigration
cms-web_1  |      up  20190628083649  2020-01-23 09:15:16  2020-01-23 09:15:16  AddStatsMigrationTaskMigration
cms-web_1  |      up  20190710213414  2020-01-23 09:15:16  2020-01-23 09:15:21  AddIsActiveReportScheduleMigration
cms-web_1  |      up  20190717101342  2020-01-23 09:15:21  2020-01-23 09:15:21  NullableCommandValidationStringMigration
cms-web_1  |      up  20190719074601  2020-01-23 09:15:22  2020-01-23 09:15:22  MissingDefaultValueMigration
cms-web_1  |      up  20190801102042  2020-01-23 09:15:22  2020-01-23 09:15:22  DisplayProfileCommandLinkFixMigration
cms-web_1  | 
cms-web_1  | Importing ca-certs
cms-web_1  | cp: can't stat '/var/www/cms/ca-certs/*.pem': No such file or directory
cms-web_1  | cp: can't stat '/var/www/cms/ca-certs/*.crt': No such file or directory
cms-web_1  | WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping
cms-web_1  | Configuring Maintenance
cms-web_1  | Waiting for MySQL to start - max 300 seconds
cms-web_1  | MySQL started
cms-web_1  | settingId
cms-web_1  | 1
cms-web_1  | Existing Database, checking if we need to upgrade it
cms-web_1  | Phinx by CakePHP - https://phinx.org. 0.9.2
cms-web_1  | 
cms-web_1  | using config file .varwwwcmsphinx.php
cms-web_1  | using config parser php
cms-web_1  | using migration paths 
cms-web_1  |  - /var/www/cms/db/migrations
cms-web_1  | warning no environment specified, defaulting to: production
cms-web_1  | ordering by creation time
cms-web_1  | 
cms-web_1  |  Status  [Migration ID]  Started              Finished             Migration Name 
cms-web_1  | ----------------------------------------------------------------------------------
cms-web_1  |      up  20180130073838  2020-01-23 09:10:09  2020-01-23 09:10:56  InstallMigration
cms-web_1  |      up  20180131113100  2020-01-23 09:10:56  2020-01-23 09:10:56  OldUpgradeStep85Migration
cms-web_1  |      up  20180131113853  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep86Migration
cms-web_1  |      up  20180131113941  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep87Migration
cms-web_1  |      up  20180131113948  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep88Migration
cms-web_1  |      up  20180131113952  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep92Migration
cms-web_1  |      up  20180131113957  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep120Migration
cms-web_1  |      up  20180131114002  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep121Migration
cms-web_1  |      up  20180131114007  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep122Migration
cms-web_1  |      up  20180131114013  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep123Migration
cms-web_1  |      up  20180131114017  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep124Migration
cms-web_1  |      up  20180131114021  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep125Migration
cms-web_1  |      up  20180131114025  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep126Migration
cms-web_1  |      up  20180131114030  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep127Migration
cms-web_1  |      up  20180131114050  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep128Migration
cms-web_1  |      up  20180131114058  2020-01-23 09:10:57  2020-01-23 09:10:57  OldUpgradeStep129Migration
cms-web_1  |      up  20180131114103  2020-01-23 09:10:58  2020-01-23 09:10:58  OldUpgradeStep130Migration
cms-web_1  |      up  20180131114107  2020-01-23 09:10:58  2020-01-23 09:10:58  OldUpgradeStep131Migration
cms-web_1  |      up  20180131114110  2020-01-23 09:10:58  2020-01-23 09:10:58  OldUpgradeStep132Migration
cms-web_1  |      up  20180131114114  2020-01-23 09:10:58  2020-01-23 09:10:58  OldUpgradeStep133Migration
cms-web_1  |      up  20180131114118  2020-01-23 09:10:58  2020-01-23 09:10:58  OldUpgradeStep134Migration
cms-web_1  |      up  20180131114123  2020-01-23 09:10:58  2020-01-23 09:10:58  OldUpgradeStep135Migration
cms-web_1  |      up  20180131122645  2020-01-23 09:10:58  2020-01-23 09:11:05  OneRegionPerPlaylistMigration
cms-web_1  |      up  20180131123038  2020-01-23 09:11:06  2020-01-23 09:11:06  PlaylistTagsMigration
cms-web_1  |      up  20180131123248  2020-01-23 09:11:06  2020-01-23 09:11:08  WidgetFromToDtMigration
cms-web_1  |      up  20180212143336  2020-01-23 09:11:08  2020-01-23 09:11:09  DaypartSystemEntriesAsRecords
cms-db_1   | 2020-01-23 09:35:36+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.6.47-1debian9 started.
cms-db_1   | 2020-01-23 09:35:40+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
cms-db_1   | 2020-01-23 09:35:41+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.6.47-1debian9 started.
cms-db_1   | 2020-01-23 09:35:41 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
cms-db_1   | 2020-01-23 09:35:41 0 [Note] mysqld (mysqld 5.6.47) starting as process 1 ...
cms-db_1   | 2020-01-23 09:35:41 1 [Note] Plugin 'FEDERATED' is disabled.
cms-db_1   | 2020-01-23 09:35:41 1 [Note] InnoDB: Using atomics to ref count buffer pool pages
cms-db_1   | 2020-01-23 09:35:41 1 [Note] InnoDB: The InnoDB memory heap is disabled
cms-db_1   | 2020-01-23 09:35:41 1 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
cms-db_1   | 2020-01-23 09:35:41 1 [Note] InnoDB: Memory barrier is not used
cms-db_1   | 2020-01-23 09:35:41 1 [Note] InnoDB: Compressed tables use zlib 1.2.11
cms-db_1   | 2020-01-23 09:35:41 1 [Note] InnoDB: Using Linux native AIO
cms-db_1   | 2020-01-23 09:35:41 1 [Note] InnoDB: Not using CPU crc32 instructions
cms-db_1   | 2020-01-23 09:35:41 1 [Note] InnoDB: Initializing buffer pool, size = 128.0M
cms-db_1   | 2020-01-23 09:35:42 1 [Note] InnoDB: Completed initialization of buffer pool
cms-db_1   | 2020-01-23 09:35:42 1 [Note] InnoDB: Highest supported file format is Barracuda.
cms-db_1   | 2020-01-23 09:35:43 1 [Note] InnoDB: 128 rollback segment(s) are active.
cms-db_1   | 2020-01-23 09:35:43 1 [Note] InnoDB: Waiting for purge to start
cms-web_1  |      up  20180213173846  2020-01-23 09:11:09  2020-01-23 09:11:09  MailFromNameSettingMigration
cms-web_1  |      up  20180219141257  2020-01-23 09:11:09  2020-01-23 09:11:11  DisplayGroupClosureIndexToNonUnique
cms-web_1  |      up  20180223180534  2020-01-23 09:11:11  2020-01-23 09:11:13  DataSetColumnFilterAndSortOptionsMigration
cms-web_1  |      up  20180302182421  2020-01-23 09:11:13  2020-01-23 09:11:14  WidgetCreatedAndModifiedDtMigration
cms-web_1  |      up  20180313085749  2020-01-23 09:11:14  2020-01-23 09:11:15  MediaTableEditedIdIndexMigration
cms-web_1  |      up  20180320154652  2020-01-23 09:11:15  2020-01-23 09:11:17  PlaylistAddDynamicFilterMigration
cms-web_1  |      up  20180327153325  2020-01-23 09:11:17  2020-01-23 09:11:17  RemoveUserLoggedInMigration
cms-web_1  |      up  20180514114415  2020-01-23 09:11:18  2020-01-23 09:11:18  FixCaseOnHelpTextFieldMigration
cms-web_1  |      up  20180515123835  2020-01-23 09:11:18  2020-01-23 09:11:21  LayoutPublishDraftMigration
cms-web_1  |      up  20180529065816  2020-01-23 09:11:21  2020-01-23 09:11:22  DataSetTruncateFixMigration
cms-web_1  |      up  20180529073531  2020-01-23 09:11:22  2020-01-23 09:11:23  DisplayAsVncLinkMigration
cms-web_1  |      up  20180621134013  2020-01-23 09:11:23  2020-01-23 09:11:23  AddWidgetSyncTaskMigration
cms-db_1   | 2020-01-23 09:35:43 1 [Note] InnoDB: 5.6.47 started; log sequence number 3986790
cms-db_1   | 2020-01-23 09:35:43 1 [Note] RSA private key file not found: /var/lib/mysql//private_key.pem. Some authentication plugins will not work.
cms-db_1   | 2020-01-23 09:35:43 1 [Note] RSA public key file not found: /var/lib/mysql//public_key.pem. Some authentication plugins will not work.
cms-db_1   | 2020-01-23 09:35:43 1 [Note] Server hostname (bind-address): '*'; port: 3306
cms-web_1  |      up  20180621134250  2020-01-23 09:11:23  2020-01-23 09:11:23  EventLayoutPermissionSettingMigration
cms-web_1  |      up  20180906115552  2020-01-23 09:11:23  2020-01-23 09:11:23  AddForeignKeysToTagsMigration
cms-web_1  |      up  20180906115606  2020-01-23 09:11:23  2020-01-23 09:11:26  AddForeignKeysToPermissionsMigration
cms-web_1  |      up  20180906115712  2020-01-23 09:11:26  2020-01-23 09:11:26  AddForeignKeysToWidgetMediaMigration
cms-web_1  |      up  20180906131643  2020-01-23 09:11:26  2020-01-23 09:11:27  ForgottenPasswordReminderMigration
cms-web_1  |      up  20180906131716  2020-01-23 09:11:27  2020-01-23 09:11:28  DataSetRssMigration
cms-web_1  |      up  20181011160130  2020-01-23 09:11:28  2020-01-23 09:11:35  SimpleSettingsMigration
cms-web_1  |      up  20181113173310  2020-01-23 09:11:35  2020-01-23 09:11:35  RemoveFinanceModuleMigration
cms-web_1  |      up  20181113180337  2020-01-23 09:11:36  2020-01-23 09:11:36  SplitTickerModuleMigration
cms-web_1  |      up  20181126113231  2020-01-23 09:11:36  2020-01-23 09:11:36  Release1812Migration
cms-web_1  |      up  20181210092443  2020-01-23 09:11:36  2020-01-23 09:11:37  RemoveImageUriModuleMigration
cms-web_1  |      up  20181212114400  2020-01-23 09:11:37  2020-01-23 09:11:37  CreatePlayerVersionsTableMigration
cms-web_1  |      up  20181217135044  2020-01-23 09:11:37  2020-01-23 09:11:38  EventSyncMigration
cms-web_1  |      up  20190121092556  2020-01-23 09:11:38  2020-01-23 09:11:40  PlayerUpgradeAndOverrideConfigMigration
cms-web_1  |      up  20190125170130  2020-01-23 09:11:40  2020-01-23 09:11:41  PlayerSoftwareVersionFieldMigration
cms-web_1  |      up  20190129103831  2020-01-23 09:11:41  2020-01-23 09:11:41  AddLinuxDisplayProfileMigration
cms-web_1  |      up  20190212112534  2020-01-23 09:11:41  2020-01-23 09:11:41  AddProofOfPlayStatsDurationAndCountMigration
cms-web_1  |      up  20190212115432  2020-01-23 09:11:41  2020-01-23 09:11:41  AddDefaultTransitionDurationSettingMigration
cms-web_1  |      up  20190213160914  2020-01-23 09:11:41  2020-01-23 09:11:41  AddGlobalStatSettingMigration
cms-web_1  |      up  20190213162212  2020-01-23 09:11:41  2020-01-23 09:11:41  AddHorizontalMenuSettingMigration
cms-web_1  |      up  20190214102508  2020-01-23 09:11:41  2020-01-23 09:11:42  AddLayoutEnableStat
cms-web_1  |      up  20190214102516  2020-01-23 09:11:42  2020-01-23 09:11:43  AddMediaEnableStat
cms-web_1  |      up  20190220165703  2020-01-23 09:11:43  2020-01-23 09:11:44  AddScheduleRecurrenceMonthlyRepeatsOnMigration
cms-web_1  |      up  20190227101705  2020-01-23 09:11:44  2020-01-23 09:11:44  MakeDisplayLicenseColumnUniqueMigration
cms-web_1  |      up  20190228120603  2020-01-23 09:11:44  2020-01-23 09:11:45  AddDynamicCriteriaTagsMigration
cms-web_1  |      up  20190301115046  2020-01-23 09:11:45  2020-01-23 09:11:45  AdjustGenericfileValidExtensionsMigration
cms-web_1  |      up  20190315134628  2020-01-23 09:11:45  2020-01-23 09:11:46  AddBandwidthLimitColumnToDisplaygroupMigration
cms-web_1  |      up  20190322162052  2020-01-23 09:11:46  2020-01-23 09:11:47  AddPublishedDateColumnMigration
cms-web_1  |      up  20190326163016  2020-01-23 09:11:47  2020-01-23 09:11:47  CreateLayoutHistoryTableMigration
cms-web_1  |      up  20190328111718  2020-01-23 09:11:47  2020-01-23 09:11:47  AddCampaignStatMigration
cms-web_1  |      up  20190401150256  2020-01-23 09:11:48  2020-01-23 09:11:48  AddScheduleNowPageMigration
cms-web_1  |      up  20190509101525  2020-01-23 09:11:48  2020-01-23 09:11:48  CreateReportScheduleTableMigration
cms-web_1  |      up  20190509102648  2020-01-23 09:11:48  2020-01-23 09:11:49  CreateSavedReportTableMigration
cms-web_1  |      up  20190509113001  2020-01-23 09:11:49  2020-01-23 09:11:49  AddReportPageMigration
cms-web_1  |      up  20190510140126  2020-01-23 09:11:49  2020-01-23 09:11:51  TwoFactorAuthMigration
cms-web_1  |      up  20190514134430  2020-01-23 09:11:51  2020-01-23 09:11:53  NullableTextFieldsMigration
cms-web_1  |      up  20190515094133  2020-01-23 09:11:54  2020-01-23 09:11:54  AddHtmlDatatypeMigration
cms-web_1  |      up  20190515105624  2020-01-23 09:11:54  2020-01-23 09:11:54  InstallAdditionalStandardModulesMigration
cms-web_1  |      up  20190517080033  2020-01-23 09:11:54  2020-01-23 09:11:56  AddForeignKeysToLktagTablesMigration
cms-db_1   | 2020-01-23 09:35:43 1 [Note] IPv6 is available.
cms-db_1   | 2020-01-23 09:35:43 1 [Note]   - '::' resolves to '::';
cms-db_1   | 2020-01-23 09:35:43 1 [Note] Server socket created on IP: '::'.
cms-db_1   | 2020-01-23 09:35:43 1 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
cms-db_1   | 2020-01-23 09:35:43 1 [Warning] 'proxies_priv' entry '@ root@eb9b3b92f6f5' ignored in --skip-name-resolve mode.
cms-db_1   | 2020-01-23 09:35:43 1 [Note] Event Scheduler: Loaded 0 events
cms-db_1   | 2020-01-23 09:35:43 1 [Note] mysqld: ready for connections.
cms-db_1   | Version: '5.6.47'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
cms-db_1   | 2020-01-23 09:36:44 1 [Note] mysqld: Normal shutdown
cms-db_1   | 
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Giving 0 client threads a chance to die gracefully
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Event Scheduler: Purging the queue. 0 events
cms-web_1  |      up  20190521092700  2020-01-23 09:11:56  2020-01-23 09:11:56  AddReportScheduleTaskMigration
cms-web_1  |      up  20190521092930  2020-01-23 09:11:56  2020-01-23 09:11:57  AddPreviousRunDateReportScheduleMigration
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down slave threads
cms-web_1  |      up  20190521102635  2020-01-23 09:11:57  2020-01-23 09:11:58  PlaylistDurationUpdateAtTimestamp
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Forcefully disconnecting 0 remaining clients
cms-web_1  |      up  20190603083836  2020-01-23 09:11:58  2020-01-23 09:11:59  ChangeStatTableStartEndColumnMigration
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Binlog end
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'partition'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
cms-web_1  |      up  20190610150331  2020-01-23 09:15:05  2020-01-23 09:15:06  TagsWithValuesMigration
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
cms-web_1  |      up  20190611145607  2020-01-23 09:15:06  2020-01-23 09:15:06  RemoveOldVersionTableMigration
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
cms-web_1  |      up  20190612140955  2020-01-23 09:15:06  2020-01-23 09:15:10  DisplayTableDatabaseSchemaAdjustmentsMigration
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
cms-web_1  |      up  20190620112611  2020-01-23 09:15:10  2020-01-23 09:15:11  MoveTidyStatsToStatsArchiveTaskMigration
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
cms-web_1  |      up  20190620142655  2020-01-23 09:15:11  2020-01-23 09:15:12  AddPlaylistEnableStatMigration
cms-web_1  |      up  20190626091331  2020-01-23 09:15:12  2020-01-23 09:15:13  WidgetHistoryMigration
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_FT_DELETED'
cms-web_1  |      up  20190626110359  2020-01-23 09:15:13  2020-01-23 09:15:16  CreateStatTableMigration
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
cms-web_1  |      up  20190628083649  2020-01-23 09:15:16  2020-01-23 09:15:16  AddStatsMigrationTaskMigration
cms-web_1  |      up  20190710213414  2020-01-23 09:15:16  2020-01-23 09:15:21  AddIsActiveReportScheduleMigration
cms-web_1  |      up  20190717101342  2020-01-23 09:15:21  2020-01-23 09:15:21  NullableCommandValidationStringMigration
cms-web_1  |      up  20190719074601  2020-01-23 09:15:22  2020-01-23 09:15:22  MissingDefaultValueMigration
cms-web_1  |      up  20190801102042  2020-01-23 09:15:22  2020-01-23 09:15:22  DisplayProfileCommandLinkFixMigration
cms-web_1  | 
cms-web_1  | Importing ca-certs
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_METRICS'
cms-web_1  | cp: can't stat '/var/www/cms/ca-certs/*.pem': No such file or directory
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
cms-web_1  | cp: can't stat '/var/www/cms/ca-certs/*.crt': No such file or directory
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_CMPMEM'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_CMP_RESET'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_CMP'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_LOCKS'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'INNODB_TRX'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] Shutting down plugin 'InnoDB'
cms-db_1   | 2020-01-23 09:36:44 1 [Note] InnoDB: FTS optimize thread exiting.
cms-db_1   | 2020-01-23 09:36:44 1 [Note] InnoDB: Starting shutdown...
cms-db_1   | 2020-01-23 09:36:46 1 [Note] InnoDB: Shutdown completed; log sequence number 3986800
cms-db_1   | 2020-01-23 09:36:46 1 [Note] Shutting down plugin 'BLACKHOLE'
cms-db_1   | 2020-01-23 09:36:46 1 [Note] Shutting down plugin 'ARCHIVE'
cms-db_1   | 2020-01-23 09:36:46 1 [Note] Shutting down plugin 'MRG_MYISAM'
cms-db_1   | 2020-01-23 09:36:46 1 [Note] Shutting down plugin 'MyISAM'
cms-db_1   | 2020-01-23 09:36:46 1 [Note] Shutting down plugin 'MEMORY'
cms-db_1   | 2020-01-23 09:36:46 1 [Note] Shutting down plugin 'CSV'
cms-db_1   | 2020-01-23 09:36:46 1 [Note] Shutting down plugin 'sha256_password'
cms-db_1   | 2020-01-23 09:36:46 1 [Note] Shutting down plugin 'mysql_old_password'
cms-db_1   | 2020-01-23 09:36:46 1 [Note] Shutting down plugin 'mysql_native_password'
cms-db_1   | 2020-01-23 09:36:46 1 [Note] Shutting down plugin 'binlog'
cms-db_1   | 2020-01-23 09:36:46 1 [Note] mysqld: Shutdown complete
cms-db_1   | 
cms-db_1   | 2020-01-23 10:25:17+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.6.47-1debian9 started.
cms-db_1   | 2020-01-23 10:25:23+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
cms-db_1   | 2020-01-23 10:25:23+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.6.47-1debian9 started.
cms-db_1   | 2020-01-23 10:25:24 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
cms-db_1   | 2020-01-23 10:25:24 0 [Note] mysqld (mysqld 5.6.47) starting as process 1 ...
cms-db_1   | 2020-01-23 10:25:24 1 [Note] Plugin 'FEDERATED' is disabled.
cms-db_1   | 2020-01-23 10:25:24 1 [Note] InnoDB: Using atomics to ref count buffer pool pages
cms-db_1   | 2020-01-23 10:25:24 1 [Note] InnoDB: The InnoDB memory heap is disabled
cms-db_1   | 2020-01-23 10:25:24 1 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
cms-db_1   | 2020-01-23 10:25:24 1 [Note] InnoDB: Memory barrier is not used
cms-db_1   | 2020-01-23 10:25:24 1 [Note] InnoDB: Compressed tables use zlib 1.2.11
cms-db_1   | 2020-01-23 10:25:24 1 [Note] InnoDB: Using Linux native AIO
cms-db_1   | 2020-01-23 10:25:24 1 [Note] InnoDB: Not using CPU crc32 instructions
cms-db_1   | 2020-01-23 10:25:24 1 [Note] InnoDB: Initializing buffer pool, size = 128.0M
cms-db_1   | 2020-01-23 10:25:24 1 [Note] InnoDB: Completed initialization of buffer pool
cms-db_1   | 2020-01-23 10:25:25 1 [Note] InnoDB: Highest supported file format is Barracuda.
cms-db_1   | 2020-01-23 10:25:28 1 [Note] InnoDB: 128 rollback segment(s) are active.
cms-db_1   | 2020-01-23 10:25:28 1 [Note] InnoDB: Waiting for purge to start
cms-db_1   | 2020-01-23 10:25:28 1 [Note] InnoDB: 5.6.47 started; log sequence number 3986800
cms-db_1   | 2020-01-23 10:25:29 1 [Note] RSA private key file not found: /var/lib/mysql//private_key.pem. Some authentication plugins will not work.
cms-db_1   | 2020-01-23 10:25:29 1 [Note] RSA public key file not found: /var/lib/mysql//public_key.pem. Some authentication plugins will not work.
cms-db_1   | 2020-01-23 10:25:29 1 [Note] Server hostname (bind-address): '*'; port: 3306
cms-db_1   | 2020-01-23 10:25:29 1 [Note] IPv6 is available.
cms-db_1   | 2020-01-23 10:25:29 1 [Note]   - '::' resolves to '::';
cms-db_1   | 2020-01-23 10:25:29 1 [Note] Server socket created on IP: '::'.
cms-db_1   | 2020-01-23 10:25:29 1 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
cms-db_1   | 2020-01-23 10:25:29 1 [Warning] 'proxies_priv' entry '@ root@eb9b3b92f6f5' ignored in --skip-name-resolve mode.
cms-db_1   | 2020-01-23 10:25:30 1 [Note] Event Scheduler: Loaded 0 events
cms-db_1   | 2020-01-23 10:25:30 1 [Note] mysqld: ready for connections.
cms-db_1   | Version: '5.6.47'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
Summary

This text will be hidden

what should i do then sir?
need guidance
@alex :pray::sob:

thaks of the attention guys, just found the solution

becareful when you chmod the repository
make sure in document root

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.