Ryan Holmes

Results 37 issues of Ryan Holmes

Thanks for this package, is was pretty easy to set up, and now I'm tinkering with it. One thing that I have a question about is data access and how...

I know there is a notice that PHPRedmin doesn't support pagination yet. As far as I'm aware, it's been there since I started using it (way back when those little...

I have to say, I'm not a big fan of how some of the UI is styled. For example, the DBs are in the same list as the server (you...

I was able to set up a couple dummy redis test instances. If phpredmin cannot contact the server, a blank page pops up.

I'm not very familiar with docker networking, so I'm unsure on how to proceed with this issue. I'm running this image on my home server to act as a reverse...

This pull request fulfills issue #118. Specifically: - Adds `disableUserClose` configuration. If set to `true`, it disables the close button (same functionality as `disableCloseButton`) and skips closing the message when...

**Describe the bug** When trying to create an image, using the example: ```powershell New-DcnImage -SourceSqlInstance SQLDB1 -DestinationSqlInstance SQLDB2 -ImageLocalPath C:\Temp\images\ -Database DB1 -CreateFullBackup ``` I get the following error: >...

https://github.com/dataplat/dbaclone/blob/1bf77597166f86a7ce741984d40fab8f54b73e5c/functions/image/New-DcnImage.ps1#L238-L257 These commands use $Credential, however they are never defined., I believe it's supposed to be $DestinationCredential. This is currently preventing us from creating a new image on our build...

When creating an image, I think it would be useful if you could create it using a `tag` or a `label` that can label that image as being part of...

Right now there is `-UseLastFullBackup` which uses the last full backup. I think there should also be an option to be able to apply diff and transaction logs as well....