Thanks Steve,
That was helpful!
Regards,
Priyanka
Thanks Steve,
That was helpful!
Regards,
Priyanka
Hi,
We are using proget Version 6.0.18 (Build 2-proget6) and our Proget instance is down since the app pool is in a stopped state and it wont start, because of the errors we see in the event viewer
Could not allocate space for object 'dbo.PackageDownloads'.'IX__PackageDownloads__DownloadDate' in database 'ProGet2' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
CREATE DATABASE or ALTER DATABASE failed because the resulting cumulative database size would exceed your licensed limit of 10240 MB per database.
Could you please suggest next steps on how to resolve this issue? We are considering upgrading to SQLServer Standard edition, however we want to know if there is anything else we can do temporarily until we can get that upgrade done.
Look forward to hear from you soon.
Kind Regards,
Priyanka
Hi @stevedennis ,
Thanks, Everything looks good from ProGet end
By PowerShell you mean using Invoke-WebRequest right?
With Invoke-WebRequest it just took very long (~30 mins) . So maybe it is the network. I will check and add an update.
Regards,
Priyanka
Hi,
I'm new to using upack.exe CLI and I've managed to create a .upack package using the
upack pack command.
I'm trying to push out this package using the below command:
"upack push Mypackage-1.0.1.upack "https://proget.consilio.com/upack/<feedname>" --user="$ProgetUsername":"$ProgetPassword" "
I am passing the username and password by storing them in the variables as seen above.
This command returns this output:
Package: Mypackage
Version: 1.0.1
Operation was canceled by the user.
Why does it say "Operation was cancelled", Is it waiting for user input? How do I push the package up to my feed? I cannot have the credentials displayed in plain text.
This is my current setup :
Could you please help on this?
Regards,
Priyanka