UCEAP / drupal-dev

UCEAP Drupal devcontainer
0 stars 0 forks source link

Enhance handling of data/files #10

Open kurowski opened 3 months ago

kurowski commented 3 months ago

Now that m2 has TFA enabled, we get errors when trying to use live data with dev filesystem.

Our uceap-drupal-dev-update-content script should copy database and files (by default), but allow user to choose just one or the other. As well as specify environment.

kurowski commented 3 months ago

Possible enhancement: ignore files from backup (due to size), but support direct SFTP of secrets.json from specified environment. (Note that this is best tackled after #6 is done.)