phoneser.blogg.se

Bak file reader
Bak file reader









bak file reader

$dbserverid = docker run -d -e sa_password="$dbPassword" -e ACCEPT_EULA=Y -v "$_Log.ldf") $dbPassword = ::PtrToStringAuto(::SecureStringToBSTR($databaseCredential.Password)) $databaseCredential = New-Object -argumentList "sa", (ConvertTo-SecureString -String -AsPlainText -Force) The folder c:\temp\navdbfiles on the host is shared as c:\temp inside the container. The following script sample, will create a new SQL Server container and restore a NAV 2018 database backup file (Demo Database NAV (11-0).bak) placed on the host in a folder called c:\temp\navdbfiles. If you haven’t read the first post about the NavContainerHelper, you should do so. This blog post reflects the old way of using NAV/BC on Docker and references NavContainerHelper, which is outdated. We now publish artifacts, which can be used to spin up containers and BcContainerHelper has replaced NavContainerHelper. Update 0: Microsoft stopped creating images for Docker in the summer of 2020.











Bak file reader