backdrop-contrib / backup_migrate

Port of the Drupal backup_migrate module to Backdrop
GNU General Public License v2.0
7 stars 14 forks source link

Include Port Number Option for Database Connections #78

Closed quicksketch closed 1 year ago

quicksketch commented 1 year ago

When connecting Backup/Migrate to Pantheon sites, they use non-standard port numbers (usually a 5-digit port, e.g. 63478, that is random per site). It would be great to have this port number exposed as an option for a backup destination.

quicksketch commented 1 year ago

PR filed at https://github.com/backdrop-contrib/backup_migrate/pull/79. Seemingly this is trivial because Backup and Migrate saves and utilizes port numbers if available (such as from reading settings.php port numbers) but there's just no field for entering a value on the destinations form.

quackers8me commented 1 year ago

@larsdesigns is co-maintainer and should be able to create a release.

On Fri, Oct 7, 2022 at 11:54 PM Nate Lampton @.***> wrote:

PR filed at #79 https://github.com/backdrop-contrib/backup_migrate/pull/79. Seemingly this is trivial because Backup and Migrate saves and utilizes port numbers if available (such as from reading settings.php port numbers) but there's just no field for entering a value on the destinations form.

— Reply to this email directly, view it on GitHub https://github.com/backdrop-contrib/backup_migrate/issues/78#issuecomment-1272247005, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACQU5T2BG262IXQ2LWRBMJLWCELB7ANCNFSM6AAAAAAQ77GXT4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

irinaz commented 1 year ago

Pantheon is changing port numbers once in a while for existing sites, so missing option to add port number is a blocker for this module.