Closed (fixed)
Project:
Backup and Migrate: Flysystem
Version:
5.0.1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
8 May 2023 at 22:48 UTC
Updated:
24 May 2023 at 10:34 UTC
Jump to comment: Most recent
I can't get SFTP destinations working in Drupal 9 for reasons:
This means I can't add SFTP support at all right now on anything higher than Drupal 8!
On a Drupal 9 codebase:
composer require drupal/backup_migrate_flysystem drupal/flysystem_sftp
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/flysystem_sftp[dev-1.x, 1.x-dev] require drupal/core ~8.0 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev] but the package is fixed to 9.5.3 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Add 3.x branch of flysystem as a possible dependency.
A release would be nice.
None
None.
There are no significant changes in the 3.x branch: https://git.drupalcode.org/project/flysystem/-/compare/2.0.x...3.0.x?fro...
None
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
jon pughComment #3
jon pughI got composer to work using an "alias":
Comment #6
jonmcl commentedComment #7
jon pughYay!!
Thanks JonMcL!
Comment #8
jonmcl commentedNo problem, other Jon :)
I didn't do much testing, primarily because flysystem_s3 need updates to work with the flysystem 3.0.x branch and my primary use case is S3. Please open another issue if you find problems. I'd be happy to investigate.