Page MenuHomeDevCentral

Provide wrapper to connect to phpBB SaaS MySQL server
ClosedPublic

Authored by dereckson on Mar 27 2018, 02:08.
Tags
None
Referenced Files
F2843631: D1518.id.diff
Tue, Apr 23, 08:28
Unknown Object (File)
Tue, Apr 23, 00:40
Unknown Object (File)
Tue, Apr 23, 00:33
Unknown Object (File)
Mon, Apr 22, 15:59
Unknown Object (File)
Fri, Apr 19, 08:15
Unknown Object (File)
Fri, Apr 19, 08:11
Unknown Object (File)
Thu, Apr 18, 17:32
Unknown Object (File)
Mon, Apr 15, 01:33
Subscribers
None

Details

Summary

The phpbb CLI command will allow to manage the different phpBB
available on SaaS.

This change bootstraps the command skeleton, forked from certbot
(see change d03884fb) and implements a first command.

phpbb storage fires a MySQL container linked to the phpbb_db
MySQL server container (the one deployed in change c23ba803749d)
and runs a MySQL client, connected as root.

This allows to easily administrate the MySQL server for the phpBB SaaS.

Ref T1377.

Test Plan
  • shellcheck linter
  • ssh -t equatower phpbb storage runs correctly the MySQL client

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
dereckson retitled this revision from Provide phpbb wrapper to Provide wrapper to connect to phpBB SaaS MySQL server.
dereckson edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Mar 27 2018, 02:12
This revision was automatically updated to reflect the committed changes.