Page MenuHomePhabricator

Restructure fundraising-infrastructure repo
Closed, ResolvedPublic2 Estimated Story Points

Description

The scripts directory (e.g. purge database) should be obsolete. Check if the scripts in there are elsewhere and deployed by the backend, then delete the scripts directory.

Move the contents of the server-setup directory one level up (into the project root).

Event Timeline

Pablo-WMDE updated the task description. (Show Details)
Pablo-WMDE changed the point value for this task from 1 to 2.

Results from checking the scripts directory:

  • checkCampaign.sh could be used for automated banner tests, but that's another task: T162896
  • dbdump.sh is outdated, a more current version of the script is already in playbooks.
  • update-db-schema.sh is not needed, it's just a wrapper around the Doctrine update command which could be used both in the FundraisingStore and the FundraisingFrontend repo.